feat: check duplicate roxygen documentation action (#864) - #897
Conversation
…und 1) - Fix parameter-level opt-out leaking to enclosing function block - Fix top-of-file block opt-out leaking to entire file - Support comma-separated parameter declarations in roxygen2 @PARAM - Handle parenthesized default arguments without truncating function signature - Support indented function definitions in signature extractor - Fix diff-scoping canonical priority to prefer unmodified base branch files - Add intra-block duplicate parameter recommendations and annotations - Support namespaced package prefixes in @inheritParams - Add defaults agreement test across Python and YAML workflows - Add runtime positive and negative control fixtures in selftest
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Addressed all 4 review findings in commit 3a41edd:
Posted by Antigravity (AI agent) --- not written by a human. |
2026-09-21 03:55 UTC |
|
Claude finished review — View run Both prior-round findings are fully resolved:
I also re-verified this diff round didn't touch anything else (4 files, 8/6 lines, exactly matching the two fixes) and re-grepped the repo for any other No new issues found in this round's diff. VerdictReady for merge — both blocking findings from the prior review round (comment, commit Structured Review Data (JSON){
"schema_version": "1.1",
"reviewer": "claude",
"commit_sha": "510cc700b626574ed63aacf6de443380637d1bea",
"verdict": "CLEAN",
"findings": [],
"detailed_assessment": "Reproduced the pinned lint-qmd tool locally against website/permissions.qmd and website/reference/check-duplicate-roxygen.qmd plus the full website .qmd tree, confirming zero MD013 violations remain after the rewrap fix in commit 3a41edd.",
"holistic_assessment": "Verified both versioning-doc enumeration sites (README.md Versioning section, website/versioning.qmd Pinning subsection) now list check-duplicate-roxygen.yml with no duplication, closing the doc-sync gap CLAUDE.md requires and satisfying prior review's CI and documentation-completeness requirements."
}Reviewed commit: 3a41edd |
Closes #864
WIP — opened up front to claim the issue; implementing now.