Polish a working feature through user-directed live browser feedback. Use when a functional feature needs focused UX refinement before shipping.
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-ce-polish-eb0ae6bb6415 ,按照其中的说明把「ce-polish」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
Put a working feature in front of the user and turn their live observations into focused UX fixes on the running page. Two ways to collect those observations: traditional, where the user types what could be better; and live, where they talk and draw on the page while a voice interviewer turns speech into units and you act on them at checkpoints.
Done: the user ends the polish loop, every requested fix is reflected in the live feature or reported as blocked, and the in-scope changes are saved in local commit(s). A live session also ends with a residual list of the units that were not applied and the path of its session log. A server or checkout blocker also ends the run when it is reported with the evidence needed to resume.
Boundaries: the user drives what to inspect and change; do not invent an autonomous checklist or expand into general QA. Never work on the repository's default branch. This workflow may edit and locally commit the requested polish, and in live mode the disclosed riffrec setup commit, but it never pushes or opens a PR.
references/live-start.md; it owns preconditions, install, the endpoint, and the URL handoff, applies the workspace and server rules of references/run.md itself, then routes to references/live-loop.md for the session and its close. Steps 2–5 do not run for a live session.references/run.md before resolving the requested ref or starting anything. It owns existing-worktree safety, dev-server discovery, the bundled-script calls, reachability, and the browser handoff.ce-commit for the polish changes, then report the commit(s), the still-running server URL, and any residual blocker.