@dakotafabrodev/agent-harness
v0.1.3
Published
Validate and run growth-first agent harness workflows with baseline and strict checks, executable phase commands, and CI-friendly exits.
Downloads
487
Maintainers
Readme
@dakotafabrodev/agent-harness
CLI for validating and running growth-first harness workflows.
Commands:
- npx @dakotafabrodev/agent-harness validate
- npx @dakotafabrodev/agent-harness validate --strict
- npx @dakotafabrodev/agent-harness run build
- npx @dakotafabrodev/agent-harness run build --dry-run
- npx @dakotafabrodev/agent-harness run review --phase quality-check
Validation modes:
- validate checks baseline scaffold and contract structure
- validate --strict fails until placeholders are replaced with team-specific values
Run behavior:
- parses workflow phases
- executes inline commands arrays in each phase
- fails fast on command errors with non-zero exit
Works with Goose.
