feat: add compaction prompt plugin

This commit is contained in:
2026-08-01 16:51:37 +05:30
commit 9b70b18295
13 changed files with 543 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"skipLibCheck": true,
"noEmit": true,
"types": ["bun", "node"]
},
"include": ["src/**/*.ts", "test/**/*.ts"]
}