Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,10 @@ make test
This refreshes the generated config from the canonical source on every run and
replaces it only when the content changed. CI also runs `make test`, so the
module fetches the same canonical config there rather than tracking a copy.

## CI and Releases

Pull requests and pushes to `main` run `make test` in the canonical
`tfroot-runner` environment. A `v*` tag runs the same tests and then creates a
GitHub Release with generated notes. Merging to `main` alone does not publish a
release.