| name | gf-release | ||||||
|---|---|---|---|---|---|---|---|
| description | Validate GateFlow plugin readiness and prepare a versioned release | ||||||
| argument-hint | [--version X.Y.Z] [--check-only] | ||||||
| allowed-tools |
|
Prepare and validate a GateFlow plugin release.
/gf-release --check-only
/gf-release --version 2.5.0
- Invoke the
gf-releaseskill. - Run the deterministic validator:
python3 tools/validate_gateflow.py --version <version>- If validation fails, fix the reported package wiring issues before tagging.
- Confirm
plugins/gateflow/.claude-plugin/plugin.json,.claude-plugin/marketplace.json,README.md,plugins/gateflow/README.md,docs/gateflow.index, andreleases.mdall describe the same version and component counts. - For a real release, create a git tag and GitHub release only after validation passes.
Report:
- version being prepared
- component inventory
- validation failures, if any
- files that must change before release
- final tag command when ready