Skip to content

Add advisory generated-code smell signals - #2

Merged
geldmacher merged 1 commit into
mainfrom
dg-cursor/generated-code-smell-signals-d06d
Sep 24, 2026
Merged

geldmacher merged 1 commit into
mainfrom
dg-cursor/generated-code-smell-signals-d06d

Conversation

@geldmacher

Copy link
Copy Markdown
Owner

Summary

  • Adds five advisory generated-code smell signals to the existing design-and-code simplicity review: branching load, file cohesion, dead or redundant surface, type and error escape hatches, and weak verification theater.
  • Treats them as evidence cues during an explicit simplicity review, or when the quick ladder identifies material complexity risk. A finding still needs a concrete location and a safer in-scope alternative. Line and file count remain non-proxies for simplicity.
  • Does not add a skill, hook, CLI dependency, or numeric gate (no cyclomatic-complexity ceiling, line-count ceiling, 100% coverage, or mutation score).
  • Bumps the plugin patch version from 3.4.1 to 3.4.2 in the portable, Cursor, and Codex manifests, package metadata, lockfile, and the installation checksum examples.

Test plan

  • npm run check:targets
  • npm run validate
  • npm run check:links
  • npm test (100 passing)
Open in Web Open in Cursor 

Record five evidence cues for explicit simplicity reviews and bump the plugin patch version to 3.4.2.

Co-authored-by: Dennis Geldmacher <geldmacher.dennis@outlook.de>
@geldmacher
geldmacher marked this pull request as ready for review September 24, 2026 13:00
@geldmacher
geldmacher merged commit 739d107 into main Sep 24, 2026
1 check passed
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.

2 participants