0a12e905c9f68975295b0605852da4306fd12b26
hyperguild new-project from finalize guidance (#46)
The infra#179 partial_failure message and the tool descriptor told callers to "Finalize locally with `hyperguild new-project`" — but that command does not exist (the hyperguild CLI only has tier/brain/mode; it was specced, never built). It pointed users at a dead end. Extracted the message into a pure infra179FinalizeMessage() and reworded it to name the actual remaining work — cloning the repo and substituting the leftover __PROJECT_NAME__ / __MODULE_PATH__ placeholders, or retrying — with no reference to any scaffolding CLI. Descriptor updated to match. Unit-tested the wording. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
gitea-mcp
Streamable HTTP MCP service exposing Gitea repo operations to Claude apps.
See ~/dev/AI/infra/docs/superpowers/specs/2026-05-04-gitea-mcp-gitops-workflow-design.md.
Quickstart
task setup:hooks # installs .githooks/pre-push — runs task check before every push
task check # context sync + lint + test + vet
task build # produces bin/gitea-mcp
This repo uses Trunk-Based Development. Commit directly to main. The pre-push
hook enforces the quality gate locally; CI re-runs task check on every push.
Languages
Go
98.3%
Shell
1.5%
Dockerfile
0.2%