refactor: move scripts/ to bin/
CI & Release / Verify documentation (push) Skipped
CI & Release / Verify simulator (push) Skipped
CI & Release / Trivy scan (push) Skipped
CI & Release / Semantic Release (push) Skipped
CI & Release / Verify documentation (pull_request) Successful in 5s
CI & Release / Verify simulator (pull_request) Failing after 10s
CI & Release / Trivy scan (pull_request) Skipped
CI & Release / Semantic Release (pull_request) Skipped

Relocate check_docs, check_adrs, and docs_rules; update CI, tests, and docs.
This commit is contained in:
2026-07-10 10:59:22 +01:00
parent 10a18f1321
commit b4de3ed076
15 changed files with 23 additions and 20 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ Write **caveman-full** by default. See [`CONTRIBUTING.md`](../CONTRIBUTING.md#ca
## Test
- [ ] `pytest tests/ -q` (if code touched)
- [ ] `python scripts/check_docs.py` (if docs touched)
- [ ] `python bin/check_docs.py` (if docs touched)
- [ ] ADR added if boundary/contract changed
## Links