Add local fix script and codex validation guidance

This commit is contained in:
beatz174-bit
2026-04-23 13:23:20 +10:00
parent 9e731e51aa
commit 966c44b88d
3 changed files with 45 additions and 0 deletions
+13
View File
@@ -59,6 +59,19 @@ Changes should keep the provider idiomatic, easy to contribute to, and ready for
## Agent instructions
## Validation workflow (Codex and local)
When you modify **Go** or **Terraform** files, always run this sequence before concluding work:
1. `./scripts/fix.sh`
2. `./scripts/check.sh`
### Expectations
- Do not leave formatting changes unapplied.
- Do not hand-edit formatting that `gofmt` or `terraform fmt` can apply automatically.
- Treat `./scripts/check.sh` as the required final validation gate.
- If Terraform is unavailable in the environment, note that Terraform formatting/checking could not be run locally.
### Local validation for this repository
This provider is not yet published to the Terraform Registry.