mirror of
https://github.com/wassname/pi-plan.git
synced 2026-06-27 16:46:20 +08:00
c74f625b65
External review (deepseek-v4-pro, docs/reviews/review.md) found: - Real bug: reviewLoop cast agent_end's ExtensionContext to ExtensionCommandContext and called newSession on it, which would crash the "fresh context" path. Now the /plan command handler's context (which has newSession) is saved and reused, with a graceful in-place fallback (burneikis pattern). - Dead code: continuation + loopJudge prompts are unused (the autonomous loop is intentionally cut). Marked NOT-YET-WIRED in the prompts.ts flow header rather than removed, so the full intended flow stays reviewable. Review also confirmed: no comment bloat, no over-engineering. Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>
6 lines
70 B
Plaintext
6 lines
70 B
Plaintext
node_modules/
|
|
dist/
|
|
*.log
|
|
docs/reviews/raw.jsonl
|
|
docs/reviews/err.txt
|