agent/pkg/lib/flow/release.md
Snider 53482cb0c8 feat: workspace templates via Extract — Gosod pattern for agent dispatch
- Move pkg/prompts/lib → pkg/lib (prompt, task, flow, persona, workspace)
- New lib.go: unified package with ExtractWorkspace() using text/template
- Workspace templates: default, security, review — .tmpl files with data injection
- prep.go: uses lib.ExtractWorkspace() + detect helpers for language/build/test
- prompts.go: thin re-export wrapper for backwards compat

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-18 14:03:06 +00:00

287 B

Release Flow

  1. Update version in source files
  2. Update CHANGELOG.md
  3. git tag vX.Y.Z — tag
  4. git push origin main --tags — push with tags
  5. Build release artefacts (platform-specific)
  6. Create Forge/GitHub release with artefacts
  7. Update downstream go.mod dependencies