Run the CLI-generated apply instructions for a specific change.
Testing Policy (TDD + coverage)
- •Default workflow: RED/GREEN/REFACTOR (write a failing test, implement the minimum to pass, then refactor).
- •Coverage target: 80% (guidance; projects may override).
- •Override keys (cascading config):
defaults.testing.tdd.workflow,defaults.testing.coverage.target_percent - •Follow the "Testing Policy" section printed by
ito agent instruction apply; it should reflect project configuration.
Steps
- •
Determine the target change ID.
- •If the user provides one, use it.
- •Otherwise run
ito list --readyto see changes ready for implementation. - •Ask the user which change to apply if multiple are ready.
- •
Generate instructions (source of truth):
bashito agent instruction apply --change "<change-id>"
- •
Follow the printed instructions exactly.
- •
Use
ito tasks ready <change-id>to see actionable tasks at any point.