docs: second-pass archive and naming normalization

This commit is contained in:
Scott Idem
2026-06-12 16:50:56 -04:00
parent a227c6aaa7
commit 7192cbc0af
8 changed files with 13 additions and 9 deletions

View File

@@ -350,7 +350,7 @@ Start here, then go deeper as needed:
| Journals module overview | `documentation/MODULE__AE_Journals.md` | | Journals module overview | `documentation/MODULE__AE_Journals.md` |
| Journals settings map | `documentation/MODULE__AE_Journals_Config_Map.md` | | Journals settings map | `documentation/MODULE__AE_Journals_Config_Map.md` |
| Exhibitor Leads module | `documentation/MODULE__AE_Events_Leads.md` | | Exhibitor Leads module | `documentation/MODULE__AE_Events_Leads.md` |
| Presentation Management module | `documentation/PROJECT__AE_Events_PressMgmt_Config_Cleanup.md` | | Presentation Management module | `documentation/MODULE__AE_Events_Presentation_Management.md` |
| IDAA client architecture | `documentation/CLIENT__IDAA_and_customized_mods.md` | | IDAA client architecture | `documentation/CLIENT__IDAA_and_customized_mods.md` |
| IDAA Archives module | `documentation/MODULE__AE_IDAA_Archives.md` | | IDAA Archives module | `documentation/MODULE__AE_IDAA_Archives.md` |
| IDAA Bulletin Board module | `documentation/MODULE__AE_IDAA_Bulletin_Board.md` | | IDAA Bulletin Board module | `documentation/MODULE__AE_IDAA_Bulletin_Board.md` |

View File

@@ -45,7 +45,7 @@ Journals contain private personal data. Treat all journal and journal-entry rout
## Related Docs ## Related Docs
- `documentation/PROJECT__AE_UI_Journals_module_update_2026.md` - `documentation/PROJECT__AE_UI_Journals_Module_Update_2026.md`
- `documentation/GUIDE__SvelteKit2_Svelte5_DexieJS.md` - `documentation/GUIDE__SvelteKit2_Svelte5_DexieJS.md`
- `documentation/GUIDE__AE_API_V3_for_Frontend.md` - `documentation/GUIDE__AE_API_V3_for_Frontend.md`
- `documentation/BOOTSTRAP__AI_Agent_Quickstart.md` - `documentation/BOOTSTRAP__AI_Agent_Quickstart.md`

View File

@@ -33,6 +33,10 @@ Do not delete historical context; move to `documentation/archive/` with clear na
### Completed in this pass ### Completed in this pass
- Moved `MODULE__AE_Events_Launcher_Config_Menu_new.md` -> `archive/PROPOSAL__AE_Events_Launcher_Config_Menu_Unified_Vision_v3_1.md`. - Moved `MODULE__AE_Events_Launcher_Config_Menu_new.md` -> `archive/PROPOSAL__AE_Events_Launcher_Config_Menu_Unified_Vision_v3_1.md`.
- Moved `PROPOSAL__IDAA_UI_UX_Roadmap_2026.md` -> `archive/PROPOSAL__IDAA_Recovery_Meetings_UI_UX_Roadmap_2026.md`.
- Renamed `MODULE__AE Journals_config_map.md` -> `MODULE__AE_Journals_Config_Map.md`.
- Renamed `PROJECT__AE_UI_Journals_module_update_2026.md` -> `PROJECT__AE_UI_Journals_Module_Update_2026.md`.
- Renamed `AE_Docker_CI_cache_policy.md` -> `AE__Docker_CI_Cache_Policy.md`.
### Next archive candidates (review + approve) ### Next archive candidates (review + approve)
- Older style-review snapshots once current style guide references are centralized. - Older style-review snapshots once current style guide references are centralized.
@@ -49,7 +53,7 @@ Monthly lightweight review:
## 5) Immediate Follow-Up Tasks ## 5) Immediate Follow-Up Tasks
1. Add a single docs index (`documentation/README__Docs_Index.md`) with routing by task type. 1. Add `Last Updated` metadata lines to all `MODULE__` docs.
2. Normalize any remaining filenames with spaces or inconsistent separators. 2. Run a link-check pass across documentation files.
3. Add `Last Updated` metadata lines to all `MODULE__` docs. 3. Review overlap between `PROJECT__AE_Style_Review.md` and `GUIDE__AE_UI_Style_Guidelines.md`; merge or archive one path.
4. Run a link-check pass across documentation files. 4. Review overlap between `GUIDE__AE_Events_Badges_Onsite.md` and `GUIDE__AE_Events_Onsite_Runbook.md`; decide whether to merge badge-print sections.

View File

@@ -51,7 +51,7 @@ Use this file as the routing map for project documentation.
- `documentation/PROJECT__Use_AE_API_V3_CRUD_upgrade.md` - `documentation/PROJECT__Use_AE_API_V3_CRUD_upgrade.md`
- `documentation/PROJECT__AE_Events_PressMgmt_Config_Cleanup.md` - `documentation/PROJECT__AE_Events_PressMgmt_Config_Cleanup.md`
- `documentation/PROJECT__AE_Events_Badges_Review_Print.md` - `documentation/PROJECT__AE_Events_Badges_Review_Print.md`
- `documentation/PROJECT__AE_UI_Journals_module_update_2026.md` - `documentation/PROJECT__AE_UI_Journals_Module_Update_2026.md`
## 6) Archive ## 6) Archive

View File

@@ -17,7 +17,7 @@ Deliverables (this PR)
- `documentation/PROJECT__AE_Docker_CI_BuildKit_implement.md` (this file) - `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/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). - `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/AE__Docker_CI_Cache_Policy.md` — cache rotation and prune guidance.
Tasks (implementation checklist) Tasks (implementation checklist)
- [ ] Review existing `Dockerfile`(s) under `aether_container_env/` and repository root. - [ ] 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: Files included in this PR for reference:
- `aether_container_env/Dockerfile.buildkit.example` - `aether_container_env/Dockerfile.buildkit.example`
- `aether_container_env/ci_buildx_example.sh` - `aether_container_env/ci_buildx_example.sh`
- `documentation/AE_Docker_CI_cache_policy.md` - `documentation/AE__Docker_CI_Cache_Policy.md`