Implementation Plan: Extract Guarded Raw-YAML Repair from Recipe Composition - #4567
Merged
Trecek merged 4 commits intoAug 12, 2026
Merged
Conversation
Trecek
deleted the
impl-extract-guarded-raw-yaml-repair-plan-20260812-095200
branch
August 12, 2026 20:10
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
Extract
_resolve_skip_guards_in_contentand all of its function-local raw-text repair machinery into a single privateautoskillit.recipe._recipe_raw_repairmodule without changing its signature or observable behavior. Keep_resolve_skip_redirectsin_recipe_composition.pyas the only redirect-resolution authority and make the new module depend on it in one direction; do not re-export the moved function from its old module. Keep_validate_route_consistency,_assert_content_integrity,_step_block_pattern,_strip_step_block, and model-pruning behavior in_recipe_composition.py. Continue accessing YAML composition and mapping-node checks exclusively through theautoskillit.coregateway. Rewire the production caller and existing direct tests to the new private module, preserve the existing orchestration sequence and behavioral assertions, update the recipe package file-count architecture exemption, register the new source module in the recipe test-filter cascade, and regenerate the tracked coverage oracle for the new path.closes: #4553
Implementation Plan
Plan file:
/home/talon/projects/generic_automation_mcp/.autoskillit/temp/make-plan/extract_guarded_raw_yaml_repair_plan_2026-08-12_092121.md🤖 Generated with Claude Code via AutoSkillit