Skip to content

Recover presenter work after failures and cancellation - #57

Merged
itsjling merged 3 commits into
mainfrom
codex/issue-011-recover-presenter
Jul 31, 2026
Merged

Recover presenter work after failures and cancellation#57
itsjling merged 3 commits into
mainfrom
codex/issue-011-recover-presenter

Conversation

@itsjling

@itsjling itsjling commented Jul 30, 2026

Copy link
Copy Markdown
Owner

Closes #11

Summary

  • Build missing presenter assets once and report a clear failure if the build does not produce them.
  • Keep failed agent work recoverable without starting a retry loop.
  • Stop active work on cancellation, keep finished notes, and resume only queued work on restart.
  • Test browser selection and launch failures across supported operating systems.
  • Ship the new presenter runtime module in the npm package.

Stack

Verification

  • npm run lint
  • npm test (79 tests)
  • npm run docs:check
  • npm run docs:build
  • npx fallow audit --base codex/issue-026-headless-presenter
  • npm pack --dry-run --json --ignore-scripts includes scripts/presenter-runtime.mjs

Stack

  1. Make the presenter headless and automation-friendly #48
  2. Recover presenter work after failures and cancellation #57 👈 current

@itsjling

Copy link
Copy Markdown
Owner Author

@codex review

@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: d2cd467db0

ℹ️ 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/present.mjs Outdated
@itsjling
itsjling force-pushed the codex/issue-011-recover-presenter branch from d2cd467 to 032b4ef Compare July 30, 2026 17:59
@itsjling

Copy link
Copy Markdown
Owner Author

@codex review

@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: 032b4ef581

ℹ️ 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/present.mjs Outdated
Comment thread scripts/present.mjs
@itsjling
itsjling force-pushed the codex/issue-011-recover-presenter branch from 032b4ef to 7425ee2 Compare July 30, 2026 18:25
@itsjling
itsjling changed the base branch from codex/issue-026-headless-presenter to main July 31, 2026 03:07
@itsjling
itsjling merged commit 200caf7 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.

Recover presenter work after failures and cancellation

1 participant