Releases: netresearch/agent-rules-skill
v3.0.1
Full Changelog: v3.0.0...v3.0.1
v3.0.0
Breaking Changes
- Repository renamed from
agents-skilltoagent-rules-skill - Composer package renamed from
netresearch/agent-agentstonetresearch/agent-rules-skill - Skill directory renamed from
skills/agentstoskills/agent-rules - Plugin name changed from
agentstoagent-rules
Why
Better reflects the broader scope: generating AGENTS.md, .github/copilot-instructions.md, and other AI agent rule files. Aligns with new convention that composer name = GitHub repo name.
v2.12.4
What's Changed
- chore: replace generic emails with GitHub references by @CybotTM in #12
- fix: remove unsupported 'support' field from plugin.json by @CybotTM in #13
- fix: add composer extra block and fix plugin.json author URL by @CybotTM in #14
- feat: add skill validation CI job by @CybotTM in #15
Full Changelog: v2.12.3...v2.12.4
v2.12.3
Full Changelog: v2.12.2...v2.12.3
Full Changelog: v2.12.2...v2.12.3
v2.12.2
What's Changed
- fix: align SKILL.md with writing-skills quality standard by @CybotTM in #10
- chore: add YAML linting to CI by @CybotTM in #11
Full Changelog: v2.12.1...v2.12.2
What's Changed
- fix: align SKILL.md with writing-skills quality standard by @CybotTM in #10
- chore: add YAML linting to CI by @CybotTM in #11
Full Changelog: v2.12.1...v2.12.2
v2.12.1
What's Changed
Full Changelog: v2.12.0...v2.12.1
v2.12.0
Full Changelog: v2.11.0...v2.12.0
v2.11.0
What's New
Verification Rules in AGENTS.md Templates
Added mandatory verification workflow rules to both root-thin.md and root-verbose.md templates:
New Workflow Step:
- Step 4: "Before claiming done" — agents must run verification and show output as evidence
New Boundaries > Always Do:
- Show test output as evidence before claiming work is complete
- For upstream dependency fixes: run full test suite, not just affected tests
These rules address common agent failure patterns where fixes were claimed without running verification.
TYPO3 Documentation Template
- Added screenshot requirements to
typo3-docsscoped template
Commits
- feat(templates): add verification rules to AGENTS.md templates
- feat: add screenshot requirements to typo3-docs scoped template
- fix: align phrasing in workflow step with boundaries section
- chore: bump version to 2.11.0
v2.10.1
Bug Fixes
- Validation: Expand section header patterns for flexibility
- Accept "Workflow files" as Setup equivalent
- Accept "Common patterns" as Build/Tests equivalent
- Accept "Workflow conventions" as Code style equivalent
- Accept "Patterns to Follow" as Examples equivalent
- Fix marker mismatch in workflows AGENTS.md
Full Changelog: v2.10.0...v2.10.1
v2.10.0
Features
Skill-Aware Templates
Scoped AGENTS.md files now reference relevant skills so agents know which skill to invoke for specialized work.
New templates:
typo3-testing.md- Referencestypo3-testingskill for TYPO3 test suitestypo3-docs.md- Referencestypo3-docsskill for RST documentationddev.md- Referencestypo3-ddevskill for DDEV configuration
Updated templates with skill references:
typo3-extension.md→typo3-conformancebackend-php.md→php-modernizationdocker.md→docker-development
Scope detection improvements:
Tests/in TYPO3 extensions now usestypo3-testingtemplateDocumentation/in TYPO3 extensions now usestypo3-docstemplate.ddev/folder detection (new)
Bug Fixes
- P0: Fixed multi-stack repos showing wrong commands (Go projects showing Node commands)
- P0: Fixed package manager detection for monorepo workspaces
Full Changelog: v2.9.0...v2.10.0