Files
pi-plan/tsconfig.build.json
T
wassname2 d5729ac106 Consolidate supervision and remember models per role
Bundle Intercom/VCC with the internal supervisor. Add default alignment questions and conversational plan review. Cover model recovery, cancellation and packed single-package operation.
2026-09-08 08:45:26 +08:00

11 lines
170 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"paths": {
"@sting8k/pi-vcc/src/*": [
"./src/internal/supervisor/vcc.d.ts"
]
}
}
}