Skip to content

Release codedna v1.0.2 product polish - #2

Merged
hannsxpeter merged 1 commit into
mainfrom
codex/v1.0.2-product-polish
Jul 13, 2026
Merged

Release codedna v1.0.2 product polish#2
hannsxpeter merged 1 commit into
mainfrom
codex/v1.0.2-product-polish

Conversation

@hannsxpeter

Copy link
Copy Markdown
Owner

Summary:

  • Require explicit installer targets and add Cursor skill install support.
  • Add tested codedna_wire.py project wiring for AGENTS.md, Claude, Gemini, Copilot, Cursor, and Windsurf/Cascade.
  • Expand style metrics, docs, CI, changelog, and tests for v1.0.2.

Verification:

  • python3 -m py_compile skill/scripts/codedna_stats.py skill/scripts/codedna_wire.py
  • sh -n install.sh
  • python3 -m unittest discover -s tests
  • Installer smoke for Claude Code, Codex, Cursor, and Windsurf/Cascade.
  • Wiring smoke for all supported project instruction targets.
  • git diff --check

Note:

  • ShellCheck is not installed locally. GitHub Actions installs and runs it.

@hannsxpeter
hannsxpeter merged commit 639dfe7 into main Jul 13, 2026
2 checks passed
@hannsxpeter
hannsxpeter deleted the codex/v1.0.2-product-polish branch July 13, 2026 05:42

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment on lines +302 to +303
if cursor >= 0 and lines[cursor].strip().startswith(("/**", "///", "//")):
documented += 1

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant