@autopilot-harness/port-cursor 0.2.2 → 0.2.4

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 (1) hide show
  1. package/package.json +16 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@autopilot-harness/port-cursor",
3
- "version": "0.2.2",
4
- "description": "Autopilot harness Cursor host port",
3
+ "version": "0.2.4",
4
+ "description": "Autopilot harness host port for Cursor IDE hooks",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -25,7 +25,7 @@
25
25
  "dist"
26
26
  ],
27
27
  "dependencies": {
28
- "@autopilot-harness/core": "0.2.2"
28
+ "@autopilot-harness/core": "0.2.4"
29
29
  },
30
30
  "devDependencies": {
31
31
  "typescript": "^5.8.2"
@@ -36,6 +36,19 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
+ "author": "mt2007 (https://github.com/mt2007)",
40
+ "keywords": [
41
+ "autopilot",
42
+ "harness",
43
+ "agent",
44
+ "ai",
45
+ "vibecoding",
46
+ "cursor",
47
+ "claude-code",
48
+ "checklist",
49
+ "code-review",
50
+ "cursor-ide"
51
+ ],
39
52
  "scripts": {
40
53
  "build": "tsc -p tsconfig.json",
41
54
  "typecheck": "tsc -p tsconfig.json --noEmit"