chore: add brain tunnel between gitea-mcp/failures and hyperguild/decisions notes #39

Open
opened 2026-06-06 06:22:39 +00:00 by mathias · 0 comments
Owner

Task

Create a bidirectional wikilink (tunnel) between two new brain notes written in the 2026-06-06 GitOps review session.

source: wiki/gitea-mcp/failures/file-write-branch-post-put-routing-bug.md
target: wiki/hyperguild/decisions/two-agent-gitops-handoff-via-pr-comments.md

Why

These two notes are causally linked — the POST/PUT routing bug was discovered during the first live GitOps workflow session, which is also the session where the two-agent handoff pattern was established. The tunnel makes that relationship navigable in Obsidian and surfaceable in cross-wing retrieval.

How

Either via Claude Code:

brain_tunnel(
  source="wiki/gitea-mcp/failures/file-write-branch-post-put-routing-bug.md",
  target="wiki/hyperguild/decisions/two-agent-gitops-handoff-via-pr-comments.md"
)

Or manually by appending to each file's ## See also section:

  • In file-write-branch-post-put-routing-bug.md: [[hyperguild/decisions/two-agent-gitops-handoff-via-pr-comments]]
  • In two-agent-gitops-handoff-via-pr-comments.md: [[gitea-mcp/failures/file-write-branch-post-put-routing-bug]]

Note

brain_tunnel was blocked by the risk-tier approval gate when called from claude.ai. This is expected — tunnel writes are MEDIUM risk. Use Claude Code (Crush or koala) to execute.

Related

  • hyperguild #37 (brain_pending + brain_promote)
  • brain note: wiki/gitea-mcp/failures/file-write-branch-post-put-routing-bug.md
  • brain note: wiki/hyperguild/decisions/two-agent-gitops-handoff-via-pr-comments.md
## Task Create a bidirectional wikilink (tunnel) between two new brain notes written in the 2026-06-06 GitOps review session. ``` source: wiki/gitea-mcp/failures/file-write-branch-post-put-routing-bug.md target: wiki/hyperguild/decisions/two-agent-gitops-handoff-via-pr-comments.md ``` ## Why These two notes are causally linked — the POST/PUT routing bug was discovered during the first live GitOps workflow session, which is also the session where the two-agent handoff pattern was established. The tunnel makes that relationship navigable in Obsidian and surfaceable in cross-wing retrieval. ## How Either via Claude Code: ``` brain_tunnel( source="wiki/gitea-mcp/failures/file-write-branch-post-put-routing-bug.md", target="wiki/hyperguild/decisions/two-agent-gitops-handoff-via-pr-comments.md" ) ``` Or manually by appending to each file's `## See also` section: - In `file-write-branch-post-put-routing-bug.md`: `[[hyperguild/decisions/two-agent-gitops-handoff-via-pr-comments]]` - In `two-agent-gitops-handoff-via-pr-comments.md`: `[[gitea-mcp/failures/file-write-branch-post-put-routing-bug]]` ## Note `brain_tunnel` was blocked by the risk-tier approval gate when called from claude.ai. This is expected — tunnel writes are MEDIUM risk. Use Claude Code (Crush or koala) to execute. ## Related - hyperguild #37 (`brain_pending` + `brain_promote`) - brain note: `wiki/gitea-mcp/failures/file-write-branch-post-put-routing-bug.md` - brain note: `wiki/hyperguild/decisions/two-agent-gitops-handoff-via-pr-comments.md`
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mathias/hyperguild#39