• Joined on 2026-03-27
mathias commented on issue mathias/gitea-mcp#40 2026-07-03 22:41:41 +00:00
feat: tbd_ship — intent-named trunk-based development tool (branch+PR+CI-gated auto-merge)

Shipped in v0.6.0 (internal/tools/tbd_ship.go).

tbd_ship = branch from base → write the file → open a PR → auto-merge (squash) → delete the branch, in one call. The safety is a **pure,…

mathias pushed to main at mathias/gitea-mcp 2026-07-03 22:41:14 +00:00
c40a9d9003 test(tbd_ship): cover review-protected + merge-conflict fail-closed paths (#40)
mathias pushed tag v0.6.0 to mathias/gitea-mcp 2026-07-03 22:40:05 +00:00
mathias pushed to main at mathias/gitea-mcp 2026-07-03 22:40:05 +00:00
8ebad95adf feat(tools): add tbd_ship — CI-gated trunk-based ship (#40)
169040c073 chore(context): re-sync adapters from root AGENT.md (skills → mathias/skills repo)
Compare 2 commits »
mathias opened issue mathias/skills#7 2026-07-03 22:26:40 +00:00
task install destroys/skips skill symlinks — use install.sh instead
mathias pushed to main at mathias/skills 2026-07-03 22:25:21 +00:00
7292e50d12 docs(index): recommend install.sh — task install is broken
mathias pushed to main at mathias/skills 2026-07-03 22:21:12 +00:00
cf19fc52ce docs(index): rewrite "Wiring into tools" for the repo-native installer
mathias pushed to main at mathias/skills 2026-07-03 22:13:44 +00:00
ef72982489 feat(install): add Mistral Vibe wiring target (parity with local-dev)
mathias pushed to main at mathias/skills 2026-07-03 22:10:23 +00:00
1e29c6d1af feat(skills): import 17 skills from local-dev; fix stale host
mathias opened issue mathias/gitea-mcp#47 2026-07-03 21:59:17 +00:00
Inject real build version via ldflags (main.version currently defaults to "dev")
mathias pushed tag v0.5.2 to mathias/gitea-mcp 2026-07-03 21:58:54 +00:00
mathias pushed to main at mathias/gitea-mcp 2026-07-03 21:58:54 +00:00
834a994af9 chore(housekeeping): canonical git.d-ma.be host + honest version string
mathias closed issue mathias/gitea-mcp#46 2026-07-03 21:46:17 +00:00
create_project_from_template partial_failure cites hyperguild new-project, which is unverified
mathias commented on issue mathias/gitea-mcp#46 2026-07-03 21:46:14 +00:00
create_project_from_template partial_failure cites hyperguild new-project, which is unverified

Dug into it. hyperguild new-project does not exist — the hyperguild CLI (cmd/hyperguild/main.go) registers only tier, brain, mode. It was specced (2026-05-03-spec-hyperguild-cli)…

mathias pushed to main at mathias/gitea-mcp 2026-07-03 21:45:26 +00:00
0a12e905c9 fix(create_project): drop defunct hyperguild new-project from finalize guidance (#46)
mathias pushed tag v0.5.1 to mathias/gitea-mcp 2026-07-03 21:45:26 +00:00
mathias opened issue mathias/gitea-mcp#46 2026-07-03 21:40:00 +00:00
create_project_from_template partial_failure cites hyperguild new-project, which is unverified
mathias closed issue mathias/gitea-mcp#44 2026-07-03 21:34:59 +00:00
create_project_from_template: server-default template yields "no placeholders substituted"
mathias opened issue mathias/template-go-web#6 2026-07-03 21:34:58 +00:00
CI should not run on the template repo itself (builds placeholders, self-deploys)
mathias commented on issue mathias/gitea-mcp#44 2026-07-03 21:34:39 +00:00
create_project_from_template: server-default template yields "no placeholders substituted"

Resolved. Decision: keep template-go-web as the server default, fix it (it matches the default HTMX+Templ stack).

Root cause (not a loud-check false alarm — the loud-check was…