Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.33 KB

File metadata and controls

33 lines (28 loc) · 1.33 KB

GitHub workflow

Standard flow

  1. Create or reuse a GitHub Issue.
  2. Add it to the Platform Workflow Project and set known fields.
  3. Set exactly one Issue implementation agent: agent:codex or agent:claude.
  4. Read the Issue, comments, applicable Lastenheft, and repository rules.
  5. Run the capability preflight.
  6. Work in a clean isolated branch.
  7. Run repository-local tests.
  8. Open a pull request and inspect checks.
  9. Merge server-side and verify the merge SHA.
  10. For HACS work, create a stable patch tag and let the release Action create the normal release.
  11. Verify HACS visibility. Leave the Issue at Testing until Benni's live gate.

Repository-local tests and central release automation are separate layers. Do not create a test, runner, or CI gate that is not required by the Issue.

Documents