Skip to content

Simplify edited comment command routing - #456

Draft
sepo-agent-app[bot] wants to merge 1 commit into
mainfrom
agent/implement-issue-455/codex-28689046300
Draft

Simplify edited comment command routing#456
sepo-agent-app[bot] wants to merge 1 commit into
mainfrom
agent/implement-issue-455/codex-28689046300

Conversation

@sepo-agent-app

@sepo-agent-app sepo-agent-app Bot commented Jul 4, 2026

Copy link
Copy Markdown

Summary

  • Add a shared edited-comment command delta helper that compares current comment text against changes.body.from.
  • Route newly added edited /fix-pr through the existing PR workflow while suppressing repeated edits.
  • Keep newly added edited /review blocked with the existing visible explanation and no misleading handled signals.
  • Update docs and focused tests for the generic routing model.

Tests

  • npm --prefix .agent run build
  • node --test .agent/dist/__tests__/context.test.js .agent/dist/__tests__/extract-context-cli.test.js .agent/dist/__tests__/triage.test.js .agent/dist/__tests__/envelope.test.js .agent/dist/__tests__/docs-validation.test.js .agent/dist/__tests__/workflow-action-validation.test.js
  • git diff --check

Closes #455

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent Handled by the agent

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Simplify edited-comment command routing

1 participant