• Joined on 2026-03-27
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 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 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 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)
mathias pushed to main at mathias/hyperguild 2026-05-20 06:35:04 +00:00
6f1cb53295 feat(project_create): mirror_to_github opt-in, default false (infra#34 ADR)
mathias closed issue mathias/gitea-mcp#31 2026-05-20 06:31:06 +00:00
feat: pr_merge tool — closes code workflow gap for claude.ai sessions
mathias commented on issue mathias/gitea-mcp#31 2026-05-20 06:30:59 +00:00
feat: pr_merge tool — closes code workflow gap for claude.ai sessions

Already shipped. pr_merge tool landed in commit 284d5e1 (feat(tools): pr_merge). I used it from this session — see the merges of e.g. infra commits earlier today, which all went through the…

mathias closed issue mathias/hyperguild#19 2026-05-20 06:26:04 +00:00
bug(brain): first embed-sync tick reports errors=1 — find which file failed
mathias commented on issue mathias/hyperguild#19 2026-05-20 06:25:57 +00:00
bug(brain): first embed-sync tick reports errors=1 — find which file failed

Superseded. Per-item embed sync error logging shipped in commit 078ec02 (v0.7.0), and the underlying root cause is now also fixed (infra#37 + #38 / commit 37fdd33 / v0.8.0).

Live evidence:

``…

mathias closed issue mathias/hyperguild#18 2026-05-20 06:25:46 +00:00
chore(brain): backfill pgvector from current wiki/