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.
11 lines
521 B
Markdown
11 lines
521 B
Markdown
# 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.
|