From bc1f0ea62fd48c33f93061430ccac87aa82a646b Mon Sep 17 00:00:00 2001 From: Sai Prakash Date: Sat, 12 Sep 2026 19:52:03 -0400 Subject: [PATCH] Bump version to v0.5.3 Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_016ZM1Fxzj2sqge7EyGQ8LXb --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 505de17..c99998b 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index beb26be..f97d32a 100644 --- a/package.json +++ b/package.json @@ -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 ", "homepage": "https://codeplans.ai",