Skip to content

Releases: netresearch/agent-rules-skill

v3.0.1

25 Feb 22:12
v3.0.1
2c40a68

Choose a tag to compare

v3.0.0

25 Feb 22:06
v3.0.0
a190152

Choose a tag to compare

Breaking Changes

  • Repository renamed from agents-skill to agent-rules-skill
  • Composer package renamed from netresearch/agent-agents to netresearch/agent-rules-skill
  • Skill directory renamed from skills/agents to skills/agent-rules
  • Plugin name changed from agents to agent-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

25 Feb 14:24
v2.12.4
897ad52

Choose a tag to compare

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

20 Feb 14:09
v2.12.3
28caf56

Choose a tag to compare

Full Changelog: v2.12.2...v2.12.3

Full Changelog: v2.12.2...v2.12.3

v2.12.2

15 Feb 11:36

Choose a tag to compare

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

07 Feb 18:48
v2.12.1

Choose a tag to compare

What's Changed

  • chore(ci): standardize release workflow by @CybotTM in #8

Full Changelog: v2.12.0...v2.12.1

v2.12.0

05 Feb 15:01
v2.12.0
bcf8e8d

Choose a tag to compare

Full Changelog: v2.11.0...v2.12.0

v2.11.0

05 Feb 13:05
v2.11.0
74b51e4

Choose a tag to compare

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-docs scoped 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

05 Feb 09:38
v2.10.1
42b6f18

Choose a tag to compare

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

05 Feb 08:27
v2.10.0
6306662

Choose a tag to compare

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 - References typo3-testing skill for TYPO3 test suites
  • typo3-docs.md - References typo3-docs skill for RST documentation
  • ddev.md - References typo3-ddev skill for DDEV configuration

Updated templates with skill references:

  • typo3-extension.mdtypo3-conformance
  • backend-php.mdphp-modernization
  • docker.mddocker-development

Scope detection improvements:

  • Tests/ in TYPO3 extensions now uses typo3-testing template
  • Documentation/ in TYPO3 extensions now uses typo3-docs template
  • .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