Moved example configuration from docs/examples/ to top-level examples/
All checks were successful
ci/woodpecker/tag/release Pipeline was successful

This commit is contained in:
2026-05-19 19:46:40 -05:00
parent 574b1cde6c
commit c5c35cd3b4
11 changed files with 12 additions and 12 deletions

View File

@@ -13,7 +13,7 @@ Canonical contributor workflow and engineering conventions for implemented Narra
- `internal/manifest/`: session/run manifest types and persistence.
- `internal/artifacts/`: canonical local/remote path helpers and local artifact store.
- `docs/`: canonical documentation set.
- `docs/examples/`: maintained config examples used by tests.
- `examples/`: maintained config examples used by tests.
## Build and test commands
@@ -61,7 +61,7 @@ For design principles and invariants, see [docs/architecture.md](./architecture.
4. Add or update load/validate tests in `internal/config/*_test.go`.
5. Update canonical config docs and examples:
- [docs/config.md](./config.md)
- relevant files under `docs/examples/`
- relevant files under `examples/`
### Add CLI flags or commands
@@ -79,7 +79,7 @@ For design principles and invariants, see [docs/architecture.md](./architecture.
### Update examples
1. Keep canonical examples only in `docs/examples/`.
1. Keep canonical examples only in `examples/`.
2. Ensure examples load and validate through runtime config paths.
3. Update `internal/config/load_validate_test.go` as needed.
4. Update links in `docs/config.md` if example filenames change.