Commit 7be6e52
chore: apply estate naming mandate — agent_instructions->bot_directives, 6a2->descriptiles (#301)
Applies the 2026-06-30 estate naming mandate (register:
`standards/CANONICAL-NAMES.adoc`) to echidna.
## Renames (git mv, history-preserving)
1. **`.machine_readable/agent_instructions/` merged into
`.machine_readable/bot_directives/`** — README.adoc, coverage.a2ml,
debt.a2ml, methodology.a2ml join the existing echidnabot.a2ml (no
filename collisions); the empty `agent_instructions/` dir is gone.
2. **`.machine_readable/6a2/` -> `.machine_readable/descriptiles/`** —
`6a2` is FULLY DEPRECATED; the family name is `descriptiles`.
## Reference updates
- `0-AI-MANIFEST.a2ml` — 6 path references (`[context-tiers]`,
`[canonical-locations]`, `[session-protocol]`)
- `scripts/collect-field-signal.sh` — `STATE_FILE` path
- `.machine_readable/contractiles/adjust/adjust.k9.ncl` +
`bust/bust.k9.ncl` — 2 paths each
- `bot_directives/README.adoc` — self-reference on the moved file
## Standards-pointer exception (deliberate)
`descriptiles/STATE.a2ml` line 1318 references
**hyperpolymath/standards**
`.machine_readable/agent_instructions/debt.a2ml` and is **kept as-is**:
standards has NOT migrated yet (verified 2026-07-01 —
`standards/.machine_readable` still has `agent_instructions/` + `6a2/`,
no `bot_directives/`). The earlier local commit fd54bbd wrongly rewrote
that pointer; this PR does not repeat that mistake.
## Deferred (pre-commit hook constraint)
20 files with stale `6a2`/path references could not be staged: the
pre-commit hook requires an `SPDX-License-Identifier: MPL-2.0` header +
canonical owner line in every staged `.md/.adoc/.rs` file, but these
docs are CC-BY-SA-4.0 (or lack the exact owner line), and licence-line
edits are owner-gated. They are: AFFIRMATION.adoc, RSR_COMPLIANCE.adoc,
CHANGELOG.md, .claude/CLAUDE.md, crates/echidna-core-spark/src/lib.rs,
docs/ARCHITECTURE.md, docs/PROVER_COUNT.md, docs/ROADMAP.md,
docs/decisions/2026-05-19-ci-baseline-triage.md,
docs/decisions/2026-05-30-chapel-rehabilitation.md,
docs/handover/{HANDOVER-INDEX,L3-LIVE-PROVER-CI-PROMPT,PHASE-3-PROMPT,PRODUCTION-WIRING-PLAN,README,STATE,TODO,llm-warmup-dev}.md,
docs/wiki/{FAQ,Home}.md. (Historical scanner artifacts
`reports/hypatia-findings*.json` were left untouched by design;
remaining `6a2` grep hits are hex-checksum false positives in
lockfiles/models.)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent 0cf46ee commit 7be6e52
15 files changed
Lines changed: 12 additions & 12 deletions
File tree
- .machine_readable
- bot_directives
- contractiles
- adjust
- bust
- descriptiles
- scripts
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments