docs: eighth-pass classify remaining active references

This commit is contained in:
Scott Idem
2026-06-12 17:07:57 -04:00
parent 75e7ca541a
commit 7831179970
5 changed files with 16 additions and 6 deletions

View File

@@ -47,6 +47,8 @@ Do not delete historical context; move to `documentation/archive/` with clear na
- Archived legacy API-object, component-inventory, data-structure, performance, and UI-pattern references that contradicted V3 IDs, Svelte 5, or current private-route execution rules.
- Refreshed `AE__Architecture.md` and `AE__Naming_Conventions.md` as the active replacements.
- Added `documentation/archive/README.md` to explain archive categories and restoration policy.
- Renamed `AE__Docker_CI_Cache_Policy.md` -> `GUIDE__Docker_CI_Cache_Policy.md`.
- Renamed `AE__UI_UX_future_ideas.md` -> `PROPOSAL__AE_UI_UX_Future_Ideas.md`.
### Next archive candidates (review + approve)
- Older style-review snapshots once current style guide references are centralized.
@@ -64,6 +66,6 @@ Monthly lightweight review:
## 5) Immediate Follow-Up Tasks
1. Run a quarterly archive review: identify stale `PROJECT__` docs with no TODO or index linkage and move them to `documentation/archive/`.
2. Review remaining `AE__*` docs (`Permissions`, Docker policy, and UI future ideas) against current source and decide whether each remains active reference or proposal material.
2. Review `AE__Permissions_and_Security.md` against current permission helpers and IDAA authentication behavior.
3. Review module docs against current routes and store names rather than relying only on filename/header freshness.
4. Add a lightweight reusable link-check script if manual path validation becomes frequent.