Files
Aura/fieldtests/cycle-0110-sweep-dissolution/lab/CLAUDE.md
T
Brummel 36fbf492ee fieldtest: cycle-0110 sweep-dissolution corpus (GREEN-core)
Consumer scenario against the public surface only: selection-free
process doc round-trip, the dissolved real-data sweep (doc dedupe +
realization accumulation + C1 bit-identity), refusal edges, rank-later
over the persisted family. 0 bugs; the cycle's own axes all came back
working. 4 friction + 2 spec-gap findings on the verb entry ergonomics
and pre-existing guide drift — transcribed in
docs/specs/fieldtest-sweep-dissolution.md for triage.

refs #210
2026-07-04 19:33:58 +02:00

509 B

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