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

@@ -1,4 +1,6 @@
# AE Docker CI Cache Policy (recommendation)
# Aether Docker CI Cache Policy
**Last Updated:** 2026-06-12
Purpose
- Provide a straightforward policy to keep build caches useful but bounded.

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.

View File

@@ -2,7 +2,8 @@
> Collection of concrete UX improvements for the Aether frontend. Each entry includes
> the rationale, current behavior, proposed change, and implementation notes.
> **Date:** 2026-05-17
> **Created:** 2026-05-17
> **Last Updated:** 2026-05-18
---

View File

@@ -17,6 +17,7 @@ Use this file as the routing map for project documentation.
- `documentation/GUIDE__AE_API_V3_for_Frontend_websockets.md`
- `documentation/GUIDE__SvelteKit2_Svelte5_DexieJS.md`
- `documentation/GUIDE__AE_UI_Style_Guidelines.md`
- `documentation/GUIDE__Docker_CI_Cache_Policy.md`
## 3) Safety and Reference
@@ -59,7 +60,11 @@ Use this file as the routing map for project documentation.
- `documentation/PROJECT__AE_Object_Field_Editor_V3_upgrade.md`
- `documentation/PROJECT__AE_Site_Passcode_Security.md`
## 6) Archive
## 6) Active Proposals
- `documentation/PROPOSAL__AE_UI_UX_Future_Ideas.md`
## 7) Archive
- `documentation/archive/README.md`

View File

@@ -17,7 +17,7 @@ Deliverables (this PR)
- `documentation/PROJECT__AE_Docker_CI_BuildKit_implement.md` (this file)
- `aether_container_env/Dockerfile.buildkit.example` — BuildKit-friendly multi-stage Dockerfile example.
- `aether_container_env/ci_buildx_example.sh` — standalone CI script examples (registry cache + local cache usage).
- `documentation/AE__Docker_CI_Cache_Policy.md` — cache rotation and prune guidance.
- `documentation/GUIDE__Docker_CI_Cache_Policy.md` — cache rotation and prune guidance.
Tasks (implementation checklist)
- [ ] Review existing `Dockerfile`(s) under `aether_container_env/` and repository root.
@@ -50,4 +50,4 @@ Next steps for the container team
Files included in this PR for reference:
- `aether_container_env/Dockerfile.buildkit.example`
- `aether_container_env/ci_buildx_example.sh`
- `documentation/AE__Docker_CI_Cache_Policy.md`
- `documentation/GUIDE__Docker_CI_Cache_Policy.md`