Refactor command workflows and add inline variants#109
Merged
Conversation
- replace navigator dispatch with reusable workflow components - add incremental PR review loading and streamlined PR commands - align bundled config, generated artifacts, tests, and documentation
There was a problem hiding this comment.
★★★★☆
Solid refactor that consistently removes navigator-based dispatch, adds the inline commit/ship variants, renames loop/pr/fix to pr/fix/loop, and wires incremental review loading. Bundled configs, schema, generated OpenCode artifacts, and tests are kept in sync, and the new pr_load_review exclusive-checkpoint logic is sound (dedup-by-id hides boundary duplication).
One coverage gap to fix (see inline comment): deleting task-hook.test.ts also dropped the still-live getCommandExecution tests.
- add inline branch, commit-and-push, and PR creation commands - synchronize command defaults, schema, and generated OpenCode artifacts - cover current-session behavior in core and adapter tests - document and showcase the expanded inline workflow surface
- consolidate change analysis and ticket planning into reusable components - infer inline rendering and reuse shared push behavior - defer oversized changes_load diffs while preserving file manifests - sync configs, docs, tests, and generated OpenCode artifacts
- mark oversized diff results as incomplete and required\n- clarify that every deferred file diff must be inspected\n- cover deferred result metadata and guidance in e2e tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ticket
SKIPPED
Description
Replace navigator-based dispatch with reusable in-session workflow phases, add a complete inline command family for finishing current-session work, and improve PR-fix state handling.
Checklist
Command execution
/branch/inline,/commit/inline,/commit-and-push/inline,/pr/create/inline, and/ship/inlinewithsubtask: falsePR workflows
/loop/pr/fixto/pr/fix/loopConfiguration and documentation
Validation
getCommandExecutionhook path