Commit 0d89586
docs: complete audience→axial rename drift in man page + docs (#137)
The `audience` subcommand/module/A2ML-kind was renamed to `axial` in
1d95bab, but the man page and two docs were not swept — leaving a
removed subcommand documented and a dangling `src/audience/mod.rs` path.
This is the genuine structural drift Hypatia's SD022 should have caught;
instead it false-flagged the valid `src/aggregate/` (that directory
exists and is wired — a false positive).
## Changes
- `man/panic-attack.1`: `audience` subcommand + examples → `axial` (and
`reports/audience.html` → `reports/axial.html`).
- `docs/codebase-annotations.md`: dangling `src/audience/mod.rs` →
`src/axial/mod.rs`; `audience` in the A2ML-kind list → `axial`.
- `docs/release-prep.md`: `audience` in the subcommand checklists →
`axial`.
- Adds the repo-standard `MPL-2.0` + owner SPDX header to the two
previously header-less `.md` docs (panic-attack policy: SPDX on all
files), so the licence-enforcer pre-commit hook passes cleanly.
Code rename was already complete (`src/axial/`, the `Axial` subcommand,
`ReportBundleKind::Axial`, etc.); this is docs/man only. The JWT
`aud`-claim references in `src/assail/analyzer.rs` are a different
concept and were left untouched.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent b26acb0 commit 0d89586
3 files changed
Lines changed: 18 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
49 | | - | |
| 52 | + | |
50 | 53 | | |
51 | 54 | | |
52 | 55 | | |
| |||
81 | 84 | | |
82 | 85 | | |
83 | 86 | | |
84 | | - | |
| 87 | + | |
85 | 88 | | |
86 | 89 | | |
87 | 90 | | |
| |||
101 | 104 | | |
102 | 105 | | |
103 | 106 | | |
104 | | - | |
| 107 | + | |
105 | 108 | | |
106 | 109 | | |
107 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | | - | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
| |||
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
31 | | - | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | | - | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
58 | | - | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
97 | | - | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
100 | | - | |
| 101 | + | |
101 | 102 | | |
102 | 103 | | |
103 | | - | |
104 | | - | |
| 104 | + | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| |||
0 commit comments