From e966261324755219a6207444f55f4f67a92ec51f Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Fri, 12 Jun 2026 16:54:34 -0400 Subject: [PATCH] docs: fourth-pass metadata normalization and archive linking --- documentation/MODULE__AE_Events_Badges.md | 2 ++ documentation/MODULE__AE_Events_Launcher.md | 2 ++ documentation/MODULE__AE_Events_Launcher_Config_Menu.md | 1 + documentation/MODULE__AE_Events_Leads.md | 1 + .../MODULE__AE_Events_Presentation_Management.md | 2 ++ documentation/MODULE__AE_IDAA_Archives.md | 1 + documentation/MODULE__AE_IDAA_Bulletin_Board.md | 1 + documentation/MODULE__AE_IDAA_Recovery_Meetings.md | 1 + documentation/MODULE__AE_IDAA_Video_Conferences.md | 1 + documentation/MODULE__AE_Journals.md | 1 + documentation/MODULE__AE_Journals_Config_Map.md | 2 ++ ...ROJECT__Documentation_Refresh_and_Archive_Plan_2026.md | 8 ++++---- 12 files changed, 19 insertions(+), 4 deletions(-) diff --git a/documentation/MODULE__AE_Events_Badges.md b/documentation/MODULE__AE_Events_Badges.md index 5deeb0cf..81115c65 100644 --- a/documentation/MODULE__AE_Events_Badges.md +++ b/documentation/MODULE__AE_Events_Badges.md @@ -1,5 +1,7 @@ # Aether Events — Badges +**Last Updated:** 2026-06-12 + The Badges module manages event attendee records and their physical badge configurations. It supports multi-source imports, field protection for onsite edits, and multi-tier access control for self-service review. --- diff --git a/documentation/MODULE__AE_Events_Launcher.md b/documentation/MODULE__AE_Events_Launcher.md index f2aa85e8..cc4c9e15 100644 --- a/documentation/MODULE__AE_Events_Launcher.md +++ b/documentation/MODULE__AE_Events_Launcher.md @@ -1,5 +1,7 @@ # Aether Events — Launcher (Podium Display) +**Last Updated:** 2026-06-12 + The Launcher module provides the podium display interface that runs on each session room's kiosk machine. It is designed to work in standard browsers but is optimized for the **Aether Desktop (Electron)** native shell. --- diff --git a/documentation/MODULE__AE_Events_Launcher_Config_Menu.md b/documentation/MODULE__AE_Events_Launcher_Config_Menu.md index e7152af3..6a5ee18e 100644 --- a/documentation/MODULE__AE_Events_Launcher_Config_Menu.md +++ b/documentation/MODULE__AE_Events_Launcher_Config_Menu.md @@ -1,6 +1,7 @@ # Aether Events — Launcher Configuration Menu (Inventory) > **Status:** Current Reference (v3.0) +> **Last Updated:** 2026-06-12 > **Location:** `src/routes/events/[event_id]/(launcher)/launcher_cfg.svelte` This document provides a detailed inventory of the Launcher's configuration menu settings as of May 2026. This serves as the baseline for the v3.1 reorganization into a modal-based tabbed interface. diff --git a/documentation/MODULE__AE_Events_Leads.md b/documentation/MODULE__AE_Events_Leads.md index 8e061cf4..33347625 100644 --- a/documentation/MODULE__AE_Events_Leads.md +++ b/documentation/MODULE__AE_Events_Leads.md @@ -1,6 +1,7 @@ # Aether Events — Exhibitor Leads Module (v3) **Status:** Implemented and ready for demo. Core lead capture flow works end-to-end. +**Last Updated:** 2026-06-12 **Platform:** PWA only — mobile-first, offline-capable. **Target users:** Conference exhibitors scanning attendee badges at their booths. diff --git a/documentation/MODULE__AE_Events_Presentation_Management.md b/documentation/MODULE__AE_Events_Presentation_Management.md index efb669e4..eaccd74a 100644 --- a/documentation/MODULE__AE_Events_Presentation_Management.md +++ b/documentation/MODULE__AE_Events_Presentation_Management.md @@ -1,5 +1,7 @@ # Aether Events — Presentation Management +**Last Updated:** 2026-06-12 + The Presentation Management module handles the full lifecycle of conference content: sessions, presentations, presenters, presentation files, and room/location assignments. It serves as the "Back Office" interface for event staff. --- diff --git a/documentation/MODULE__AE_IDAA_Archives.md b/documentation/MODULE__AE_IDAA_Archives.md index d9408595..e4b9a908 100644 --- a/documentation/MODULE__AE_IDAA_Archives.md +++ b/documentation/MODULE__AE_IDAA_Archives.md @@ -1,6 +1,7 @@ # Aether IDAA — Archives Module **Status:** Active (private) +**Last Updated:** 2026-06-12 **Routes:** `src/routes/idaa/(idaa)/archives/` **Underlying library:** `src/lib/ae_archives/` diff --git a/documentation/MODULE__AE_IDAA_Bulletin_Board.md b/documentation/MODULE__AE_IDAA_Bulletin_Board.md index 118b7e6c..9d0a386a 100644 --- a/documentation/MODULE__AE_IDAA_Bulletin_Board.md +++ b/documentation/MODULE__AE_IDAA_Bulletin_Board.md @@ -1,6 +1,7 @@ # Aether IDAA — Bulletin Board Module **Status:** Active (private) +**Last Updated:** 2026-06-12 **Routes:** `src/routes/idaa/(idaa)/bb/` **Underlying library:** `src/lib/ae_posts/` diff --git a/documentation/MODULE__AE_IDAA_Recovery_Meetings.md b/documentation/MODULE__AE_IDAA_Recovery_Meetings.md index e67267bf..a2730a89 100644 --- a/documentation/MODULE__AE_IDAA_Recovery_Meetings.md +++ b/documentation/MODULE__AE_IDAA_Recovery_Meetings.md @@ -1,6 +1,7 @@ # Aether IDAA — Recovery Meetings Module **Status:** Active (private) +**Last Updated:** 2026-06-12 **Routes:** `src/routes/idaa/(idaa)/recovery_meetings/` **Underlying library:** `src/lib/ae_events/` (repurposed) diff --git a/documentation/MODULE__AE_IDAA_Video_Conferences.md b/documentation/MODULE__AE_IDAA_Video_Conferences.md index 43b98b03..8412468f 100644 --- a/documentation/MODULE__AE_IDAA_Video_Conferences.md +++ b/documentation/MODULE__AE_IDAA_Video_Conferences.md @@ -1,6 +1,7 @@ # Aether IDAA — Video Conferences Module **Status:** Active (private) +**Last Updated:** 2026-06-12 **Routes:** `src/routes/idaa/(idaa)/video_conferences/` Video Conferences provides IDAA’s Jitsi meeting access experience within the IDAA private module. diff --git a/documentation/MODULE__AE_Journals.md b/documentation/MODULE__AE_Journals.md index 1c764d08..bf3be3e7 100644 --- a/documentation/MODULE__AE_Journals.md +++ b/documentation/MODULE__AE_Journals.md @@ -1,6 +1,7 @@ # Aether Journals — Module Overview **Status:** Active module +**Last Updated:** 2026-06-12 **Library:** `src/lib/ae_journals/` **Routes:** `src/routes/journals/` diff --git a/documentation/MODULE__AE_Journals_Config_Map.md b/documentation/MODULE__AE_Journals_Config_Map.md index 01dcf359..79c84313 100644 --- a/documentation/MODULE__AE_Journals_Config_Map.md +++ b/documentation/MODULE__AE_Journals_Config_Map.md @@ -1,5 +1,7 @@ # Aether Journals: Configuration & Settings Map +**Last Updated:** 2026-06-12 + This document tracks all available settings across the three levels of the Journals module. ## 1. Module Level (Global) diff --git a/documentation/PROJECT__Documentation_Refresh_and_Archive_Plan_2026.md b/documentation/PROJECT__Documentation_Refresh_and_Archive_Plan_2026.md index 3ef9ec38..dddb80ce 100644 --- a/documentation/PROJECT__Documentation_Refresh_and_Archive_Plan_2026.md +++ b/documentation/PROJECT__Documentation_Refresh_and_Archive_Plan_2026.md @@ -55,7 +55,7 @@ Monthly lightweight review: ## 5) Immediate Follow-Up Tasks -1. Add `Last Updated` metadata lines to all `MODULE__` docs. -2. Run a link-check pass across documentation files. -3. Add `Last Updated` metadata lines to remaining `GUIDE__` and `PROJECT__` docs that are still actively edited. -4. Run a lightweight cross-reference audit for `archive/` links in active docs to ensure all moved files remain discoverable. +1. Run a link-check pass across documentation files. +2. Add `Last Updated` metadata lines to remaining `GUIDE__` and `PROJECT__` docs that are still actively edited. +3. Run a lightweight cross-reference audit for `archive/` links in active docs to ensure all moved files remain discoverable. +4. Add a short "Doc Owner" line for high-churn docs (`BOOTSTRAP__*`, `TODO__Agents.md`, and `README__Docs_Index.md`) so update responsibility stays explicit.