test: add ARNES self-tests and docs index

This commit is contained in:
rikrdo
2026-05-18 00:30:39 +02:00
parent b396b6d3c9
commit aaf33880c4
11 changed files with 157 additions and 3 deletions

View File

@@ -13,15 +13,17 @@
- `harness/` — workflow, roles, policies, contracts
- `spec/` — product, tech, acceptance, SDD, BDD source docs
- `features/` — optional executable BDD runner assets
- `scripts/` — start, verify, ticket creation, runtime status
- `scripts/` — start, verify, ticket creation, publish, install, runtime status
- `platforms/` — platform adapters (pi, opencode)
- `defaults/` — optional starter assets
- `tests/` — self-tests for the ARNES source repo only
## Recommended separation
- Core ARNES should stay generic.
- Domain checks go in `scripts/verify.local.sh`.
- Domain rules go in `AGENTS.local.md`.
- Real code should not be mixed into `harness/`, `work/`, `backlog/`, or `spec/`.
- Source-repo self-tests under `tests/` are not part of installed project repos.
## Default project shape
```text