Skip to content

Add one-command live and mocked development modes - #58

Merged
itsjling merged 2 commits into
mainfrom
codex/issue-025-demo-mode
Jul 31, 2026
Merged

Add one-command live and mocked development modes#58
itsjling merged 2 commits into
mainfrom
codex/issue-025-demo-mode

Conversation

@itsjling

@itsjling itsjling commented Jul 30, 2026

Copy link
Copy Markdown
Owner

Closes #25

Summary:

  • add supervised live and mock development commands with safe port selection and clean signal handling
  • serve live JSON and SSE through Vite without a production build
  • keep each mock stage visible until the browser reads it, then show progress, failure, retry, and completion

Stack:

Verification:

  • npm run lint
  • npm test (72 passed)
  • npm run docs:check
  • npm run docs:build
  • Fallow changed-code audit against codex/issue-024-fresh-demo

Stack

  1. Keep live refresh ordered and fault-tolerant #61
  2. Make the fresh-checkout demo self-contained #42
  3. Add one-command live and mocked development modes #58 👈 current
  4. Prove one full review journey in a real browser #59

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a905ad4d6d

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread scripts/dev.mjs Outdated
Comment thread scripts/mock-agent.mjs Outdated
@itsjling
itsjling force-pushed the codex/issue-025-demo-mode branch from a905ad4 to f95f80b Compare July 30, 2026 17:26
@itsjling

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Keep them coming!

Reviewed commit: f95f80b726

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@itsjling
itsjling force-pushed the codex/issue-025-demo-mode branch from 79d74bc to 43be4d5 Compare July 30, 2026 19:26
@itsjling
itsjling changed the base branch from codex/issue-024-fresh-demo to main July 31, 2026 05:29
@itsjling
itsjling merged commit 9f08e2a into main Jul 31, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add one-command live and mocked development modes

1 participant