Finish init - #50
Merged
Merged
Finish init#50
Conversation
rxdt
added a commit
that referenced
this pull request
Aug 26, 2026
* Prep release v0.2.0 * Add optional 'warn' or 'fail' setting so legacy repos aren't blasted and blocked from failures immediately * Update cli test for init
rxdt
pushed a commit
that referenced
this pull request
Aug 26, 2026
* Prep release v0.2.0 * Add optional 'warn' or 'fail' setting so legacy repos aren't blasted and blocked from failures immediately Enables release v0.2.0 where loopgate should function as a dependancy in an existing repository. Importantly: adds a mechanism to apply checks to both headless CLI agents AND interactice agents. To that end, Adds harness `init` and `configure-agents`commands. - Make Ralph dumb again - Update to check diff size only on staged files - Move harness assets to one folder for easier builds / later hoist - setting git hooks `git config core.hooksPath .githooks` for `init` - Adds a `hoist` git script - Recorded in ~/loopgate_harness/.git/harness-path is the path to executable - Add explicit mutmut and hypothesis to configuration pyproject.toml - Adds function to save mutation-score for use in badge and report in gate - Packaging for 3.10-3.14 - Have to ensure all code install/init is using the correct env bin path - Adds start of agent rules and env injection - Harness Summary output form cli.py is broken - Adds config.py file for static variables - Moves temp.pyproject.toml inside harness folder for build/package - Refactoring to account for categories, branching conditions, and using or creating pyproject.toml - Removes first primary tool of a category and allows addition of more (e.g. can have 3 linters) - Updating tests to new objects and a Gate singleton - `harness init` does not expect a repo pyproject.toml so added a temp - Adds parameterized tests to 'init' for many config cases - Honors file order precedence: standalone file -> pyproject.toml -> tox.ini -> setup.cfg - Adds an empty pyproject file fallback in Gate class so Gate does not crash - Refactored one tool to 2 names (since 2 checks) to ruff_format and ruff_lint - Test files refactored to be less Claude slop - `harness init` command is in and tested - Harness gate all checks are green - Update documentation - Adds new Mutmut badge (manually for now) - Fixes test causing Mutmut cron CI failure
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.
No description provided.