Files
pi-skills/.pi/extensions/goal-driven-loop/package.json
T
张宗平 0dd652948e fix(ext): spec compliance fixes — stagnation recovery, comet fallback, quote anti-trigger, types, package.json
- trigger-detector: fix quote anti-trigger (only block if trigger exclusively in quotes)
- trigger-detector: add uncertainty fallback pattern (goal is/为 + deliverable)
- trigger-detector: add 'fix bug' to trivial keywords
- index.ts: implement stagnation auto-recovery injection
- index.ts: implement comet fallback when openspec not available
- index.ts: replace 'any' types with ExtensionContext
- index.ts: wire consecutiveStagnations counter
- Add package.json for extension discovery
2026-06-10 18:32:18 +08:00

9 lines
122 B
JSON

{
"name": "goal-driven-loop",
"version": "1.0.0",
"private": true,
"pi": {
"extensions": ["./index.ts"]
}
}