Release codedna v1.0.2 product polish - #2
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 91de0fcf4c
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| if cursor >= 0 and lines[cursor].strip().startswith(("/**", "///", "//")): | ||
| documented += 1 |
There was a problem hiding this comment.
Count multiline block docs before functions
For JS/TS/Go/Rust functions documented with a normal multiline block comment like /** ... */ immediately above the function, this check inspects only the last nonblank preceding line, which is */, so the function is counted as undocumented. That makes the newly reported doc_comment_coverage substantially underreport coverage in codebases using standard JSDoc/block comments.
Useful? React with 👍 / 👎.
Summary:
codedna_wire.pyproject wiring for AGENTS.md, Claude, Gemini, Copilot, Cursor, and Windsurf/Cascade.Verification:
python3 -m py_compile skill/scripts/codedna_stats.py skill/scripts/codedna_wire.pysh -n install.shpython3 -m unittest discover -s testsgit diff --checkNote: