fix: remove SessionStart onboarding prompt hook#481
Conversation
The plugin shipped a SessionStart hook that prompted Claude on every fresh session (cooldown 24h) to ask whether the user wants to onboard semantic anchors. This framing is misleading: semantic anchors are a prompting methodology, not a tool that needs to be activated or installed per workspace. Changes: - Remove plugins/semantic-anchors/hooks/hooks.json - Remove plugins/semantic-anchors/scripts/prompt-onboarding.sh - Update plugin.json description (drop "first-run Claude onboarding") - Update SKILL.md (drop the marketplace-plugin-onboarding-hook mention) The semantic-anchor-onboarding skill remains available for users who explicitly want to install a persistent anchor block — but it is now strictly user-initiated. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
💤 Files with no reviewable changes (4)
WalkthroughDieses PR entfernt die Onboarding-Prompt-Funktion, die beim Session-Start ausgelöst wurde. Es löscht die Hook-Konfiguration, das assoziierte Shell-Skript und aktualisiert die Dokumentation, um Verweise auf dieses Erststart-Verhalten zu entfernen. ChangesEntfernung der Onboarding-Hook-Funktionalität
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Problem
The plugin ships a SessionStart hook that prompts every 24h asking whether to onboard semantic anchors. This framing is misleading — semantic anchors are a prompting methodology, not a per-workspace feature to activate.
Fix
plugins/semantic-anchors/hooks/hooks.jsonandscripts/prompt-onboarding.shplugin.jsondescription to drop the "first-run Claude onboarding" claimThe
semantic-anchor-onboardingskill remains available for users who explicitly want to install a persistent anchor block via the install script. It is now strictly user-initiated.Test plan
semantic-anchor-onboardingskill still invokable on demand🤖 Generated with Claude Code
Summary by CodeRabbit
Fehlerbehebungen
Dokumentation