Setting the file. One moment.
Subchapter 7.2
workflow.mdMarkdown2 KBView on GitHub
rust check / build:
cargo fmt -- --checkcargo fmtlint / build:
pnpm prettier --write <file>After addressing a review comment (e.g., making the requested code change), or when you detect the current code already addresses it:
node scripts/pr-status.js reply-thread <threadNodeId> "Done -- <description of changes>"node scripts/pr-status.js resolve-thread <threadNodeId>Or do both in one step:
node scripts/pr-status.js reply-and-resolve-thread <threadNodeId> "Done -- <description of changes>"The ready-to-use commands with the correct thread IDs are at the bottom of each thread-N.md file in scripts/pr-status/results/.
Important: Always reply with a description of the actions taken before resolving. This gives the reviewer context about what changed.