Block a user
feat: brain tunnels — cross-wing concept links and embedding-based retrieval
feat: brain tunnels — cross-wing concept links and embedding-based retrieval
Restructuring this. Two reasons:
- 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…
feat(brain): cross-wing tunnels — bidirectional wikilinks between notes in different Wings
flake: TestRoutingPodEndToEnd port-wait deadline exceeded under load
Fixed in fe18e4e.
Root cause (confirmed)
All three suspects from the issue body played a role:
- Hardcoded port 33310 — primary trigger. Under
task checkparallel package…
flake: TestRoutingPodEndToEnd port-wait deadline exceeded under load
flake: TestRoutingPodEndToEnd port-wait deadline exceeded under load
fix: project_create infra branch vs main + GITEA_MCP_TOKEN missing from SOPS secrets
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…
fix: set GITHUB_PAT in routing pod k8s secret to enable GitHub repo creation in project_create
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}'
fix: project_create infra branch vs main + GITEA_MCP_TOKEN missing from SOPS secrets
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…
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":…
fix: routing pod cannot authenticate against gitea-mcp (401 on project_create)
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…
fix: routing pod cannot authenticate against gitea-mcp (401 on project_create)
fix: set GITHUB_PAT in routing pod k8s secret to enable GitHub repo creation in project_create