plugin: lvmh-agent extension — mirror, replay, steer prompts; smoke 25/25, e2e 13/13 vs real pi

This commit is contained in:
Raphael Westphal
2026-08-18 13:50:05 +02:00
parent c62900e613
commit 6c5dd50130
8 changed files with 1550 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"compilerOptions": {
"target": "es2022",
"module": "esnext",
"moduleResolution": "bundler",
"lib": ["es2023"],
"types": ["node"],
"typeRoots": [
"/home/raph/.node/lib/node_modules/@earendil-works/pi-coding-agent/node_modules/@types"
],
"allowImportingTsExtensions": true,
"strict": true,
"noEmit": true,
"skipLibCheck": true,
"paths": {
"@earendil-works/pi-coding-agent": [
"/home/raph/.node/lib/node_modules/@earendil-works/pi-coding-agent/dist/index.d.ts"
]
}
},
"include": ["lvmh-agent.ts", "smoke.ts", "mini-daemon.ts", "e2e.ts", "pi-types.d.ts"]
}