Merge dev to main#86
Merged
zbigniewsobiecki merged 1 commit intomainfrom Jan 18, 2026
Merged
Conversation
…editing (#85) Major changes: - Add session state tracking to enforce PR creation for implementation agent - Refactor EditFile into three focused gadgets: FileSearchAndReplace, FileInsertContent, FileRemoveContent - Move shared matcher logic to src/gadgets/shared/ - Add path validation and diagnostic utilities - Update WriteFile with improved validation and read tracking - Streamline efficiency rules and planning prompts Session state feature: - New sessionState.ts module tracks agent type and PR creation - Finish gadget now throws error if implementation agent hasn't created PR - Prevents incomplete work from being reported as successful File editing refactor: - FileSearchAndReplace: targeted search and replace operations - FileInsertContent: insert content at specific line numbers - FileRemoveContent: remove content by line range or pattern - Shared matcher.ts provides common matching utilities - Better error messages and diagnostics
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.
Summary
Merging dev branch containing:
src/gadgets/shared/PR #85 Details
See PR #85 for full details on changes.
🤖 Generated with Claude Code