Skip to content

feat: add OpenSpec proposal for interrupt checkpoint cleanup#470

Open
avoidwork wants to merge 1 commit into
mainfrom
feat/interrupt-checkpoint-cleanup
Open

feat: add OpenSpec proposal for interrupt checkpoint cleanup#470
avoidwork wants to merge 1 commit into
mainfrom
feat/interrupt-checkpoint-cleanup

Conversation

@avoidwork

Copy link
Copy Markdown
Owner

Description

Add OpenSpec proposal (proposal, design, specs, tasks) for fixing issue #468: interrupt cleanup doesn't propagate to LangGraph checkpoint. The proposal addresses orphaned tool calls persisting in the checkpoint after interrupt, causing corrupted conversation history on resume.

Type of Change

  • Bugfix (non-breaking change which fixes an issue)

Testing

OpenSpec artifacts created for review. Implementation tasks defined in tasks.md for execution in the apply phase. Full test coverage will be added during implementation.

Coverage

  • 100% line coverage maintained

Checklist

  • npm run lint passes
  • Tests pass with 100% line coverage
  • No forbidden patterns used
  • Conventional Commit style applied

Related

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.

fix: interrupt cleanup doesn't propagate to LangGraph checkpoint

1 participant