Skip to content

0.4.0

Choose a tag to compare

@vitaliiivanovspryker vitaliiivanovspryker released this 20 Apr 05:48
· 32 commits to master since this release
f3609e0

Change log

Breaking changes

  • Removed ensurePromptsGenerated logic from McpServerConsole

Added new functionality through 2 new Console commands

  • GenerateAgentsFileConsole — generates example AGENTS context file
  • GenerateSkillsConsole — generates skill examples directory with helper methods for output directory resolution and directory copying

Added new skill example files to support agent context capabilities

Improvements

  • Introduced GenerateAgentsFileConsole for generating example AGENTS.md context files.
  • Introduced GenerateSkillsConsole with helper methods for output directory resolution and directory copying.
  • Added AGENTS.example.md as a reference agent context file.
  • Added skill examples: codecept-functional, data-import, propel-schema, static-validation, yves-atomic-frontend (with examples.md, scss-patterns.md, typescript-patterns.md references).
  • Removed unused ensurePromptsGenerated logic from McpServerConsole (cleanup).
  • Updated README.md with documentation for new console commands.

Adjustments

  • Updated AiDevConfig with skill examples directory configuration and corrected module paths, configuration paths, and dependency provider best practices.
  • Updated AGENTS context file with refined guidance on module structure and dependency provider conventions.