agent/pkg/prompts/lib/flows
Snider fe98fccdeb feat: add build flow specs for 9 languages/tools
flows/git.md — commit workflow
flows/go.md — build, vet, test, tidy
flows/php.md — pint, phpstan, pest, audit
flows/ts.md — tsc, eslint, test, build
flows/cpp.md — cmake configure, build, test
flows/py.md — venv, ruff, pytest
flows/docker.md — build, smoke test, compose
flows/npm.md — lint, test, build, publish
flows/release.md — tag, push, artefacts, downstream deps

Each flow is a reminder of the standard build sequence for that stack.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 22:31:41 +00:00
..
cpp.md feat: add build flow specs for 9 languages/tools 2026-03-17 22:31:41 +00:00
docker.md feat: add build flow specs for 9 languages/tools 2026-03-17 22:31:41 +00:00
git.md feat: add build flow specs for 9 languages/tools 2026-03-17 22:31:41 +00:00
go.md feat: add build flow specs for 9 languages/tools 2026-03-17 22:31:41 +00:00
npm.md feat: add build flow specs for 9 languages/tools 2026-03-17 22:31:41 +00:00
php.md feat: add build flow specs for 9 languages/tools 2026-03-17 22:31:41 +00:00
prod-push-polish.md refactor: split templates/ into prompts/, tasks/, flows/ 2026-03-17 22:26:46 +00:00
py.md feat: add build flow specs for 9 languages/tools 2026-03-17 22:31:41 +00:00
release.md feat: add build flow specs for 9 languages/tools 2026-03-17 22:31:41 +00:00
ts.md feat: add build flow specs for 9 languages/tools 2026-03-17 22:31:41 +00:00