@tomismeta/paperclip-aperture 0.1.1 → 0.1.2

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.
package/README.md CHANGED
@@ -18,14 +18,14 @@ Paperclip Aperture adds a Focus surface to Paperclip that deterministically rank
18
18
  ## Install
19
19
 
20
20
  ```bash
21
- paperclipai plugin install @tomismeta/paperclip-aperture
21
+ npx paperclipai plugin install @tomismeta/paperclip-aperture
22
22
  ```
23
23
 
24
24
  If you need Paperclip first:
25
25
 
26
26
  ```bash
27
27
  npx paperclipai onboard --yes
28
- paperclipai run
28
+ npx paperclipai run
29
29
  ```
30
30
 
31
31
  Then install the plugin with the command above.
package/dist/manifest.js CHANGED
@@ -3,9 +3,9 @@ const manifest = {
3
3
  apiVersion: 1,
4
4
  version: "0.1.2",
5
5
  displayName: "Paperclip Aperture",
6
- description: "An Aperture-powered attention center for Paperclip operators.",
7
- author: "Tom Is Meta",
8
- categories: ["connector", "automation", "ui"],
6
+ description: "A Paperclip plugin powered by Aperture's deterministic attention and judgment engine.",
7
+ author: "@tomismeta",
8
+ categories: ["automation", "ui"],
9
9
  capabilities: [
10
10
  "events.subscribe",
11
11
  "issues.read",
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@tomismeta/paperclip-aperture",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "private": false,
6
- "description": "A Focus view for Paperclip that ranks approvals, issue activity, and other human-facing events into now, next, and ambient.",
6
+ "description": "A Paperclip plugin powered by Aperture's deterministic attention and judgment engine.",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "git+https://github.com/tomismeta/paperclip-aperture.git"
@@ -44,7 +44,7 @@
44
44
  "supervision",
45
45
  "typescript"
46
46
  ],
47
- "author": "Tom Is Meta",
47
+ "author": "@tomismeta",
48
48
  "license": "MIT",
49
49
  "publishConfig": {
50
50
  "access": "public"