Refactor scaffold/autofix boundaries and remove safe-plan gating#1043
Merged
Refactor scaffold/autofix boundaries and remove safe-plan gating#1043
Conversation
Treat tied signature families as ambiguous instead of inventing a majority so audit baselines stop flapping between equivalent files.
duplicatefunction: 1 grammar.rs
compilerwarning: 17 audit_finding.rs, conventions.rs, language.rs, types.rs missingtestmethod: 2 import_matching.rs, test_gen_fixes.rs
This reverts commit eb4ed05.
This reverts commit 03a0035.
Make scaffold a first-class command family and stop generating missing tests from refactor so audit can report gaps without CI autofix creating new tests.
Remove safety tiers and preflight gating from refactor automation so --from flows only skip manual-only edits and rely on post-apply validation.
Allow refactor commands to target multiple components with shared bulk output so manual refactor operations can run across component sets without shell scripting.
Resolve relative artifact paths and globs from the component root so deploys do not pick up stale sibling artifacts when running outside the component directory.
Normalize formatting in touched helper code to keep the branch clean after the refactor and deploy changes.
Keep scaffold-owned test generation and manual-only automation gating while reconciling newer baseline and module-surface updates from main.
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
scaffolda first-class command family (homeboy scaffold test ...) and remove test generation fromrefactormanual_onlygate forrefactor --from ...automationTesting
cargo test core::refactor --libcargo test core::code_audit::report --libcargo test commands::refactor::tests --bin homeboycargo test core::extension::build::artifact --lib