Skip to content

History / Repo Map

Revisions

  • inject dates across dashboard pages for developer scanability Per session 2026-06-02 request: "inject dates so other developers can get a sense what is done and when and what is going on now." Changes across pages: - Home — adds Opened/Last update columns to active umbrella table, appends Recently Closed (last 7 days) table with closure dates, adds Last commit column to ecosystem map with PR links, expands Sessions log + Releases sections with explicit dates. - Umbrella-Rust-Worker-Migration — adds Opened/Last update at top, dates each R-1/R-2/R-3 sub-task with completion date, surfaces closed-issue links per phase, reshapes Recent activity as a dated table. - Umbrella-Rust-Worker-Parity-Gaps — adds Surfaced/Filed/Last update at top, dates the regression run that surfaced them, cites the master execution_id. - Umbrella-Python-Services-To-Rust — adds Opened/Last update at top, reshapes Recent activity as a dated table including the ADR merge SHA. - Umbrella-System-Pool-Design — same shape, captures the design conversation timeline (issue file → matrix capture → ADR merge → wiki cross-links). - Umbrella-Container-Tool-Callback — adds Opened/Last update, dated activity table. - Umbrella-Event-Envelope — adds Started/Last update, dated each EE-1/EE-2/EE-3 landing, marked EE-4 as blocked on #45 step 1. - Repo-Map — adds Last commit column to every repo table. - Releases — adds Timeline section (all repos, last 14 days, sorted by date). Goal: a developer scanning any page can see "what's done, when, what's next" without opening the issue tracker.

    @kadyapam kadyapam committed Jun 2, 2026
  • initialise NoETL ecosystem dashboard Per session 2026-06-02 request: "use ai-meta wiki as todo umbrella tracker for all issues and submodule repos to keep links and description of what we do across all repos." The ai-meta wiki becomes the single pane of glass for the NoETL platform — cross-repo umbrellas, ecosystem map, release history, session decisions, agent-coordination conventions. Initial page set: Dashboard: - Home — active-umbrella table, ecosystem map, recent sessions, release pointer, conventions index - _Sidebar — navigation Ecosystem reference: - Repo Map — every submodule, role, current version, wiki link - Releases — per-repo release log with GitHub Release URLs - Sessions Log — chronological agent session entries Active umbrellas (one page per ai-task issue): - Umbrella-Rust-Worker-Migration (#30) - Umbrella-Container-Tool-Callback (#43) - Umbrella-Python-Services-To-Rust (#45) - Umbrella-System-Pool-Design (#46) - Umbrella-Rust-Worker-Parity-Gaps (#47 + #48) - Umbrella-Event-Envelope (#51 EE-1..EE-4) Conventions (pointers into agents/rules/): - Issue-Tracking - Wiki-Convention (the ai-meta vs per-repo split) - Handoffs - Deployment-Validation - Execution-Model - Observability Cross-link discipline: this wiki uses bare slugs internally and full URLs to per-repo wikis. Per-repo wikis link back to specific pages here (not Home).

    @kadyapam kadyapam committed Jun 2, 2026