Skip to content

v0.1.0 — Initial release

Choose a tag to compare

@educlopez educlopez released this 20 May 10:40
· 15 commits to main since this release

Features

  • Initial release. Two expert agents:
    • panda-expert (model: sonnet, color: orange) — SunnyToo Panda theme + Easy Builder. KB: 118 markdown files (docs/, modules/, demos/, easybuilder/, forum/, _agent/).
    • prestashop-expert (model: sonnet, color: blue) — PrestaShop 8 and 9 core. KB: 79 markdown files (themes/, modules/, hooks/, smarty/, install/, version-migration/).
  • Both agents are CWD-first: they inspect the active client project source before relying on KB snapshots, and they never edit the parent theme — only the child.
  • scripts/sync-from-vault.sh — syncs the curated KB from the Obsidian vault into the plugin's skills/*/references/ folders. Scrubs author-local absolute paths. Uses a TCC-safe find + cat loop to work around macOS iCloud restrictions on cp -R/rsync/tar/ditto.
  • .claude-plugin/plugin.json and .claude-plugin/marketplace.json properly configured for /plugin install discovery from Claude Code.