fix(analyze-with-file): add session termination boundary and optimize Phase 4 UX

- Add explicit session termination output before lite-planex handoff to
  prevent phase collision between analyze-with-file and lite-plan
- Restructure Phase 4: display conclusions summary before asking next step
- Simplify post-completion options to 3 (执行任务/产出Issue/完成),
  remove redundant 导出报告 since report is always shown
- Update 01-lite-plan.md context isolation label to match new option name
This commit is contained in:
catlog22
2026-03-02 16:46:33 +08:00
parent 57636040d2
commit d346d48ba2
2 changed files with 30 additions and 12 deletions

View File

@@ -18,7 +18,7 @@ Intelligent lightweight planning command with dynamic workflow adaptation based
## Context Isolation
> **⚠️ CRITICAL**: If this phase was invoked from analyze-with-file (via "生成任务"),
> **⚠️ CRITICAL**: If this phase was invoked from analyze-with-file (via "执行任务"),
> the analyze-with-file session is **COMPLETE** and all its phase instructions
> are FINISHED and MUST NOT be referenced.
> Only follow the LP-Phase 1-5 defined in THIS document (01-lite-plan.md).