From 348325b75ebc0f27b2de4e1dd2b2562175c188d4 Mon Sep 17 00:00:00 2001 From: AsafGolombek Date: Tue, 28 Jul 2026 21:52:03 +0300 Subject: [PATCH] docs: link the three surface scaffolds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit nimbus-raycast and nimbus-statuspage were private, so the surfaces table listed them as plain text rather than emitting links most readers would get a 404 on. Both are public now, and nimbus-postmortem — named in the retired ecosystem roadmap and handed to a repo that did not exist — has been created with the same scaffold shape. All three are labelled (scaffold) so the table does not overstate what ships. Their own READMEs say the same. Co-Authored-By: Claude Opus 5 (1M context) --- ECOSYSTEM.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index a1145d7..39742f1 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -61,11 +61,17 @@ Where the capability reaches a human. | --- | --- | | [`nimbus-vscode`](https://github.com/nimbus-agent/nimbus-vscode) | VS Code / Open VSX extension — ask, search, chat participant, SCM tooling | | [`nimbus-web-clipper`](https://github.com/nimbus-agent/nimbus-web-clipper) | Chrome + Firefox MV3 extension, over the gateway's paired HTTP surface | -| `nimbus-raycast` | Raycast quick-ask | -| `nimbus-statuspage` | On-call and status pages from indexed incidents, alerts and DORA metrics | +| [`nimbus-raycast`](https://github.com/nimbus-agent/nimbus-raycast) | Raycast quick-ask (scaffold) | +| [`nimbus-statuspage`](https://github.com/nimbus-agent/nimbus-statuspage) | On-call and status pages from indexed incidents, alerts and DORA metrics (scaffold) | +| [`nimbus-postmortem`](https://github.com/nimbus-agent/nimbus-postmortem) | Incident postmortem drafts from indexed incidents, deploys and implicated changes (scaffold) | The CLI and TUI ship inside the `Nimbus` repo rather than separately. +Surfaces marked *(scaffold)* hold a vision README and a build prompt but no +implementation yet. They are sequenced in the gateway's +[roadmap](https://github.com/nimbus-agent/Nimbus/blob/main/docs/roadmap.md), not +here — this document says what exists, not what happens next. + ### Connectors and extensions | Repo | Role |