09da04fe18
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.
521 B
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 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 theger40_lab::namespace prefix. - Topology is data (
blueprints/*.json), node logic is Rust.