Skip to content

docs(plugin): split command docs and README for standalone/MCP modes (#1210)#1218

Merged
JeremyDev87 merged 1 commit into
masterfrom
docs/1210-standalone-mcp-modes
Apr 3, 2026
Merged

docs(plugin): split command docs and README for standalone/MCP modes (#1210)#1218
JeremyDev87 merged 1 commit into
masterfrom
docs/1210-standalone-mcp-modes

Conversation

@JeremyDev87

Copy link
Copy Markdown
Owner

Summary

  • Added "Mode Availability" section to commands/plan.md, act.md, eval.md, auto.md clarifying standalone vs MCP-enhanced capabilities
  • Changed README.md "MCP Integration (Required)" → "MCP Integration (Recommended)" and added feature capability matrix
  • Changed docs/plugin-guide.md "MCP Server Setup (Required)" → "MCP Server Setup (Recommended)" and added same capability matrix

Test plan

  • yarn workspace codingbuddy build — success
  • yarn workspace codingbuddy lint --fix — 0 errors
  • yarn workspace codingbuddy test — 5822 passed
  • All 6 modified files reviewed for markdown consistency

Closes #1210

…1210)

Add "Mode Availability" section to plan.md, act.md, eval.md, auto.md
clarifying what works in standalone vs MCP-enhanced mode. Update
README.md and plugin-guide.md to mark MCP as "Recommended" instead of
"Required" and add a feature capability matrix table.

Closes #1210
@JeremyDev87 JeremyDev87 added the documentation Improvements or additions to documentation label Apr 3, 2026
@vercel

vercel Bot commented Apr 3, 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 3, 2026 2:21pm

@JeremyDev87 JeremyDev87 left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

✅ Review complete — all comments addressed

Code Review:

  • 6 files modified (plan.md, act.md, eval.md, auto.md, README.md, plugin-guide.md)
  • Each command: "Mode Availability" section with Standalone/MCP split
  • README + plugin-guide: "Required" → "Recommended", capability matrix added
  • MCP references wrapped with conditional guidance
  • No formatting issues
  • CI: 25/25 checks pass

LGTM

@JeremyDev87 JeremyDev87 self-assigned this Apr 3, 2026
@JeremyDev87 JeremyDev87 merged commit 0c28aed into master Apr 3, 2026
25 checks passed
@JeremyDev87 JeremyDev87 deleted the docs/1210-standalone-mcp-modes branch April 3, 2026 14:24
JeremyDev87 added a commit that referenced this pull request Apr 10, 2026
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 added a commit that referenced this pull request Apr 10, 2026
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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs(plugin): split command docs and README for standalone/MCP modes

1 participant