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
+12
View File
@@ -181,6 +181,18 @@ data "dynu_dns_records" "selected" {
- Symptom: Terraform behavior doesn't reflect latest code.
- Fix: rebuild binary (`go build -o terraform-provider-dynu`) and re-run `terraform validate` and `terraform plan`.
## Development checks
Before committing, run:
```bash
./scripts/fix.sh
./scripts/check.sh
```
`fix.sh` applies standard formatting and module hygiene.
`check.sh` is the strict verification script used by CI.
## Developer workflow
- `./scripts/setup-dev.sh` - validate local toolchain requirements