Evergreen is a source template for GitHub Agentic Workflows. Changes should keep the install contract, workflow source, generated lockfile, and shared policy documents in sync.
-
Edit
workflows/evergreen.md, notworkflows/evergreen.lock.ymldirectly. -
Update the install guide and design docs when behavior or policy changes.
-
Add or update readiness fixtures when controller state handling changes.
-
Compile and validate with the pinned release toolchain:
gh extension install github/gh-aw --pin v0.79.4 gh aw compile --dir workflows --validate --strict --approve --no-check-update gh aw validate --dir workflows --strict --no-check-update ruby tests/readiness_state_machine_test.rb git diff --check
-
Commit the regenerated
workflows/evergreen.lock.ymland any action-lock updates with the source change.
Keep changes focused. Do not include repository credentials, CI logs containing secrets, or private installation policy in issues or pull requests.