-
Notifications
You must be signed in to change notification settings - Fork 0
docs: add timed demo captions #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| 1 | ||
| 00:00:00,000 --> 00:00:08,500 | ||
| ProofGate is a read-only release and experiment control room. | ||
|
|
||
| 2 | ||
| 00:00:08,500 --> 00:00:18,000 | ||
| Three Mozaik agents inspect build integrity, release policy, | ||
| and experiment safety concurrently. | ||
|
|
||
| 3 | ||
| 00:00:18,000 --> 00:00:35,500 | ||
| All checks pass. Distinct loop IDs and the event ledger prove overlap, | ||
| so the verdict is READY_FOR_HUMAN. | ||
|
|
||
| 4 | ||
| 00:00:36,000 --> 00:00:56,000 | ||
| A failed experiment guardrail blocks the candidate. | ||
| The verdict is deterministic and explainable. | ||
|
|
||
| 5 | ||
| 00:00:58,000 --> 00:01:22,000 | ||
| Missing evidence also fails closed: the policy agent reports an error, | ||
| while the other agents still complete. | ||
|
|
||
| 6 | ||
| 00:01:24,000 --> 00:01:39,000 | ||
| Mozaik Cloud shows all three evidence agents active together | ||
| and exposes their loops for observability. | ||
|
|
||
| 7 | ||
| 00:01:43,000 --> 00:01:49,000 | ||
| Each agent has a constrained instruction, one synthetic evidence tool, | ||
| and inspectable execution context. | ||
|
|
||
| 8 | ||
| 00:01:49,000 --> 00:01:55,000 | ||
| ProofGate provides evidence before action. | ||
| It never releases automatically; a person decides. | ||
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🟠 Major | ⚡ Quick win
Re-time the outcome captions to the demo shot list.
docs/demo-script.mdplaces the blocked scenario at00:00:55–00:01:15, source failure at00:01:15–00:01:33, and Mozaik Cloud at00:01:33–00:01:48. These cues instead label00:00:36–00:00:56as blocked,00:00:58–00:01:22as source failure, and00:01:24–00:01:39as Cloud. Viewers will see the wrong scenario while reading the subtitles. Re-time the cues against the final recording, or update the shot list to match the recording.Also applies to: 21-21, 26-26
🤖 Prompt for AI Agents