Improve review accuracy: full-file context and confidence-aware prompts #29
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/29/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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