Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ The milestones below are sequential. Each one produces something usable before t

### Security & Correctness

- [ ] `--dry-run` flag on install/sync/remove — preview changes without writing (issue #166)
- [x] `--dry-run` flag on install/sync/remove — preview changes without writing (issue #166)
- [x] Concurrency lock to prevent simultaneous weave operations (issue #201)
- [ ] Pack content checksums in registry for integrity verification (issue #175)
- [x] Enforce `min_tool_version` check during pack install (issue #197)
- [ ] Switch Codex adapter to `toml_edit` to preserve user comments (issue #212)
- [x] Switch Codex adapter to `toml_edit` to preserve user comments (issue #212)
- [x] Rollback on partial adapter apply failure — don't record install if any adapter fails (issue #221)
- [x] Schema versioning for pack.toml and sidecar manifests — graceful rejection of newer formats (issue #224)

Expand Down
Loading