development #454

Merged
lmiranda merged 4 commits from development into main 2026-02-09 00:57:28 +00:00

4 Commits

Author SHA1 Message Date
30e424306c Merge pull request 'feat: Marketplace v9.2.0 — dispatch fix + git-flow setup + gitea-mcp migration' (#453) from feat/v9.2.0-dispatch-setup-migration into development
Reviewed-on: #453
2026-02-09 00:22:58 +00:00
f2bc1fc5d4 feat(gitea): migrate to published gitea-mcp package from Gitea PyPI
mcp-servers/gitea/ thinned to venv wrapper — source code removed,
package installed from registry. run.sh updated from mcp_server.server
to gitea_mcp.server. requirements.txt points to Gitea PyPI.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 19:14:56 -05:00
f87fc2537d feat(git-flow): add /gitflow setup with auto-config and CLAUDE.md injection
New gitflow-setup.md command auto-detects Gitea system config from
~/.config/claude/gitea.env, configures workflow settings, and injects
Git Workflow section into project CLAUDE.md. Moved
claude-md-integration.md to skills/ for programmatic use.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 19:13:34 -05:00
271e0210a5 feat(commands): make dispatch files active command handlers
All 25 dispatch files now have name: in frontmatter with Workflow
section that displays sub-commands and prompts for selection.
Bare /noun invocation is now useful instead of a dead end.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 19:12:12 -05:00