Commit graph

9 commits

Author SHA1 Message Date
Alvin Unreal
3f8fa1a098 release v3.0.0 2026-06-11 21:47:36 +02:00
Alvin Unreal
e502100cd9 sync locales 2026-06-11 21:29:17 +02:00
Alvin Unreal
35ea30db4e feat(sdk): add @open-pets/plugin-sdk types package, CLI scaffolder, and drift guard
- packages/sdk: new types-only @open-pets/plugin-sdk — OpenPetsContext + the
  ambient OpenPetsPlugin global, plus a mock-ctx contract test. Zero runtime
  deps; published for editor autocomplete (npm i -D @open-pets/plugin-sdk).
- cli: `openpets plugin new <name>` scaffolds a plugin folder (manifest +
  entry + README) so step zero is npx, not copy-paste.
- desktop: compile-time conformance guard tying the runtime plugin SDK
  (namespaces + JS permission set) to the published @open-pets/plugin-sdk
  contract, so the two can't drift.
- release-npm: include packages/sdk in the publish order.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-09 20:24:02 +02:00
Alvin Unreal
8220d2259b release desktop v2.1.2 2026-05-24 16:32:31 +02:00
Alvin Unreal
fec746d62f Prepare release v2.0.7 2026-05-14 16:18:47 +02:00
Alvin Unreal
d362c3b87f Add Cursor MCP integration 2026-05-14 13:59:45 +02:00
Alvin Unreal
e392d48b20 add npm pet installer 2026-05-10 18:29:00 +02:00
Alvin Unreal
2058c4e554 fix: skip published npm packages 2026-05-10 15:37:21 +02:00
Alvin Unreal
7e64f7afcb chore: add npm release helper 2026-05-10 15:33:20 +02:00