Skip to content

Commit d75a07f

Browse files
committed
docs: add operational notes to AGENTS.md
1 parent 7351fa6 commit d75a07f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

AGENTS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ make test
2121

2222
This automatically fetches the canonical config if not present.
2323

24+
## CI/CD
25+
26+
This repo uses the shared `opentofu.yml` workflow from `shared-workflows`. It runs on `ubuntu-latest` with the `tfroot-runner` container from GHCR.
27+
28+
### Failure Modes
29+
30+
**"manifest unknown" error:** The `tfroot-runner:latest` image doesn't exist in GHCR. Check if the `images` repo Build workflow succeeded.
31+
32+
**Pre-commit failures:** If hooks fail unexpectedly, the canonical config may have changed. Delete `.pre-commit-config.yaml` locally and re-run `make test` to fetch the latest.
33+
2434
## Related Repositories
2535

2636
- `images` - Contains tfroot-runner image and canonical pre-commit config

0 commit comments

Comments
 (0)