Replies: 2 comments
-
Enhancement: Local Compliance Preview — Prior Art, Options & Pilot PathSharpened problem & goal Context & existing infrastructure
Prior art / competitive signal
Market trend: "shift left" is evolving into "shift smart" — surfacing only relevant, high-signal findings locally rather than dumping raw scan output. AI-generated code (41% of new code per JetBrains 2025 survey) raises the pre-commit hook importance further, as non-human authors skip mental compliance checklists. Options table
Recommendation: Option A — a thin wrapper script — fits this repo's shell-first convention and avoids new toolchain dependencies. The script can be called from CI too (single source of truth), eliminating the config-drift risk. Risks / unknowns
Phased pilot path
Success metrics
|
Beta Was this translation helpful? Give feedback.
-
|
Sharpened problem & goal Add a single local entry-point command that mirrors what Context The constituent pieces already exist and most already support a read-only or dry-run mode:
The missing piece is a thin Impact / Effort
Suggested acceptance criteria
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This is a throwaway test idea to validate the folded single-idea enhancement path of the feature-ideation workflow. Idea: add a lightweight CLI flag that lets contributors preview compliance findings locally before pushing, reducing CI churn.
Beta Was this translation helpful? Give feedback.
All reactions