Improve review accuracy: full-file context and confidence-aware prompts #29

Merged
coding-agent-marvin8 merged 0 commits from refs/pull/29/head into main 2026-06-21 01:57:50 +00:00
coding-agent-marvin8 commented 2026-06-21 01:49:32 +00:00 (Migrated from codeberg.org)

Split weekly nox checks into individual Woodpecker steps, wire up WuMing self-review pipeline (dogfooding), and add two improvements to review accuracy:

  • Full-file context (WUMING_MAX_FILE_LINES): when > 0, WuMing fetches the complete content of each changed file from Forgejo and prepends it to the agent's user message. Files exceeding the line limit are excluded. Default: 0 (disabled). The self-review pipeline uses 500.

  • Confidence caveat: every agent's user message now ends with an explicit instruction to only flag issues evident from the provided context and to avoid speculative findings.

Closes #26
Closes #27
Closes #28

Split weekly nox checks into individual Woodpecker steps, wire up WuMing self-review pipeline (dogfooding), and add two improvements to review accuracy: - **Full-file context** (`WUMING_MAX_FILE_LINES`): when > 0, WuMing fetches the complete content of each changed file from Forgejo and prepends it to the agent's user message. Files exceeding the line limit are excluded. Default: 0 (disabled). The self-review pipeline uses 500. - **Confidence caveat**: every agent's user message now ends with an explicit instruction to only flag issues evident from the provided context and to avoid speculative findings. Closes #26 Closes #27 Closes #28
Sign in to join this conversation.
No reviewers
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
marvin8/wuming!29
No description provided.