Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ Your agent can then read specs, plans, work items, and tech debt and (with a wri
- [x] **[v0.5.0 — Product Wiki](https://github.com/SylonZero/CodePlans/releases/tag/v0.5.0):** full-window asset pages and document readers, product-wide search, contextual links, versions, timestamps, and creator/editor attribution
- [x] **[v0.5.1 — Deletion, cascade safety & audit trail](https://github.com/SylonZero/CodePlans/releases/tag/v0.5.1):** MCP delete tools for tasks, work items, plans & releases with blast-radius disclosure; confirmation dialogs on every destructive UI action; a centralized audit log covering every mutation across the UI and MCP; standardized creator/updater attribution with a data backfill for pre-existing rows; role-based delete authorization (org owner/admin vs. creator-or-assignee-only for everyone else); and a fixed privilege-escalation gap in team role management
- [x] **[v0.5.2 — Asset archive & attribution visibility](https://github.com/SylonZero/CodePlans/releases/tag/v0.5.2):** Asset delete replaced with a reversible archive/soft-delete tombstone — hidden from lists/pickers/Atlas but nothing referencing it is touched — plus `archive_asset`/`restore_asset` MCP tools disclosing reference counts; `createdById`/`updatedById` now exposed through the query layer (plans, tasks, work items, releases), closing a gap from v0.5.1 where attribution was backfilled but never surfaced to readers
- [x] **[v0.5.3 — Product archive & hardened authorization](https://github.com/SylonZero/CodePlans/releases/tag/v0.5.3):** Product hard-delete replaced with the same archive/soft-delete tombstone, the highest blast radius in the schema — nothing beneath a product (assets, plans, releases, work items, specs) is touched, it just stops resolving until restored; `archive_product`/`restore_product` MCP tools; typed-name confirmation with a full blast-radius breakdown in the UI; and a closed access-control gap where `updateAssetAction` had no check that the asset was actually accessible to the caller. Completes the deletion & audit initiative started in v0.5.1
- [ ] **Planned — Reconciliation & round-trip engineering** (see [`docs/specs/asset-record-spec.md`](docs/specs/asset-record-spec.md)): agent reconciliation proposals, release publishing
- [ ] AI-assisted effort estimation
- [ ] Billing / subscription management (hosted tier, optional & feature-flagged)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codeplans",
"version": "0.5.2",
"version": "0.5.3",
"description": "Manage and track coordinated changes across your software architecture.",
"author": "Sai Prakash <sylonzero@gmail.com>",
"homepage": "https://codeplans.ai",
Expand Down
Loading