• Joined on 2026-03-27
mathias created branch feat/add-agent-scaffold in mathias/template-go-web 2026-05-12 15:22:13 +00:00
mathias pushed to feat/add-agent-scaffold at mathias/template-go-web 2026-05-12 15:22:13 +00:00
bdfa1e6cf1 feat: add context-sync script
mathias pushed to feat/add-agent-scaffold at mathias/template-go-web 2026-05-12 15:22:13 +00:00
mathias pushed to main at mathias/gitea-mcp 2026-05-12 12:58:14 +00:00
174669b9f6 fix(mcp): drop strict session-id requirement on POST /mcp
mathias pushed to main at mathias/hyperguild 2026-05-12 12:53:57 +00:00
a8de04c7b6 docs: update canonical PROJECT.md for completed 7-plan migration
mathias pushed to main at mathias/hyperguild 2026-05-12 12:53:21 +00:00
87cf9d0afc docs: update CLAUDE.md and DECISIONS.md for completed 7-plan migration
mathias pushed to main at mathias/hyperguild 2026-05-12 12:49:57 +00:00
46adaf2148 chore(mcp): remove supervisor entry from .mcp.json
mathias pushed to main at mathias/gitea-mcp 2026-05-12 12:49:48 +00:00
7a53935a9e chore(mcp): remove supervisor MCP entry
mathias pushed to main at mathias/gitea-mcp 2026-05-12 12:44:39 +00:00
3795800461 fix(auth): require Bearer on /mcp regardless of DefaultToken
mathias pushed to main at mathias/hyperguild 2026-05-12 10:29:28 +00:00
c11763472c feat(plan7): retire supervisor pod — delete cmd/supervisor, tdd/spec skills, Dockerfile
mathias pushed to main at mathias/gitea-mcp 2026-05-12 10:09:40 +00:00
9987522f1a fix(ci): skip context sync drift check in CI environment
mathias pushed to main at mathias/gitea-mcp 2026-05-12 09:41:04 +00:00
0e53738d9f ci: retrigger after deps fix
mathias pushed to main at mathias/gitea-mcp 2026-05-12 09:31:03 +00:00
91be18c100 feat(auth): JWT-or-static middleware + /.well-known/oauth-protected-resource (issue #5)
mathias pushed to main at mathias/hyperguild 2026-05-12 09:08:41 +00:00
189ff89c34 feat(brain): add brain_answer and brain_classify MCP tools
mathias closed issue mathias/hyperguild#6 2026-05-11 19:26:40 +00:00
feat: JWT auth middleware + /.well-known/oauth-protected-resource for supervisor and brain MCP servers (Dex OIDC)
mathias pushed to main at mathias/hyperguild 2026-05-11 19:26:40 +00:00
c7e0192486 feat(auth): add Dex JWT middleware to supervisor, routing pod, and brain MCP
mathias commented on issue mathias/hyperguild#5 2026-05-11 17:28:56 +00:00
feat(ingestion): add OAuth 2.0 client credentials flow to brain MCP server

Superseded by #6. Dex is already deployed at auth.d-ma.be — the correct approach is JWT validation middleware with static token fallback, not a bespoke client credentials server in the…

mathias opened issue mathias/hyperguild#6 2026-05-11 17:22:59 +00:00
feat: JWT auth middleware + /.well-known/oauth-protected-resource for supervisor and brain MCP servers (Dex OIDC)
mathias opened issue mathias/gitea-mcp#5 2026-05-11 17:22:56 +00:00
feat: JWT auth middleware + /.well-known/oauth-protected-resource (Dex OIDC)
mathias opened issue mathias/hyperguild#5 2026-05-10 20:57:28 +00:00
feat(ingestion): add OAuth 2.0 client credentials flow to brain MCP server