Approve and apply a learning proposal
/plugin marketplace add netresearch/claude-coach-plugin/plugin install coach@netresearch-claude-code-marketplace# Coach Approve Approve a pending learning candidate and apply it to CLAUDE.md. ## Arguments - `<id>` - The candidate ID to approve (e.g., "a1b2c3d4") ## Steps 1. Read `~/.claude-coach/candidates.json` and find the candidate by ID 2. Determine target location based on candidate scope: - Project scope → `<repo>/.claude/CLAUDE.md` - Global scope → `~/.claude/CLAUDE.md` 3. Apply the proposal using the apply script: 4. Update the candidate status to "approved" in candidates.json 5. Confirm to user: - What rule was added - Where it was added (project/global) - The tri...