cyberneticlibrary

Release and deploy tdmcp versions

td-releasersubagentsetup L36
Pantani/tdmcp
What it does

Commit, tag, and push a released tdmcp version

Best for

Automate release workflow while respecting hard git safety on shared branches

Inputs
  • · td-qa PASS report
  • · integrator's shipped features list
Outputs
  • · CHANGELOG entry
  • · version bumps
  • · commit + tag + push
  • · _workspace/05_release.md
Requires
  • · git
  • · semver
Preconditions
  • · td-qa reports PASS
  • · hard safety rails hold (never force-push, never skip hooks)
Failure modes
  • · version inconsistent across manifests — fix all before commit
  • · push rejected — fetch/rebase, never force
Trust signals
  • · never commits with --no-verify
  • · stages by explicit path only
  • · uses HEREDOC for commit message