diff --git a/documentation/AE__Docker_CI_Cache_Policy.md b/documentation/GUIDE__Docker_CI_Cache_Policy.md similarity index 95% rename from documentation/AE__Docker_CI_Cache_Policy.md rename to documentation/GUIDE__Docker_CI_Cache_Policy.md index 4d877285..95823126 100644 --- a/documentation/AE__Docker_CI_Cache_Policy.md +++ b/documentation/GUIDE__Docker_CI_Cache_Policy.md @@ -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. diff --git a/documentation/PROJECT__Documentation_Refresh_and_Archive_Plan_2026.md b/documentation/PROJECT__Documentation_Refresh_and_Archive_Plan_2026.md index cd06d608..3e74700f 100644 --- a/documentation/PROJECT__Documentation_Refresh_and_Archive_Plan_2026.md +++ b/documentation/PROJECT__Documentation_Refresh_and_Archive_Plan_2026.md @@ -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. diff --git a/documentation/AE__UI_UX_future_ideas.md b/documentation/PROPOSAL__AE_UI_UX_Future_Ideas.md similarity index 99% rename from documentation/AE__UI_UX_future_ideas.md rename to documentation/PROPOSAL__AE_UI_UX_Future_Ideas.md index f9b624b8..28cc4c14 100644 --- a/documentation/AE__UI_UX_future_ideas.md +++ b/documentation/PROPOSAL__AE_UI_UX_Future_Ideas.md @@ -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 --- diff --git a/documentation/README__Docs_Index.md b/documentation/README__Docs_Index.md index c1eee0e1..ce2df497 100644 --- a/documentation/README__Docs_Index.md +++ b/documentation/README__Docs_Index.md @@ -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` diff --git a/documentation/archive/PROJECT__AE_Docker_CI_BuildKit_implement.md b/documentation/archive/PROJECT__AE_Docker_CI_BuildKit_implement.md index 46156ff6..e0d3a0ae 100644 --- a/documentation/archive/PROJECT__AE_Docker_CI_BuildKit_implement.md +++ b/documentation/archive/PROJECT__AE_Docker_CI_BuildKit_implement.md @@ -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`