Commit 324da5a
chore: pre-release maintenance checklist (#223)
## Summary
- **cargo-vet**: Add exemption for `pyo3-build-config:0.28.2` (new
transitive dep)
- **Threat model**: Sync public doc with spec — add Python (TM-PY-*)
threat table, Git (TM-GIT-*) security section, and git test references
- **Orphaned TODOs**: Rename `TODO:` headings to `Known` sections in
`compatibility.md`, `004-testing.md`, `009-implementation-status.md`
## Maintenance Checklist Results
| Section | Status |
|---------|--------|
| 1. Dependencies | `cargo update` ✓, `cargo audit` ✓ (3 warnings, 0
vulns), `cargo deny` ✓, `cargo vet` ✓ |
| 2. Security | Threat model reviewed, public doc synced with spec |
| 3. Tests | `just test` ✓ — all unit + failpoint tests pass |
| 4. Documentation | `cargo doc` clean (0 warnings), CHANGELOG current |
| 5. Examples | All 15 Rust examples + feature-gated (python, git) pass
|
| 6. Specs | Status fields accurate, TODO comments cleaned up |
| 7. Code Quality | `cargo fmt` ✓, `cargo clippy` ✓, no stale TODOs in
src |
| 8. Agent Config | AGENTS.md accurate, spec table complete |
## Test plan
- [x] `cargo fmt --check`
- [x] `cargo clippy --all-targets --all-features -- -D warnings`
- [x] `cargo test --all-features`
- [x] `cargo vet`
- [x] `cargo doc --all-features --no-deps` (0 warnings)
https://claude.ai/code/session_012Au6KZ2BqLnfn7Kk5tb5Gz
Co-authored-by: Claude <noreply@anthropic.com>1 parent 83a6f74 commit 324da5a
File tree
5 files changed
+69
-10
lines changed- crates/bashkit/docs
- specs
- supply-chain
5 files changed
+69
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
427 | | - | |
| 427 | + | |
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
317 | | - | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
318 | 340 | | |
319 | 341 | | |
320 | 342 | | |
321 | 343 | | |
322 | 344 | | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
323 | 373 | | |
324 | 374 | | |
325 | 375 | | |
| |||
331 | 381 | | |
332 | 382 | | |
333 | 383 | | |
| 384 | + | |
334 | 385 | | |
335 | 386 | | |
336 | 387 | | |
| |||
352 | 403 | | |
353 | 404 | | |
354 | 405 | | |
| 406 | + | |
355 | 407 | | |
356 | 408 | | |
357 | 409 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
162 | 169 | | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | 170 | | |
168 | 171 | | |
169 | 172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
| 250 | + | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
| 281 | + | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
830 | 830 | | |
831 | 831 | | |
832 | 832 | | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
833 | 837 | | |
834 | 838 | | |
835 | 839 | | |
| |||
0 commit comments