Skip to content

Commit 6b3d407

Browse files
spec: add visual raw demo artifact views
1 parent 290e96e commit 6b3d407

6 files changed

Lines changed: 1176 additions & 163 deletions

File tree

engi-demo/CHECKLIST.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ npm start
1818
- [ ] Confirm the hero says **Spec V7**
1919
- [ ] Confirm the primary CTA is **Make ENGI branch**
2020
- [ ] Confirm no stale V6/query-era language is visible in the main flow
21+
- [ ] Confirm JSON-heavy surfaces default to **Visual** mode and can be flipped to **Raw**
2122

2223
---
2324

engi-demo/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ All of those surfaces are represented deterministically in local state.
5454
- Measurement provenance distinguishes static deterministic analysis from inferred evaluator surfaces.
5555
- Structured telemetry artifacts (`.engi/unit-catalog.json`, `.engi/pipeline-telemetry.json`) explain the live pipeline during demos.
5656
- Proof bundles now include prompt/evaluator implementation surfaces alongside the existing settlement / policy / identity proofs.
57+
- Every JSON-heavy demo surface now supports a reusable **Visual | Raw** presentation mode. Visual is the default for readability; Raw preserves the exact pretty-printed artifact JSON for inspection/debugging.
5758

5859
## Run
5960

engi-demo/SCRIPT.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ Important line:
8080

8181
> The need descriptor is a measured object, not just a text box.
8282
83+
Operator note:
84+
85+
> Keep the demo in **Visual** mode by default so people can follow the story, then flip any artifact to **Raw** when you want to prove the exact JSON contract.
86+
8387
---
8488

8589
### 2. Candidate recall and hybrid matching
@@ -172,6 +176,10 @@ Important line:
172176

173177
> The branch artifact set is the inspectable remediation package, not just a hidden internal state blob.
174178
179+
Operator note:
180+
181+
> Every major artifact card now shares the same Visual|Raw toggle, so you can move fluidly between human legibility and exact machine-facing structure.
182+
175183
---
176184

177185
### 5. Telemetry and advanced V7 surfaces

engi-demo/data/state.json

Lines changed: 12 additions & 12 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)