[#20] Live demo guide and runtime screenshot pack#153
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR completes Issue #20 by adding an interview-ready live demo + Q&A guide, refreshing documentation pointers to reflect Phase 2 completion, and introducing a script to regenerate the runtime screenshot pack from locally running services.
Changes:
- Added
docs/LIVE_DEMO_QA.mdwith a step-by-step demo narrative and typical interview Q&A. - Added
docs/screenshots/generate_runtime_screenshots.pyto regeneratedocs/screenshots/01-08plus a runtime capture JSON artifact. - Updated top-level navigation/roadmap docs to mark #18–#20 as done and link to the new demo guide.
Reviewed changes
Copilot reviewed 6 out of 14 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| START_HERE.md | Updates current status and points “next action” to the new demo guide and roadmap planning. |
| README.md | Marks #18–#20 as completed and adds docs/LIVE_DEMO_QA.md to the docs index table. |
| docs/screenshots/README.md | Documents the new runtime screenshot regeneration flow and notes the Angular probe behavior. |
| docs/screenshots/generate_runtime_screenshots.py | New generator script that exercises auth/command/query/integrity flows and renders PNG “screenshots”. |
| docs/ROADMAP.md | Marks Issue #20 as done and lists deliverables. |
| docs/LIVE_DEMO_QA.md | New interview-ready demo script and Q&A document. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was
linked to
issues
May 24, 2026
…ime dir, add JWT steps in demo guide Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
… try/finally tamper restore, clean up imports Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
… status description Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…env vars, event validation, NULL-safe restore Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…imestamp, clarify list integrityStatus Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ntegrity-check (missing hash) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ction, document CAPTURE_OUTPUT default path Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
… parents for CAPTURE_OUTPUT Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Description
Closes
Testing