Commit 4e40494
Axiom flagship (4) — estate tooling: Aqua/JET/Documenter/test-gate + k9/panic-attack/RSR (#49)
## Summary
Tier‑2 of the flagship effort: wires the estate/ecosystem tooling that
makes Axiom.jl *demonstrably* best‑practice and CI‑gated. Two disjoint
work‑streams, independently verified before commit (gaps G07, G08, G13,
G14, G15, G16).
## Quality & testing
- **Aqua** (`test/aqua.jl`): `Aqua.test_all(Axiom)` passes **all 11
checks with zero overrides**. Along the way it found + fixed a **real
unbound‑type‑param bug** in `LayerNorm`/`InstanceNorm`/`GroupNorm` inner
constructors, and removed the **stale `JSON3` dep** (its only consumer,
dead `huggingface.jl`, isn't `include`d). (G07)
- **JET** (`test/jet.jl`): `JET.test_package(Axiom;
target_modules=(Axiom,))` — **zero** Axiom‑rooted errors, scoped via
JET's own mechanism, no hand‑rolled allowlist. (G07)
- **`[compat]` closure** (G08): upper‑bounded compat for all six
weakdeps + stdlibs + extras; `Zygote` widened `0.6 → 0.6,0.7` (resolves
to 0.7.11, suite unchanged).
- **Documenter** (`docs/`) (G13): `docs/make.jl` builds with
**doctests**; fixed the proxy‑URL remote detection and split the API
into 4 pages under Documenter's size limit.
- **Julia test‑gate CI** (`.github/workflows/julia-test.yml`): builds
the **crypto cdylib before `Pkg.test`** — closing a real gap where the
27 hybrid‑signing tests had been silently `@test_skip`'d in CI. Matrix
`1.10` + `1` + nightly(continue‑on‑error); no `on.*.paths`.
## Compliance & gates
- **`k9iser.toml`** (G15): safety‑tier `fv`, constraints over
`Project.toml` / `axiom-abi.ipkg` / `crypto/`.
- **panic‑attack gate** (`static-analysis-gate.yml`) + Justfile `assail`
recipe fixed (`panic-attacker`→`panic-attack`) (G14). First real
`assail` run: **0 critical**, 2 high (the legitimate crypto/FFI `unsafe`
boundary — tracked for P5 audit, not suppressed here).
- **`estate-rules.yml`** — correctly bans **V‑lang**, explicitly **not**
Zig (Axiom legitimately ships a Zig compute layer) — plus RSR files:
`docs/legal/EXHIBIT-A/B`, `docs/governance/*`,
`.machine_readable/policies/*`. (G16)
## Verification (independent re‑run)
- `Pkg.test()` → **709 / 709 pass** (697 + 11 Aqua + 1 JET); Aqua/JET
green.
- `docs/make.jl` builds clean with doctests; `Pkg.resolve()` clean.
- No licence/`NOTICE` files touched; **no private‑key material**; SPDX
on every new file.
## Residuals (tracked)
- Dead `huggingface.jl` (its stale dep is removed here; deletion belongs
to the doc‑reconciliation/tier‑3 pass).
- The 2 high `assail` findings (legit FFI/crypto `unsafe`) get audited
`assail-classifications.a2ml` entries in P5.
- `standards/julia-ci-reusable.yml` refactor (G40) + the flagship
measuring‑stick rubric (P8) are the tier‑2 tail.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
https://claude.ai/code/session_01UPFC9YQ7g9gc3VnRox42Q1
---
_Generated by [Claude
Code](https://claude.ai/code/session_01UPFC9YQ7g9gc3VnRox42Q1)_
Co-authored-by: Claude <noreply@anthropic.com>1 parent cf82ad6 commit 4e40494
26 files changed
Lines changed: 1709 additions & 10 deletions
File tree
- .github/workflows
- .machine_readable/policies
- docs
- governance
- legal
- src
- src/layers
- test
| 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 | + | |
| 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 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 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 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
0 commit comments