diff --git a/docs/glossary.md b/docs/glossary.md index ce28784..9504fb8 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -137,7 +137,7 @@ A concrete, frozen graph produced by binding a blueprint to params + data + seed ### manifest **Avoid:** — -The reproducible metadata record of a run (node-commit + params + data-window + seed + broker profile), paired with metrics in the run registry — the run-output record, *not* the Cargo.toml/`Aura.toml`-style static *config* manifest. Determinism lets the full result be re-derived from this tiny record on demand. +The reproducible metadata record of a run (node-commit + params + data-window + seed + broker profile + `topology hash`, plus — for a project-hosted run — the `project` provenance block `{namespace, dylib_sha256, commit}`), paired with metrics in the run registry — the run-output record, *not* the Cargo.toml/`Aura.toml`-style static *config* manifest. Determinism lets the full result be re-derived from this tiny record on demand. ### Monte-Carlo **Avoid:** MC diff --git a/docs/project-layout.md b/docs/project-layout.md index 38652d8..3ef3d71 100644 --- a/docs/project-layout.md +++ b/docs/project-layout.md @@ -30,9 +30,11 @@ A project is always a Rust program built on the engine. ``` ger40-lab/ # your research project — a separate Rust crate (cdylib) -├── Aura.toml # STATIC context only, paths only: data archive root, -│ # runs dir (no logic; instrument geometry is the -│ # recorded sidecar, C15 — never authored here) +├── Aura.toml # STATIC context only, paths only: the runs dir (all +│ # the scaffold emits today), plus a data archive root +│ # once real data enters; no logic — instrument +│ # geometry is the recorded sidecar (C15), never +│ # authored here ├── Cargo.toml # cdylib; depends on aura-core/aura-std (+ shared node crates); │ # carries an empty [workspace] table (see note below) ├── CLAUDE.md # the project's own skills wiring (authoring discipline)