Block a user
plan-7: write + execute supervisor MCP retirement (skill surface lives in routing now)
plan-7: write + execute supervisor MCP retirement (skill surface lives in routing now)
Discovered 2026-05-22 during S1 spike that Plan 7 already shipped on 2026-05-12 — see ~/dev/AGENTS/hyperguild/CLAUDE.md (the file itself documents the retirement).
Current state verifies: -…
plan-7: write + execute supervisor MCP retirement (skill surface lives in routing now)
skills(platform): major overhaul — succinct + brain-backed + lazy + reconsider MCP-vs-CLI
chore: reduce context burn from skill listing — adopt lazy skill-index pattern
feat(brain): re-embed on file edit (Sync should respect mtime)
feat(brain): re-embed on file edit (Sync should respect mtime)
Shipped in commit 8157397.
Approach
Store interface evolved from KnownPaths() map[string]struct{} → KnownPathsWithTime() map[string]time.Time. PGStore: `SELECT path, updated_at FROM…
ops(brain): register brain MCP as a custom integration in claude.ai
ops(brain): register brain MCP as a custom integration in claude.ai
Registered. OAuth flow verified end-to-end from koala before handoff:
$ curl https://brain-mcp.d-ma.be/.well-known/oauth-protected-resource
{"resource":"https://brain-mcp.d-ma.be","authorizati…
fix: project_create — make GitHub mirror opt-in (mirror_to_github, default false)