• Joined on 2026-03-27
mathias commented on issue mathias/hyperguild#2 2026-05-18 18:04:00 +00:00
feat: brain tunnels — cross-wing concept links and embedding-based retrieval

Restructuring this. Two reasons:

  1. Embedding section conflicts with #8. This issue specifies a flat-JSON sidecar (brain/.embeddings/index.json) as the vector store. DECISIONS.md (2026-04-08…
mathias opened issue mathias/hyperguild#16 2026-05-18 18:03:55 +00:00
feat(brain): cross-wing tunnels — bidirectional wikilinks between notes in different Wings
mathias commented on issue mathias/hyperguild#15 2026-05-18 18:00:34 +00:00
flake: TestRoutingPodEndToEnd port-wait deadline exceeded under load

Fixed in fe18e4e.

Root cause (confirmed)

All three suspects from the issue body played a role:

  1. Hardcoded port 33310 — primary trigger. Under task check parallel package…
mathias pushed to main at mathias/hyperguild 2026-05-18 18:00:20 +00:00
fe18e4ee77 test(routing): de-flake TestRoutingPodEndToEnd
mathias closed issue mathias/hyperguild#15 2026-05-18 18:00:20 +00:00
flake: TestRoutingPodEndToEnd port-wait deadline exceeded under load
mathias opened issue mathias/hyperguild#15 2026-05-18 15:23:58 +00:00
flake: TestRoutingPodEndToEnd port-wait deadline exceeded under load
mathias closed issue mathias/hyperguild#14 2026-05-18 15:22:10 +00:00
fix: project_create infra branch vs main + GITEA_MCP_TOKEN missing from SOPS secrets
mathias commented on issue mathias/hyperguild#14 2026-05-18 15:22:03 +00:00
fix: project_create infra branch vs main + GITEA_MCP_TOKEN missing from SOPS secrets

Both items resolved.

Item 1 — Option A chosen, shipped in 937355c

Decision recorded in DECISIONS.md (2026-05-18 entry). callInfraCommit now passes branch: "main" directly; the…

mathias pushed to main at mathias/hyperguild 2026-05-18 15:20:57 +00:00
937355cabe fix(project_create): commit staging namespace directly to infra main
mathias closed issue mathias/hyperguild#12 2026-05-18 15:08:50 +00:00
fix: set GITHUB_PAT in routing pod k8s secret to enable GitHub repo creation in project_create
mathias commented on issue mathias/hyperguild#12 2026-05-18 15:08:43 +00:00
fix: set GITHUB_PAT in routing pod k8s secret to enable GitHub repo creation in project_create

Resolved. Verified on koala cluster 2026-05-18:

routing-secrets keys present:

$ kubectl get secret routing-secrets -n routing -o jsonpath='{.data}' 
mathias opened issue mathias/hyperguild#14 2026-05-18 14:33:50 +00:00
fix: project_create infra branch vs main + GITEA_MCP_TOKEN missing from SOPS secrets
mathias commented on issue mathias/hyperguild#13 2026-05-18 14:33:32 +00:00
fix: routing pod cannot authenticate against gitea-mcp (401 on project_create)

RESOLVED — 2026-05-18

Root cause: GITEA_MCP_TOKEN in routing-secrets was empty. Fixed by CC on koala — correct static token patched into routing-secrets and routing pod restarted.

proje…

mathias commented on issue mathias/hyperguild#11 2026-05-18 14:33:25 +00:00
test: project_create e2e findings + improvements needed for claude.ai project initiation

RESOLVED — 2026-05-18

Full e2e test passed after fixing auth (issue #13):

{
  "reached": ["create_repo", "create_github_repo", "mirror", "infra_commit", "issue"],
  "gitea_url":
mathias pushed to main at mathias/hyperguild 2026-05-18 14:28:10 +00:00
5950ef5f0f feat(mcpclient): fail-fast on empty bearer token
mathias closed issue mathias/hyperguild#13 2026-05-18 14:13:32 +00:00
fix: routing pod cannot authenticate against gitea-mcp (401 on project_create)
mathias commented on issue mathias/hyperguild#13 2026-05-18 14:13:29 +00:00
fix: routing pod cannot authenticate against gitea-mcp (401 on project_create)

Resolved

Root cause

routing-secrets did not contain GITEA_MCP_TOKEN. The mcpclient.New(url, token) constructor accepts an empty token without complaint, and at request time it only…

mathias opened issue mathias/hyperguild#13 2026-05-18 14:02:46 +00:00
fix: routing pod cannot authenticate against gitea-mcp (401 on project_create)
mathias opened issue mathias/hyperguild#12 2026-05-18 13:32:51 +00:00
fix: set GITHUB_PAT in routing pod k8s secret to enable GitHub repo creation in project_create
mathias commented on issue mathias/hyperguild#11 2026-05-18 13:31:24 +00:00
test: project_create e2e findings + improvements needed for claude.ai project initiation

Validation complete — 2026-05-18

All four artifacts verified after manual fix:

Gitea repo: gitea.d-ma.be/mathias/test-throwaway-001 GitHub repo: `github.com/mathiasb/test-throwaway-00…