Ecc tools/agent plugins 1786085074717 - #89
Open
imMamdouhaboammar wants to merge 11 commits into
Open
Conversation
…rited/agent-plugins-instincts.yaml)
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.
Pull Request
Description
Plugin(s) affected:
Type of change:
Summary:
Conventional Commit
Releases are per-plugin and driven by the commit scope. The squash/merge
commit subject must be scoped to the plugin:
feat(<plugin>): ...-> minor bump for that pluginfix(<plugin>): ...-> patch bumpfeat(<plugin>)!: ...orBREAKING CHANGE:in body -> major bumpPlanned commit subject:
____(________): ________________Testing Evidence (REQUIRED for content changes)
Baseline Behavior (WITHOUT changes)
Behavior (WITH changes)
tests/baseline-scenarios.mdper its## Running These Tests(plugin OFF then ON)### Success Criteria; no scenario failsStandards Compliance Checklist
Frontmatter (if SKILL.md changed)
nameanddescriptionpresent;nameis letters/numbers/hyphens onlymetadata.version(if present) matches the manifest plugin version(or left for CI; do not hand-bump)
Token Efficiency & Content Quality
references/*.mdMarketplace / Structure
External plugin (referenced repo):
plugins[]entry withsource: { source: github, repo: owner/repo, ref: vX.Y.Z }version(if set) is a manual mirror ofsource.refInline plugin (content here):
plugins[]entry withsource: ./plugins/<plugin>plugins/<plugin>/skills/<plugin>/SKILL.mdexistsplugins/<plugin>/CHANGELOG.mdexistsValidation
Related Issues
Closes #
Relates to #
For Maintainers