0.6.0
·
30 commits
to master
since this release
Changelog
Added
- Introduced spryker-ai-dev-sdk Claude Code plugin — bundles Spryker-aware skills and agents, installable from the Spryker marketplace via /plugin install
- Added marketplace.json manifest registering the spryker-plugins-official plugin directory
- Added plugin.json manifest for the spryker-ai-dev-sdk plugin (v0.1.0)
- Added spryker-code-reviewer agent — reviews code for compliance with Spryker standards, enforcing path-specific rules and security/performance checks
- Added ai-dev-setup skill — sets up the Spryker AI Dev SDK in a project (first-time onboarding and update flows)
- Added code-review skill — triggers the spryker-code-reviewer agent
- Added payment-template skill — scaffolds payment module implementations
- Added table.md coding rule — enforces the two allowed Zed table patterns (Propel-backed and Facade-backed)
Deprecated
- Deprecated GenerateAgentsFileConsole, GenerateSkillsConsole, and GeneratePromptsConsole in favour of AiToolSetupConsole and the Claude plugin