发布

  • fix: session catchup, progress tracking, and post-completion workflow (v2.23.0)

    frostbyte_neo 发布于 2026-03-15 23:08:20 +00:00

    Fixes #106. Three root causes identified and fixed:

    1. Session catchup not working after /clear: Added UserPromptSubmit hook
      to all 7 IDE SKILL.md files. When task_plan.md exists, injects a
      directive to read all planning files before proceeding. Fires on every
      user message, ensuring context recovery after /clear or compaction.

    2. Progress not updating consistently: PostToolUse hook message now leads
      with "Update progress.md" instead of only mentioning task_plan.md.
      Added plan existence guard to avoid noise when no plan is active.

    3. Post-plan additions not tracked: check-complete scripts now output
      re-entry guidance when all phases are complete. Copilot agent-stop
      scripts now return continuation context instead of empty JSON.
      Added Critical Rule #7 (Continue After Completion) to SKILL.md body.

    Applied across: 7 IDE SKILL.md files, 16 synced check-complete scripts,
    4 Copilot hook scripts, CHANGELOG, plugin.json, marketplace.json.

    下载附件