Files
Aura/fieldtests/milestone-triage-harvest/throwaway_proj/CLAUDE.md
T
Brummel a263f1f51e fieldtest: triage-harvest milestone evidence (8 working, 2 bugs, 2 friction, 1 gap)
Consumer-perspective milestone fieldtest over the seven shipped items: ganged
authoring end to end (#61), consumer-blueprint render (#28), param-bearing
scaffold starter (#183), outside-project refusal (#218), default stops (#217),
gate-free plateau walkforward (#215), --trace honesty (#168) — all working.

Red half: aura reproduce DIVERGES 0/N on a dissolved-sweep (campaign-minted)
family and PANICS (main.rs:1123, non-empty OOS window) on a WalkForward
family — the C18/C1 reproduce promise breaks exactly on campaign-pipeline
families, invisible to per-cycle fieldtests. Both routed to debug this run.
Friction/gap findings filed as forward issues.

Fixture corpus: from-scratch ganged mid-channel op-script + built blueprint,
throwaway project, verbatim transcript. Report spec (git-ignored working
file): docs/specs/fieldtest-triage-harvest-milestone.md

refs #61
2026-07-10 14:33:52 +02:00

531 B

throwaway_proj — an aura research project

This crate is an aura project: a cdylib of node/strategy blueprints the aura host loads during research (see the engine's docs/project-layout.md).

  • Build: cargo build (the next aura invocation loads the fresh dylib)
  • Run: aura run blueprints/signal.json (from anywhere inside this dir)
  • Nodes live in src/; each is registered in vocabulary()/type_ids() under the throwaway_proj:: namespace prefix.
  • Topology is data (blueprints/*.json), node logic is Rust.