mirror of
https://github.com/EveryInc/compound-engineering-plugin.git
synced 2026-06-19 15:41:46 +02:00
c332b41a5b
Address PR review feedback (#633) Two changes to handoff.md: - Phase 4 rendering now chooses between the blocking question tool and a numbered list based on the visible option count. With 4 or fewer visible (no requirements doc, unresolved Resolve Before Planning, or a failing direct-to-work gate), use the platform's blocking tool per the default rule. With 5 or more, fall back to a numbered list as the narrow case-3 overflow exception. Previously the skill unconditionally rendered a numbered list, which regressed the blocking-choice UX in the paths that had fewer options and conflicted with the AGENTS.md restraint wording. - The stale-local warning after Proof returns localSynced:false now lists the Agent review option alongside Plan implementation and Build it now. ce-doc-review reads the same local path, so leaving it out of the warning meant a reviewer could analyze an outdated copy and emit findings the user's Proof edits had already addressed.