Added inprogress label via GitHub CLI.
EditRead issue, comments, and linked PRs.
UnderstandIndependently verified issue behavior.
UnderstandUpdated documentation and code.
EditPosted final comment and pushed changes.
VerifyAnalyze GitHub issue(s): https://github.com/badlogic/pi-mono/issues/2850 just implement
For each issue:
Add the inprogress label to the issue via GitHub CLI before analysis starts. If adding the label fails, report that explicitly and continue.
Read the issue in full, including all comments and linked issues/PRs.
Do not trust analysis written in the issue. Independently verify behavior and derive your own analysis from the code and execution path.
For bugs:
For feature requests:
Do NOT implement unless explicitly asked. Analyze and propose only.
Implemented for #2850.
What I verified:
inprogress label successfully./exit was intentionally removed there.packages/coding-agent/src/core/slash-commands.ts only registers quitpackages/coding-agent/src/modes/interactive/interactive-mode.ts only handles "/quit"Change made:
packages/coding-agent/README.md
/exit from the commands table/quit as the documented quit commandDiff summary:
| \/quit`, `/exit` | Quit pi |`| \/quit` | Quit pi |`No npm run check run because this is a documentation-only change.
Wrap it.
Additional instructions:
Determine context from the conversation history first.
Rules for context detection:
/is or /pr, assume the issue or PR context is already known from the conversation and from the analysis work already done.Unless I explicitly override something in this request, do the following in order:
## [Unreleased] using the repo changelog rules.closes #<issue> in the commit message. If it is tied to multiple issues, stop and ask which one to use. If it is not tied to any issue, do not include closes # or fixes # in the commit message.main, stop and ask what to do. Do not push from another branch unless I explicitly say so.Constraints:
git add . or git add -A.Wrapped.
Done:
packages/coding-agent/CHANGELOG.mdmainCommit:
0c98d5a5 fix(coding-agent): remove stale /exit docs closes #2850Checks:
Files in commit:
packages/coding-agent/README.mdpackages/coding-agent/CHANGELOG.md