Files
claude 2d988fdf3d fieldtest: 316-self-description — 4 examples, 1 bug / 3 friction / 1 spec-gap
Consumer-seat run over all four C29 seams (load, register, op-script doc,
document description) from the public interface only. The three working
findings verify the #314 failure class removed end to end; the findings
route: guide sync + refusal-prose neutrality + doc_gate short-name parity
this run, discoverability surfaces to the tracker.

refs #316
2026-07-23 20:55:21 +02:00

540 B

lab316-nodes — an aura node crate

Native node logic for an aura research project (extension-dev role). This crate is attached to its project via [nodes] in the project's Aura.toml.

  • Build: cargo build (the next aura invocation in the project loads the fresh dylib)
  • Each node is registered in vocabulary()/type_ids() under the lab316_nodes:: namespace prefix; blueprints reference nodes by that id.
  • This crate has no data-plane dependencies — nodes are pure stream transformers over read-only input windows.