Create docs/wiki/repo-versions.md
c4737cb5ffdd jacobcole 2026-04-23 1 file
new file mode 100644
index 0000000..fd56fd6
@@ -0,0 +1,37 @@
+---
+visibility: public
+---
+
+# Repo versions — verified 2026-04-23
+
+GitHub-latest sweep of every repo referenced in picortex docs. Keep this up to date at quarterly diff checkpoints.
+
+| Reference | Actual repo | Latest SHA | Date | Status | Notes |
+|---|---|---|---|---|---|
+| Cortex (pattern source) | `IdeaFlowCo/cortex` | `e93bf8c` | 2026-04-23 | active | Docs(plan): OpenClaw gateway lifecycle alignment design |
+| noos (identity / knowledge graph) | `IdeaFlowCo/noos` | — | — | private (404) | NOT `tmad4000/noos`. Local: `~/code/noos` |
+| openchat (candidate D3 channel) | **unknown** | — | — | repo-not-found | Deployed at `chat.globalbr.ai` from `/opt/openchat` with NO git remote. The public `tmad4000/openchat` is a 2023 scaffold, not the live source. Open question for Jacob. |
+| voice-assistant | `tmad4000/voice-assistant` | `89870e1` | 2026-02-11 | stable | Text chat thinking indicator |
+| listhub (ecosystem) | `tmad4000/listhub` | `9ec8dbf` | 2026-04-22 | active | bd stderr fix |
+| Thoughtstreams | `tmad4000/Thoughtstreams` | `e3d447e` | 2026-01-26 | stable | Feedback widget v2.1 |
+| vibe-coding-guide | `tmad4000/vibe-coding-guide` | `4b4d644` | 2026-04-22 | active | Background poller pattern |
+| tmad4000.github.io | `tmad4000/tmad4000.github.io` | `5d4a5e2` | 2026-04-18 | stable | Open Asks section |
+| ai-os-apple-data | `tmad4000/ai-os-apple-data` | `f290bd0` | 2026-04-01 | quiet | `bd sync` auto-commits |
+| claude-mind | `tmad4000/claude-mind` | `190b728` | 2026-01-01 | quiet | |
+| thoughtstream-gemini-jacob | — | — | — | private-or-missing | Listed in `PROJECTS.md` but `gh api` returns 404 |
+| OpenClaw (`opentoolshub/openclaw`) | `opentoolshub/openclaw` | — | — | private-or-missing | npm package `openclaw`; not used by picortex (explicit non-goal) |
+
+## Re-verify command
+
+```bash
+for repo in IdeaFlowCo/cortex IdeaFlowCo/noos tmad4000/voice-assistant tmad4000/listhub tmad4000/Thoughtstreams tmad4000/vibe-coding-guide tmad4000/tmad4000.github.io tmad4000/ai-os-apple-data tmad4000/claude-mind; do
+ echo "--- $repo ---"
+ gh api "repos/$repo/commits?per_page=1" --jq '.[] | "\(.commit.author.date[:10]) \(.sha[:7]) \(.commit.message | split("\n")[0])"'
+done
+```
+
+## Corrections made vs initial docs
+
+- noos repo URL corrected to `IdeaFlowCo/noos` (not `tmad4000/noos`) in `relationship-to-noos.md`
+- openchat GitHub ambiguity flagged in `openchat-adapter.md`
+- Cortex pin bumped from `e55f129` → `e93bf8c` in `cortex-inheritance.md`
\ No newline at end of file