@illusoryai/pi-framer 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +19 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,19 @@
1
+ # @illusoryai/pi-framer
2
+
3
+ Framer CMS management — content CRUD, publishing, and custom code injection.
4
+
5
+ ## Contents
6
+
7
+ | Type | Name | Description |
8
+ |------|------|-------------|
9
+ | Extension | `framer.ts` | Connects to Framer Server API via WebSocket (framer-api SDK) |
10
+ | Skill | `framer-cms` | Blog schema, common workflows, publishing guide |
11
+
12
+ ## Install
13
+
14
+ ```bash
15
+ pi install npm:@illusoryai/pi-framer
16
+ ```
17
+
18
+ Requires `FRAMER_PROJECT_URL` and `FRAMER_API_KEY` environment variables.
19
+ Private package — requires npm auth configured in `~/.npmrc`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@illusoryai/pi-framer",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "keywords": ["pi-package"],