Archived
Merge pull request #4 from beatz174-bit/codex/remove-coupling-to-external-docker-repo
Harden standalone setup and docs messaging
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -8,6 +8,7 @@ source "$SCRIPT_DIR/lib.sh"
|
||||
cd_repo_root
|
||||
|
||||
log "Preparing repository-local Codex environment in $(pwd)"
|
||||
log "Using standalone setup (no external repositories or helper scripts required)"
|
||||
|
||||
for cmd in bash git; do
|
||||
have "$cmd" || die "$cmd is required"
|
||||
|
||||
@@ -7,6 +7,7 @@ description: |-
|
||||
# dynu Provider
|
||||
|
||||
The `dynu` provider lets Terraform read Dynu DNS domain and record data.
|
||||
This provider repository is standalone and does not require any external companion repository or helper script.
|
||||
|
||||
## Example Usage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user