diff --git a/docs/archive/planning/README.md b/docs/archive/planning/README.md index ae80f4c7..53c8c0ad 100644 --- a/docs/archive/planning/README.md +++ b/docs/archive/planning/README.md @@ -10,5 +10,6 @@ - [Legacy planning index](legacy/README.md) — unreferenced implementation plans, a superseded SSO setup record, and explicitly deferred design stubs. - [Archived Matrix/MACP proposals](matrix-macp/README.md) — historical draft communications and deployment RFCs for functionality not established by current source/tests. +- [Archived standalone designs](designs/README.md) — historical prerelease-pipeline and storage-abstraction designs. Use current package source, tests, audience guides, and approved control documents for present behavior and status. diff --git a/docs/archive/planning/designs/README.md b/docs/archive/planning/designs/README.md new file mode 100644 index 00000000..9daff59f --- /dev/null +++ b/docs/archive/planning/designs/README.md @@ -0,0 +1,8 @@ +# Archived standalone designs + +> **Status:** Historical design records. These files moved byte-identically from migration quarantine on 2026-08-10 and are not current implementation or release contracts. + +- [npm prerelease `@next` lane](prerelease-next-dist-tag-pipeline.md) — prior release-pipeline design; verify current CI and package scripts before use. +- [Storage and queue abstraction](storage-abstraction-middleware.md) — prior middleware/tier design. Current storage abstractions exist, but this record does not prove its complete target architecture or operational procedures. + +Use current package source, manifests, tests, and canonical safety guidance for present behavior. The coupled #791 upgrade design and normative framework constitution remain in migration quarantine pending their owning workstreams. diff --git a/docs/_old_structure/design/prerelease-next-dist-tag-pipeline.md b/docs/archive/planning/designs/prerelease-next-dist-tag-pipeline.md similarity index 100% rename from docs/_old_structure/design/prerelease-next-dist-tag-pipeline.md rename to docs/archive/planning/designs/prerelease-next-dist-tag-pipeline.md diff --git a/docs/_old_structure/design/storage-abstraction-middleware.md b/docs/archive/planning/designs/storage-abstraction-middleware.md similarity index 100% rename from docs/_old_structure/design/storage-abstraction-middleware.md rename to docs/archive/planning/designs/storage-abstraction-middleware.md diff --git a/docs/scratchpads/DOCS-IA-002-catalog-audit.md b/docs/scratchpads/DOCS-IA-002-catalog-audit.md index da86ddb6..f2584260 100644 --- a/docs/scratchpads/DOCS-IA-002-catalog-audit.md +++ b/docs/scratchpads/DOCS-IA-002-catalog-audit.md @@ -90,6 +90,7 @@ Shared indexes, navigation, audit records, integration review, and final commits - [x] Archive ten unreferenced legacy plans/deferred stubs byte-identically; retain the live-test-coupled Agent Reflection PRD and authority-gated WebUI/Fleet draft in quarantine. - [x] Archive 94 unreferenced historical scratchpads byte-identically; retain 17 records coupled to control docs, tests/fixtures, mission/evidence records, or KBN-101. - [x] Archive the two unreferenced Matrix/MACP RFCs byte-identically as historical drafts, cross-referenced to the canonical unimplemented-Matrix boundary. +- [x] Archive two unreferenced standalone designs byte-identically; retain the coupled #791 design and normative framework constitution in quarantine. ## Initial findings @@ -115,6 +116,7 @@ Shared indexes, navigation, audit records, integration review, and final commits - Ten additional unreferenced implementation plans, setup records, and deferred stubs moved byte-identically to `archive/planning/legacy/`. `agent-reflection-loop-PRD.md` was excluded because a MACP test names its intended canonical path; the WebUI/Fleet bridge draft was excluded because it remains authority-gated. - Of 111 quarantined scratchpads, 94 had no current path/name consumers and no coupled local Markdown links; they moved byte-identically to `archive/work-records/`. Seventeen remain quarantined with their control-document, source/test fixture, mission/evidence, or KBN-101 dependencies. - The two Matrix/MACP RFCs were explicitly draft, unreferenced, and link-free. They moved byte-identically under `archive/planning/matrix-macp/`; the archive index points to the canonical channel page that records Matrix as unimplemented. +- The npm prerelease-lane and storage-abstraction designs had no current consumers or local links. They moved byte-identically under `archive/planning/designs/` with explicit source/test verification boundaries. ## Method @@ -176,3 +178,4 @@ Shared indexes, navigation, audit records, integration review, and final commits | Historical planning archive | PASS — five consolidation records plus ten legacy plans/stubs moved byte-identically under `archive/planning/`; hashes and zero-consumer scans verified | | Historical work records | PASS — 94 unreferenced scratchpads moved byte-identically under `archive/work-records/`; 17 coupled records deliberately retained in quarantine | | Matrix/MACP draft RFCs | PASS — two unreferenced, link-free drafts moved byte-identically under `archive/planning/matrix-macp/`; canonical Matrix limitation linked | +| Standalone design archive | PASS — prerelease-lane and storage-abstraction designs moved byte-identically under `archive/planning/designs/`; coupled/normative designs excluded |