Files
Brummel 09da04fe18 fieldtest: milestone-33 — 4 examples, 11 findings
Milestone fieldtest for "Real-project readiness — role-complete
research loop (no freeze)": a from-scratch ger40-lab project (aura new)
with a brand-new native node (ger40_lab::Momentum) driven through the
full research loop on real GER40/FRA40 archive data — sweep,
walk-forward, mc, process+campaign with 2-regime risk and net-R cost
block, cross-instrument generalize, bit-identical reproduce, charts —
from the public interface only. Spine holds: 5 working, 1 bug (chart
cannot open a sweep --trace family by its printed handle), 4 friction,
1 spec gap. Findings triaged separately.
2026-07-11 14:20:48 +02:00

521 B

ger40-lab — 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 ger40_lab:: namespace prefix.
  • Topology is data (blueprints/*.json), node logic is Rust.