fix(#1839): add technical doc accuracy to correctness sub-agent#1840
fix(#1839): add technical doc accuracy to correctness sub-agent#1840fullsend-ai-coder[bot] wants to merge 1 commit into
Conversation
The correctness sub-agent was declaring "zero correctness surface area" on documentation-only PRs, even when those documents contained implementation plans with verifiable technical claims (algorithm descriptions, pseudocode, CLI flag semantics, API behavior claims). Human reviewers on PR #1804 found 9 confirmed technical accuracy issues that the bot missed. Changes: - Updated the correctness sub-agent definition to own technical accuracy in implementation plans and design documents, with specific evaluation guidance for algorithm logic, API/library behavior claims, design document alignment, internal consistency, and edge case correctness. - Updated SKILL.md section 3b to classify docs/plans/ files and technical documentation as having correctness surface area, ensuring the correctness sub-agent is dispatched for such PRs. - Added an implementation plan example to the dispatch table. Note: make lint could not run (sandbox Go toolchain permission error unrelated to these markdown-only changes). Pre-commit encountered the same infrastructure error (exit code 3). The post-script runs authoritative pre-commit on the runner. Closes #1839 Signed-off-by: fullsend-code <fullsend-code@users.noreply.github.com>
Site previewPreview: https://c7e4c249-site.fullsend-ai.workers.dev Commit: |
ReviewFindingsMedium
Low
Info
|
The correctness sub-agent was declaring "zero correctness surface area" on documentation-only PRs, even when those documents contained implementation plans with verifiable technical claims (algorithm descriptions, pseudocode, CLI flag semantics, API behavior claims). Human reviewers on PR #1804 found 9 confirmed technical accuracy issues that the bot missed.
Changes:
accuracy in implementation plans and design documents, with
specific evaluation guidance for algorithm logic, API/library
behavior claims, design document alignment, internal
consistency, and edge case correctness.
technical documentation as having correctness surface area,
ensuring the correctness sub-agent is dispatched for such PRs.
Note: make lint could not run (sandbox Go toolchain permission error unrelated to these markdown-only changes). Pre-commit encountered the same infrastructure error (exit code 3). The post-script runs authoritative pre-commit on the runner.
Closes #1839
Post-script verification
agent/1839-correctness-technical-docs)1088f9b74b9ed046b902bf25e6ce4204339c99ee..HEAD)