@pi-orca/cleanup 0.0.2-dev.20260421080334 → 0.0.2-dev.20260422150519

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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,wBAAgB,QAAQ,CAAC,EAAE,EAAE,GAAG,QAkB/B;AAED,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,wBAAgB,QAAQ,CAAC,EAAE,EAAE,GAAG,QAiB/B;AAED,eAAe,QAAQ,CAAC"}
package/dist/index.js CHANGED
@@ -6,11 +6,10 @@
6
6
  export function register(pi) {
7
7
  console.log("pi-orca-cleanup: Registering extension (stub mode)");
8
8
  // Register slash commands (no LLM tool - interactive only)
9
- pi.registerCommand?.({
10
- name: "/cleanup",
9
+ pi.registerCommand?.("cleanup", {
11
10
  description: "Manage retention and cleanup",
12
- async execute(args, ctx) {
13
- return "Cleanup commands not implemented yet (Phase 0 stub)";
11
+ handler: async (args, ctx) => {
12
+ ctx.ui.notify("Cleanup commands not implemented yet (Phase 0 stub)", "info");
14
13
  },
15
14
  });
16
15
  // Emit ready event
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,MAAM,UAAU,QAAQ,CAAC,EAAO;IAC9B,OAAO,CAAC,GAAG,CAAC,oDAAoD,CAAC,CAAC;IAElE,2DAA2D;IAC3D,EAAE,CAAC,eAAe,EAAE,CAAC;QACnB,IAAI,EAAE,UAAU;QAChB,WAAW,EAAE,8BAA8B;QAC3C,KAAK,CAAC,OAAO,CAAC,IAAc,EAAE,GAAQ;YACpC,OAAO,qDAAqD,CAAC;QAC/D,CAAC;KACF,CAAC,CAAC;IAEH,mBAAmB;IACnB,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,eAAe,EAAE,GAAG,EAAE;QAClC,EAAE,CAAC,MAAM,EAAE,IAAI,CAAC,oBAAoB,EAAE,EAAE,CAAC,CAAC;IAC5C,CAAC,CAAC,CAAC;IAEH,OAAO,CAAC,GAAG,CAAC,2EAA2E,CAAC,CAAC;AAC3F,CAAC;AAED,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,MAAM,UAAU,QAAQ,CAAC,EAAO;IAC9B,OAAO,CAAC,GAAG,CAAC,oDAAoD,CAAC,CAAC;IAElE,2DAA2D;IAC3D,EAAE,CAAC,eAAe,EAAE,CAAC,SAAS,EAAE;QAC9B,WAAW,EAAE,8BAA8B;QAC3C,OAAO,EAAE,KAAK,EAAE,IAAY,EAAE,GAAQ,EAAE,EAAE;YACxC,GAAG,CAAC,EAAE,CAAC,MAAM,CAAC,qDAAqD,EAAE,MAAM,CAAC,CAAC;QAC/E,CAAC;KACF,CAAC,CAAC;IAEH,mBAAmB;IACnB,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,eAAe,EAAE,GAAG,EAAE;QAClC,EAAE,CAAC,MAAM,EAAE,IAAI,CAAC,oBAAoB,EAAE,EAAE,CAAC,CAAC;IAC5C,CAAC,CAAC,CAAC;IAEH,OAAO,CAAC,GAAG,CAAC,2EAA2E,CAAC,CAAC;AAC3F,CAAC;AAED,eAAe,QAAQ,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-orca/cleanup",
3
- "version": "0.0.2-dev.20260421080334",
3
+ "version": "0.0.2-dev.20260422150519",
4
4
  "description": "Retention sweeps and orphan detection",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -44,6 +44,6 @@
44
44
  "directory": "packages/cleanup"
45
45
  },
46
46
  "dependencies": {
47
- "@pi-orca/core": "0.0.2-dev.20260421080334"
47
+ "@pi-orca/core": "0.0.2-dev.20260422150519"
48
48
  }
49
49
  }