• Joined on 2026-03-27
mathias pushed to main at mathias/gitea-mcp 2026-05-22 10:17:56 +00:00
24c353383f ci: retrigger build after chassis repo made public
mathias pushed to main at mathias/hyperguild 2026-05-22 10:17:56 +00:00
c153e9105c ci: retrigger build after chassis repo made public
mathias pushed to main at mathias/gitea-mcp 2026-05-22 10:12:34 +00:00
be85baf410 fix(ci): allow Dockerfile build to fetch internal gitea modules
mathias pushed to main at mathias/hyperguild 2026-05-22 10:12:10 +00:00
ce96a6a571 fix(ci): allow ingestion Dockerfile to fetch internal gitea modules
mathias pushed to main at mathias/hyperguild 2026-05-22 08:43:12 +00:00
ca22df2d6a feat(ingestion): migrate to gitea.d-ma.be/mathias/mcp-chassis v0.1.0
mathias pushed to main at mathias/gitea-mcp 2026-05-22 07:25:24 +00:00
658f4ba84f feat(auth): migrate to gitea.d-ma.be/mathias/mcp-chassis v0.1.0
mathias pushed to main at mathias/hyperguild 2026-05-22 05:13:07 +00:00
e49b36e463 feat(ingestion): expose Prometheus /metrics for brain query latency
mathias closed issue mathias/hyperguild#26 2026-05-22 05:10:30 +00:00
plan-7: write + execute supervisor MCP retirement (skill surface lives in routing now)
mathias commented on issue mathias/hyperguild#26 2026-05-22 05:10:30 +00:00
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: -…

mathias opened issue mathias/hyperguild#26 2026-05-21 21:25:58 +00:00
plan-7: write + execute supervisor MCP retirement (skill surface lives in routing now)
mathias opened issue mathias/hyperguild#25 2026-05-21 19:39:57 +00:00
skills(platform): major overhaul — succinct + brain-backed + lazy + reconsider MCP-vs-CLI
mathias opened issue mathias/hyperguild#24 2026-05-20 19:17:21 +00:00
chore: reduce context burn from skill listing — adopt lazy skill-index pattern
mathias pushed tag v0.10.0 to mathias/hyperguild 2026-05-20 11:29:46 +00:00
mathias closed issue mathias/hyperguild#23 2026-05-20 07:52:01 +00:00
feat(brain): re-embed on file edit (Sync should respect mtime)
mathias commented on issue mathias/hyperguild#23 2026-05-20 07:51:54 +00:00
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…

mathias pushed to main at mathias/hyperguild 2026-05-20 07:50:45 +00:00
815739758e feat(vectorstore): re-embed on file mtime > store updated_at (#23)
mathias closed issue mathias/hyperguild#21 2026-05-20 07:46:26 +00:00
ops(brain): register brain MCP as a custom integration in claude.ai
mathias commented on issue mathias/hyperguild#21 2026-05-20 07:46:19 +00:00
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…
mathias pushed tag v0.9.0 to mathias/hyperguild 2026-05-20 06:36:52 +00:00
mathias closed issue mathias/hyperguild#17 2026-05-20 06:35:09 +00:00
fix: project_create — make GitHub mirror opt-in (mirror_to_github, default false)