• Joined on 2026-03-27
mathias commented on issue mathias/hyperguild#18 2026-05-20 06:25:39 +00:00
chore(brain): backfill pgvector from current wiki/

Superseded. Backfill is no longer needed:

  • Initial state at issue filing: 0 wiki/* rows in brain_embeddings.
  • After infra#37 part 1 (commit 078ec02, hyperguild v0.7.0): sync walks wiki/ +…
mathias pushed to main at mathias/template-go-agent 2026-05-19 21:03:15 +00:00
7dfe8a792e feat: initial scaffold with context adapters and litellm pkg
mathias created branch main in mathias/template-go-agent 2026-05-19 21:03:15 +00:00
mathias pushed tag v0.8.0 to mathias/hyperguild 2026-05-19 20:00:05 +00:00
mathias pushed to main at mathias/hyperguild 2026-05-19 19:57:11 +00:00
37fdd33b2d feat(ingestion): chunk markdown before embedding (#38)
mathias deleted branch agent/mcp-domain-urls from mathias/hyperguild 2026-05-19 19:34:33 +00:00
mathias deleted branch agent/thinking-fast-routing from mathias/hyperguild 2026-05-19 19:34:33 +00:00
mathias pushed tag v0.7.0 to mathias/hyperguild 2026-05-19 19:31:42 +00:00
mathias pushed to main at mathias/hyperguild 2026-05-19 19:27:15 +00:00
078ec029da fix(ingestion): embed sync also scans brain/knowledge/ + logs per-item errors
mathias opened issue mathias/hyperguild#23 2026-05-19 11:11:25 +00:00
feat(brain): re-embed on file edit (Sync should respect mtime)
mathias opened issue mathias/hyperguild#22 2026-05-19 11:11:15 +00:00
chore(brain): migrate legacy notes into wing/hall layout
mathias opened issue mathias/hyperguild#21 2026-05-19 11:11:04 +00:00
ops(brain): register brain MCP as a custom integration in claude.ai
mathias opened issue mathias/hyperguild#20 2026-05-19 11:10:55 +00:00
chore(security): rotate brain_app postgres password — leaked in pre-fix pod logs
mathias opened issue mathias/hyperguild#19 2026-05-19 11:10:41 +00:00
bug(brain): first embed-sync tick reports errors=1 — find which file failed
mathias opened issue mathias/hyperguild#18 2026-05-19 11:10:30 +00:00
chore(brain): backfill pgvector from current wiki/
mathias pushed to main at mathias/hyperguild 2026-05-19 11:04:13 +00:00
4af1036423 fix(ingestion): redact password from BRAIN_PG_DSN log line
mathias opened issue mathias/hyperguild#17 2026-05-18 21:44:16 +00:00
fix: project_create — make GitHub mirror opt-in (mirror_to_github, default false)
mathias opened issue mathias/gitea-mcp#31 2026-05-18 21:44:02 +00:00
feat: pr_merge tool — closes code workflow gap for claude.ai sessions
mathias pushed to main at mathias/hyperguild 2026-05-18 21:28:58 +00:00
7a13c75655 fix(scripts): brain-embeddings-init.sql psql-level conditionals
mathias commented on issue mathias/hyperguild#8 2026-05-18 21:12:04 +00:00
feat(brain): hybrid BM25+vector search via Qdrant + nomic-embed-text

Shipped in 57462b5. Backend pivoted to pgvector (see DECISIONS.md 2026-05-18).

Surface: embed.Client (Ollama embed), vectorstore.PGStore (pgxpool+pgvector HNSW), vectorstore.Sync (walk…