Skip to content

Recover incremental summaries after interruption or snapshot change - #45

Merged
itsjling merged 2 commits into
mainfrom
codex/issue-010-incremental-recovery
Jul 31, 2026
Merged

Recover incremental summaries after interruption or snapshot change#45
itsjling merged 2 commits into
mainfrom
codex/issue-010-incremental-recovery

Conversation

@itsjling

@itsjling itsjling commented Jul 30, 2026

Copy link
Copy Markdown
Owner

Closes #10.

Summary

  • skip agent work when a review has no changed files
  • stop active work on SIGINT or SIGTERM without publishing partial notes
  • recover from stale, incomplete, or damaged saved state

Stack

Verification

  • npm run lint
  • npm test (82 tests)
  • npm run docs:check
  • npm run docs:build
  • npx fallow audit --base codex/issue-019-note-provenance

Scope

Only incremental note recovery and its tests change here.

Stack

  1. Keep review notes outside target repos #43
  2. Recover incremental summaries after interruption or snapshot change #45 👈 current

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

ℹ️ 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/generate-summaries.mjs
Comment thread scripts/generate-summaries.mjs
Comment thread scripts/generate-summaries.mjs
@itsjling
itsjling force-pushed the codex/issue-019-note-provenance branch from 2a64e36 to 8ecff0f Compare July 30, 2026 16:01
@itsjling
itsjling force-pushed the codex/issue-010-incremental-recovery branch from c2cd128 to b1acda4 Compare July 30, 2026 16:09
@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: b1acda4414

ℹ️ 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/generate-summaries.mjs
Comment thread scripts/generate-summaries.mjs Outdated
@itsjling
itsjling force-pushed the codex/issue-010-incremental-recovery branch from b1acda4 to fe657a5 Compare July 30, 2026 17:45
@itsjling
itsjling changed the base branch from codex/issue-019-note-provenance to main July 31, 2026 03:38
@itsjling
itsjling merged commit 9a4c953 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 incremental summaries after interruption or snapshot change

1 participant