Skip to content

fix: close Wow Wave sub-issue gaps (#1444 + build drift)#1461

Merged
JeremyDev87 merged 1 commit into
masterfrom
fix/wow-subissue-gaps-1444
Apr 10, 2026
Merged

fix: close Wow Wave sub-issue gaps (#1444 + build drift)#1461
JeremyDev87 merged 1 commit into
masterfrom
fix/wow-subissue-gaps-1444

Conversation

@JeremyDev87

Copy link
Copy Markdown
Owner

Summary

Test plan

  • yarn workspace codingbuddy test rule-tracker rule-insights → 52/52 passed
  • yarn workspace codingbuddy lint → 0 errors (1 preexisting warning)
  • yarn workspace codingbuddy format:check → all files formatted
  • yarn workspace codingbuddy typecheck → clean
  • yarn workspace codingbuddy test:coverage → 6270 passed / 2 skipped
  • yarn workspace codingbuddy circular → no circular deps
  • yarn workspace codingbuddy build → bundle built
  • yarn workspace codingbuddy-claude-plugin lint / format / typecheck / test / circular / build → all pass (144 tests)
  • Security audit (all 3 workspaces) → no high-severity findings
  • yarn build in plugin regenerates README.md/namespace-manifest.json deterministically; no drift remains on disk

Closes #1444

Wire RuleTracker write-path for self-evolving rule effectiveness (#1444):
- Extend RuleStats with generatedRule / baselineFailureRate / currentFailureRate
- Add markRuleAsGenerated(name) and recordFailureRate(name, rate, kind) APIs
- Existing trackRuleUsage preserves the generatedRule flag across updates
- Drop cast hack in RuleInsightsService now that fields are first-class
- 7 new rule-tracker tests cover tagging, failure rate recording, and persistence

Sync auto-generated plugin README with manual surface additions (#1218):
- scripts/build.ts feature table now includes Staged planning, Clarification
  gate, Permission forecast, and Council scene rows
- Footnote matches post-v5.4.0 wording ("features that read agent definitions")
- Regenerated README.md bumps version 5.4.0 → 5.4.1 (aligning with package.json)

Also closes already-implemented sub-issues found by the verification pass:
#1442 (pipeline wiring), #1443 (suggest_rules handler), #1445 (prompt
suggestions), #1446 (onboarding tour integration), #1447 (PreToolUse rule
checker), #1448 (violation renderer).
@JeremyDev87 JeremyDev87 added bug Something isn't working mcp-server apps/mcp-server plugin packages/claude-code-plugin wow-experience Plugin Wow Experience Design labels Apr 10, 2026
@vercel

vercel Bot commented Apr 10, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codingbuddy-landing Ready Ready Preview, Comment Apr 10, 2026 9:06am

@JeremyDev87 JeremyDev87 self-assigned this Apr 10, 2026
@JeremyDev87 JeremyDev87 merged commit b8f5751 into master Apr 10, 2026
26 checks passed
@JeremyDev87 JeremyDev87 deleted the fix/wow-subissue-gaps-1444 branch April 10, 2026 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working mcp-server apps/mcp-server plugin packages/claude-code-plugin wow-experience Plugin Wow Experience Design

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(mcp): add effectiveness scoring to rule impact report

1 participant