feat(skills): default to creating new files, confirm before editing existing#12
Merged
mandarnilange merged 1 commit intomainfrom May 2, 2026
Merged
Conversation
…xisting All three skills bump to 0.2.0 with a unified Modification policy: - Default behaviour is "create new files alongside existing ones". - Editing an existing agent / pipeline / node / prompt / schema (or, for template-author, an existing shipped template / registry / doc / test) requires explicit user intent — words like "update", "edit", "modify", "extend", "rewrite", or naming the specific file. - Per-file confirmation via AskUserQuestion (Claude Code) or the host agent's interactive-prompt tool. Never silently overwrite. - agentforge-debug splits confirmation into two categories: state mutation (gate / cancel / continue) and file edits (prompts, schemas). - agentforge-template-author flags in-place edits to a shipped template as a breaking change and defaults to forking when intent is unclear. Top-level skills/CHANGELOG.md gains a "modification policy sweep" entry explaining the bump rationale (minor — additive guidance, no trigger changes).
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
All three skills (`agentforge-workflow`, `agentforge-template-author`, `agentforge-debug`) bump to 0.2.0 with a unified Modification policy:
Per-skill specifics
Version bump rationale
Minor (0.1.0 → 0.2.0) per `skills/CHANGELOG.md` policy: additive behavioural guidance, new prose in `SKILL.md` and the Hard rules list. Trigger conditions unchanged — existing prompts still fire each skill.
Test plan