-
Notifications
You must be signed in to change notification settings - Fork 0
Wiki Convention
How the ai-meta wiki (this one) relates to the per-repo wikis.
-
Per-repo wikis (
noetl/noetl/wiki,noetl/server/wiki,noetl/worker/wiki, etc.) document that repo's public surface — its API, its module layout, its operational knobs. Mirror the code at the wiki level. -
This wiki (
noetl/ai-meta/wiki) documents the system of repos — cross-repo umbrellas, the ecosystem map, release history, session decisions, and how agents coordinate across them.
When in doubt: if the content is about a single submodule's internals, it belongs in that submodule's wiki. If it spans repos or tracks platform-wide state, it belongs here.
| Page | What |
|---|---|
| Home | Dashboard — active umbrellas, ecosystem map, release pointer |
| Repo Map | Every submodule, its role, its current version, its wiki |
| Releases | Per-repo release log with GitHub Release URLs |
| Sessions Log | Chronological log of agent sessions and what landed |
| Umbrella: * | One page per active ai-task umbrella issue |
| Issue Tracking | Pointer to agents/rules/issue-tracking.md
|
| Wiki Convention | This page |
| Handoffs | Pointer to agents/rules/handoffs.md
|
| Deployment Validation | Pointer to agents/rules/deployment-validation.md
|
| Execution Model | Pointer to agents/rules/execution-model.md
|
| Observability | Pointer to agents/rules/observability.md
|
- The Python API reference, the DSL semantics →
noetl/noetlwiki. - The Rust server's route handlers, the event envelope schema
→
noetl/serverwiki. - The Rust worker's main loop, the metrics surface →
noetl/workerwiki. - The KEDA scaler manifest details, the Helm chart values →
noetl/opswiki. - The Docusaurus engineer-facing architecture (ephemeral
blueprints, ADRs, Appendix H) →
noetl/docssite at https://noetl.dev/docs.
If you find yourself writing repo-specific reference content here, stop and move it to the right wiki.
This wiki is a git submodule of noetl/ai-meta at
repos/ai-meta-wiki/. Updates ride the same pattern as
other wiki updates per
agents/rules/wiki-maintenance.md:
- Edit pages in
repos/ai-meta-wiki/. - Commit + push to
noetl/ai-meta.wiki.gitmaster. - Bump the submodule pointer in ai-meta with a
chore(sync): bump ai-meta-wiki to <sha>commit.
Per-session expectation:
- Add a Sessions Log entry at the top when the session lands meaningful work (issues opened, PRs merged, pointer bumps, design decisions).
- Refresh Home when the active-umbrella table changes (new umbrella, closed umbrella, status change).
- Update Releases when a submodule pointer bump references a new tagged release.
- Touch the relevant
Umbrella-*page when the umbrella's status moves — append a line under "Recent activity" with the date + concrete change.
When you link from this wiki to a per-repo wiki page, use the
full URL:
https://github.com/noetl/<repo>/wiki/<page-slug>. Internal
links inside this wiki use bare slugs like [Home](Home).
When a per-repo wiki page references this dashboard, link to
specific pages here (e.g.
https://github.com/noetl/ai-meta/wiki/Umbrella-Rust-Worker-Migration)
not the Home page — so the cross-link survives Home reorgs.
- Home — overview
- Repo Map
- Releases
- Sessions Log
- Secrets Wallet (#61) — SECURITY (design)
- Rust Server Port (#49) — PRIMARY
- Decoupled Context + Event Chain (#115) — RFC (design), reframes #101
- Orchestrator Scaling (#101) — reframed by #115; consume side = #115 Phase 1
- Event WAL + Derivable Storage (#104) — Round 01 (locator) PR open
- WASM Plug-in Compilation (#105) — system-pool plug-in hot-reload (ADR Phase 4)
- System Pool Design (#46) — PRIMARY
- Regression Baseline Migration (#98) — e2e
- Subscription / Listener Tool (#90) — RFC
- Container Tool Callback (#43)
- Rust Worker Parity Gaps (#47 · #48)
- Event Envelope Reconciliation (#51 in TaskList)
- Cursor Loop Mode (#100) — server v3.8.0 + tools v3.10.1, 2026-06-15
- Transfer Tool Credentials (#99) — tools v3.10.0 + worker v5.22.0, 2026-06-14
- Explicit Input Binding (#77) — v3.0.0 shipped 2026-06-09
- Rust Worker Migration (#30)
- Python Services → Rust (#45)
- Issue Tracking
- Wiki Convention
- Handoffs
- Deployment Validation
- Execution Model
- Data Access Boundary
- Observability
- noetl/noetl wiki — app + DSL
- noetl/server wiki — Rust control plane
- noetl/worker wiki — Rust pull worker
- noetl/tools wiki — tool registry crate
- noetl/cli wiki — CLI + local mode
- noetl/gateway wiki — gatekeeper
- noetl/ops wiki — Helm + manifests
- noetl/travel wiki — domain SPA reference
- Docs site — engineer-facing architecture