Skip to content

Validate adapter event task IDs#13

Closed
vamgan wants to merge 1 commit into
mainfrom
fix/validate-event-task-ids
Closed

Validate adapter event task IDs#13
vamgan wants to merge 1 commit into
mainfrom
fix/validate-event-task-ids

Conversation

@vamgan
Copy link
Copy Markdown
Contributor

@vamgan vamgan commented May 11, 2026

Summary

  • ignore adapter stream events whose taskId does not match the running task
  • emit a diagnostic task log on the expected task when mismatched events are skipped
  • add regression coverage to prevent wrong-task event/log persistence

Tests

  • npm ci
  • npm run typecheck
  • npm test -- --run
  • npm run build

Fixes #10

@vamgan
Copy link
Copy Markdown
Contributor Author

vamgan commented May 11, 2026

Closing as superseded by squash-merged PR #12, which includes adapter event task ID validation for #10. PR body was cleaned of co-author/generated trailers before closing.

@vamgan vamgan closed this May 11, 2026
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.

P2: Validate adapter event task IDs before persisting

1 participant