a263f1f51e
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
531 B
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 nextaurainvocation loads the fresh dylib) - Run:
aura run blueprints/signal.json(from anywhere inside this dir) - Nodes live in
src/; each is registered invocabulary()/type_ids()under thethrowaway_proj::namespace prefix. - Topology is data (
blueprints/*.json), node logic is Rust.