docs(cli,ledger): sweep #159 demo-retirement drift — stale comments + ledger notes

Cycle-close audit tidy for the #159 demo-retirement arc: behaviour-free
reword of prose/comments/docs left pointing at symbols the arc deleted.
Adversarially verified by the audit workflow; cargo build --workspace
--all-targets green.

- README: drop the removed `--harness` token; restrict the legacy built-in
  form claim to walkforward/mc/generalize (run/sweep no longer resolve one).
- glossary: the built-in `--strategy` sweep surface is retired (#159), not a
  live inline path.
- INDEX.md ledger: append [HISTORY] supersession markers (house style) to the
  dated realization notes advertising the retired `--harness` / built-in
  `--strategy` CLI forms (cost-flag #153, cycles 0065/0066/0067, name-res,
  #210 status); historical text preserved.
- aura-engine test-fixture docs: drop dead cross-crate refs to the deleted
  aura-cli fns sample_harness / build_sample and the deleted `macd` composite.
- cli_run.rs: reword the #159-cut-2 pin doc to the current clap generic-usage
  reality (no strategy_from / Strategy::RBreakout); r_sma_sweep_family ->
  blueprint_sweep_family.
- verb_sugar.rs: fix the pre-existing `E[R]` unresolved-doc-link warning.

Remaining tidy — the main.rs comment cluster plus its rustdoc link at :1546
(the second cargo-doc warning) — held for a follow-up issue. The dead
cost-graph branch is tracked in #221. refs #159
This commit is contained in:
2026-07-08 11:12:22 +02:00
parent ee7001647c
commit 07a73fb66e
7 changed files with 39 additions and 22 deletions
+3 -3
View File
@@ -44,9 +44,9 @@ Invoke it as `aura <command> …` (examples below use the plain name).
## Running & orchestrating a loaded blueprint
These verbs all take the **blueprint file as their first positional argument**
and drive a family of runs over it. (Each verb also has a legacy built-in form
selected by `--strategy`/`--harness` instead of a `.json` path, for the
engine's own bundled example strategies — see `--help`.)
and drive a family of runs over it. (`walkforward`, `mc`, and `generalize` also
accept a legacy built-in form selected by `--strategy` instead of a `.json`
path, for the engine's own bundled example strategies — see `--help`.)
| Command | Purpose |
|---|---|