Sprint B — closes audit item B7 (doc consolidation).
- docs/AGENT_TASK_ROADMAP.md, docs/ARCHITECTURE_REVIEW_AND_REUSE_ROADMAP.md,
docs/GAP_ANALYSIS.md were each self-marked as historical snapshots
but kept polluting the top of docs/. Moved them under docs/archive/
in the previous commit; this commit:
- Adds docs/archive/README.md explaining what's archived vs active
- Repoints cross-doc links in docs/IMPLEMENTATION_TRACKER.md,
docs/WEB_AI_FAST_ROADMAP.md, and docs/roadmaps/*.md to the new
archive paths
- Fixes relative links inside the archived files themselves so
historical readers can still navigate back to active docs
- AGENTS.md §1.1 refreshed: reflects the May 22 re-verified state
(382/96/97 tests), links the two new runbooks, and points readers
away from docs/archive/ as a work source.
18 lines
1.3 KiB
Markdown
18 lines
1.3 KiB
Markdown
# Archived Docs
|
|
|
|
These documents are kept for historical context but are **not** active execution sources. Each was explicitly marked as a historical snapshot or superseded by a later roadmap.
|
|
|
|
| File | Original date | Why archived |
|
|
|---|---|---|
|
|
| [`AGENT_TASK_ROADMAP.md`](./AGENT_TASK_ROADMAP.md) | March 31, 2026 | Superseded by `PRODUCTION_READINESS_HANDOFF_ROADMAP.md`. Pre-dated several common-platform package additions. |
|
|
| [`ARCHITECTURE_REVIEW_AND_REUSE_ROADMAP.md`](./ARCHITECTURE_REVIEW_AND_REUSE_ROADMAP.md) | March 10, 2026 | Useful context on product-local vs. common-platform boundaries, but no longer the active tracker. |
|
|
| [`GAP_ANALYSIS.md`](./GAP_ANALYSIS.md) | March 19, 2026 | Several gaps in this audit have since been implemented; pass/fail counts are stale. |
|
|
|
|
## Active docs (do not archive)
|
|
|
|
- [`../ROADMAP.md`](../ROADMAP.md) — primary phase roadmap.
|
|
- [`../NEXT_SPRINT_ROADMAP.md`](../NEXT_SPRINT_ROADMAP.md) — current sprint focus.
|
|
- [`../PRODUCTION_READINESS_HANDOFF_ROADMAP.md`](../PRODUCTION_READINESS_HANDOFF_ROADMAP.md) — production gate checklist.
|
|
- [`../UI_UX_PLATFORM_CORE_ROADMAP.md`](../UI_UX_PLATFORM_CORE_ROADMAP.md) — UI migration roadmap.
|
|
- [`../runbooks/`](../runbooks/) — operational runbooks (MEK rotation, secret management, ...).
|