Conversation
…ts aliases within steps
The pinned totals in test_implementation_bounded_path_counts_automatic_and_advertised_delivery
embedded the real, checkout-length-dependent bundled-scripts path that
substitute_scripts_placeholder() renders into the create_impl_worktree step body
(via {{AUTOSKILLIT_SCRIPTS}} -> pkg_root()/recipes/scripts). Worktree paths in this
repo are long (branch name + timestamp), while CI's checkout path is short and
fixed, so the exact byte/char/token counts differed deterministically between any
local worktree and CI — never actually flaky, just non-portable. Normalize that one
occurrence to a fixed-length placeholder before comparing to the pinned drift
baseline; verified the resulting totals match identically from both this worktree
and a fresh clone into an unrelated path.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Trecek
enabled auto-merge
August 16, 2026 21:43
Trecek
deleted the
impl-rectify_recipe_delivery_input_materialization_addressability_2026-08-14_165555-20260814-212109
branch
August 16, 2026 21:55
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
Implement three independent, bounded changes:
run_skillinput can be business-optional and unavailable on an initial route while its compiled binding is intentionallyPRESENT. The runtime correctly requires the key, but the delivered caller surface does not define its wire-level vacancy value.open_kitchenmiss.Implementation Plan
Plan file:
/home/talon/projects/generic_automation_mcp/.autoskillit/temp/rectify/rectify_recipe_delivery_input_materialization_addressability_2026-08-14_165555.md🤖 Generated with Claude Code via AutoSkillit