63711a1d3a
Downstream-author fieldtest of the #300 surface, public interface only, real GER40 archive. All four axes hold: the closed generate -> show -> hand-extend -> re-register -> run loop (2-cell extended campaign), the typed stop grammar's clap rejections, bare plateau's content-id identity with plateau:mean, and the show read-back (byte-identical, no framing) with a clean unknown-id refusal. Findings routed: 1 bug (show outside a project blames the id instead of the missing Aura.toml — RED-first fix follows), 2 friction items filed to the tracker (opaque process-document select refusal; no prefix-id hint on show), 4 working (carry-on). The fieldtest spec survives git-ignored as the next planning cycle's reference input. refs #300
15 lines
805 B
Markdown
15 lines
805 B
Markdown
# lab — an aura research project (data-only)
|
|
|
|
This directory is an aura project: blueprints + research documents over the
|
|
std vocabulary, anchored by `Aura.toml`. There is no crate and no build step.
|
|
|
|
- Run: `aura run blueprints/signal.json` (the starter is closed — all
|
|
params bound; bound values are defaults — any `--axis` may override them
|
|
(#246))
|
|
- Sweep: `aura sweep blueprints/signal.json --axis lab_signal.fast.length=2,4,8`
|
|
(`aura sweep <bp> --list-axes` lists the open + bound-overridable axes)
|
|
- Native nodes: when the project needs its first project-specific node,
|
|
`aura nodes new <name>` scaffolds a node crate beside this project and
|
|
attaches it via `[nodes]` in `Aura.toml` (build it with `cargo build`).
|
|
- Topology is data (`blueprints/*.json`); results land in `runs/`.
|