@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.
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -4
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts.map
CHANGED
|
@@ -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,
|
|
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
|
|
13
|
-
|
|
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
|
|
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.
|
|
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.
|
|
47
|
+
"@pi-orca/core": "0.0.2-dev.20260422150519"
|
|
48
48
|
}
|
|
49
49
|
}
|