Commit bc3f423
docs: adopt proven-tests taxonomy as Axiom's testing convention (G19) (#59)
## What
**G19** — adopt the estate-canonical *proven-tests* taxonomy
(`hyperpolymath/proven-tests-and-benches`, MIT/Idris2) as Axiom's
testing **documentation convention**. No code dependency on proven-tests
— this is a shared vocabulary only, so no AGPL/Idris2 code dep.
## Changes
- `docs/testing-taxonomy.adoc` (new): classifies Axiom's **28 test
files** against the taxonomy's two axes:
- **14 categories** — unit, p2p, e2e, build, runtime, reflexive,
lifecycle, smoke, property, mutation, fuzz, contract, regression, chaos.
- **3 provenance tiers** — Actually-Proven / Provisionally-Proven /
Unproven.
- `README.adoc`: linked from the Documentation section so the doc isn't
an orphan (wire-first).
## Honesty point it enforces
The **Actually-Proven** tier is carried by JET (no type errors in
scope), Aqua (no ambiguities/piracy), the soundness regression guards,
and the hybrid-signing forgery check — **not** by the empirical majority
(unit/e2e/smoke are *Unproven*). Untested categories (mutation, fuzz,
p2p, build, lifecycle) are recorded as **gaps**, not hidden.
## Verification
- `asciidoctor --failure-level=WARN` on both
`docs/testing-taxonomy.adoc` and `README.adoc` → **0 warnings/errors**
(now that asciidoctor is installed locally).
- No V-lang token; `.adoc` under `docs/` (not `docs/*.md`), so the
AsciiDoc-by-default gate is unaffected.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---
_Generated by [Claude
Code](https://claude.ai/code/session_01UPFC9YQ7g9gc3VnRox42Q1)_
Co-authored-by: Claude <noreply@anthropic.com>1 parent 198fcba commit bc3f423
2 files changed
Lines changed: 73 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| 276 | + | |
276 | 277 | | |
277 | 278 | | |
278 | 279 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
0 commit comments