Rewrite the README top around evidence a reviewer can verify#125
Merged
Conversation
The front page previously led with a generic data-collector description and contributor boilerplate while the repo's strongest evidence sat buried in docs/. It now opens with a systems pitch, a screenshot of the workstation streaming the demo market (captured from a production build), the measured hot-path medians with a link to the full report, and a fifteen-minute reviewer tour routing to the WAL internals, the failure-mode test matrix, the performance report, the research notebook, and the ADRs. A new Engineering process section states plainly how the project is built — AI-assisted under human design direction, with hard verification gates rather than review-only trust — and where design decisions are recorded.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The front page previously led with a generic data-collector description and contributor boilerplate; the repo's strongest evidence sat buried in docs/. The top now delivers, in order:
docs/assets/workstation-demo.png, captured from a production build — no devtools chrome).Near the tail, a new Engineering process section states plainly how the project is built — AI-assisted under human design direction, verified by hard gates (fuzzing, property tests, miri, golden fixtures, offline incident simulations, adversarial review, live end-to-end runs) rather than review-only trust — and where design decisions are recorded. The Benchmarks section no longer repeats the headline numbers now that the top table carries them.
Verification
vite buildproduction preview in demo mode (live simulator ticking, sequence advancing, no dev overlays)