feat(setup): add --no-overrides one-shot defaults switch#929
Open
justinmclean wants to merge 2 commits into
Open
feat(setup): add --no-overrides one-shot defaults switch#929justinmclean wants to merge 2 commits into
justinmclean wants to merge 2 commits into
Conversation
Implements acceptance criterion 6 of specs/adoption-and-setup.md: a per-invocation --no-overrides flag that runs any framework skill against framework defaults for that single invocation, ignoring both override surfaces without modifying or deleting them. The safety baseline (confidentiality, privacy, security) still applies. Adds the protocol to docs/setup/agentic-overrides.md under a new "One-shot defaults run" section, lists the flag in the setup SKILL.md Inputs table, and ships a three-case eval suite exercising: - flag present + override exists → skip-overrides - flag present + no override → skip-overrides - flag absent + override exists → apply-overrides (baseline) Note: this branch is based on main and is independent of the in-flight magpie-local-convention branch. When that branch merges (adding .apache-magpie-local/ as a second override surface), the "One-shot defaults run" prose here will need a minor update to say "skip steps 1–5" instead of "1–3" and to mention .apache-magpie-local/ alongside .apache-magpie-overrides/. The merge conflict is shallow and localised to the one paragraph. Generated-by: Claude (claude-sonnet-4-6)
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
Implements acceptance criterion 6 of specs/adoption-and-setup.md:
a per-invocation --no-overrides flag that runs any framework skill
against framework defaults for that single invocation, ignoring both
override surfaces without modifying or deleting them. The safety
baseline (confidentiality, privacy, security) still applies.
Adds the protocol to docs/setup/agentic-overrides.md under a new
"One-shot defaults run" section, lists the flag in the setup SKILL.md
Inputs table, and ships a three-case eval suite exercising:
Generated-by: Claude (claude-sonnet-4-6)
Type of change
.claude/skills/<name>/) — eval fixtures updated belowtools/<system>/*.md)tools/*/withpyproject.toml)docs/,README.md,CONTRIBUTING.md)projects/_template/)prek, workflows, validators)Test plan
prek run --all-filespassesuv run pytest/ruff check/mypypasses(
PYTHONPATH=tools/skill-evals/src python3 -m skill_evals.runner tools/skill-evals/evals/<skill>/)(a regression test for the bug fixed / the behaviour added — see CONTRIBUTING.md)