fix: dev config cleanup — hook infra, stale MCP, gitignore#88
Merged
maxine-at-forecast merged 1 commit intodevelopfrom Apr 4, 2026
Merged
fix: dev config cleanup — hook infra, stale MCP, gitignore#88maxine-at-forecast merged 1 commit intodevelopfrom
maxine-at-forecast merged 1 commit intodevelopfrom
Conversation
- Remove stale crosslink-agent-prompt from .mcp.json (closes #12) - Fix hook-config.json type mutations: auto_steal_stale_locks "5"→5, reminder_drift_threshold "0"→0, tracker_remote "(text)"→null - Fix .gitignore bootstrapping paradox: .claude/commands/ is project source (skills), not auto-generated — remove from ignore list - Untrack .claude/hooks/ (auto-generated by crosslink init, correctly gitignored but still tracked from before ignore rules were added) - session-start.py: import run_crosslink and find_crosslink_dir from shared crosslink_config module instead of duplicating them - Track new crosslink-generated command files now that .claude/commands/ is no longer gitignored Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
crosslink-agent-promptentry from.mcp.json(closes crosslink release: v0.3.2b3 #12)hook-config.jsontype mutations:auto_steal_stale_locksstring→int,reminder_drift_thresholdstring→int,tracker_remoteplaceholder→null.gitignorebootstrapping paradox:.claude/commands/is project source, not auto-generated — removed from ignore list; untracked.claude/hooks/(correctly gitignored but still tracked from before)session-start.py: import from sharedcrosslink_configmodule instead of duplicatingrun_crosslink()andcheck_crosslink_initialized()Test plan
crosslink initregenerates hooks locally after pull.claude/commands/skills still work (/check,/kickoff, etc.)🤖 Generated with Claude Code