Harden standalone setup and docs messaging

This commit is contained in:
beatz174-bit
2026-04-21 14:57:16 +10:00
parent 7f161fb19b
commit c292b82f4e
3 changed files with 9 additions and 0 deletions
+7
View File
@@ -65,6 +65,13 @@ See the `examples/` directory:
- `./scripts/check.sh` - formatting, vet, and unit tests
- `./scripts/testacc.sh` - acceptance tests only
### Standalone repository guarantee
This repository is intentionally self-contained:
- no dependency on sibling repositories
- no dependency on external helper scripts (for example `services-up.sh`)
- no hardcoded local paths (for example `/workspace/...` or `/home/...`)
### Build
```bash