You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Refactor slash command discovery and extract shared modules
Extract Cursor-specific slash command discovery from Claude/Codex
implementations into dedicated modules. Pull markdown parsing,
project discovery, and prompt expansion into shared services.
Extract Linear issue helpers from laneService and chat context
attachment logic into standalone shared modules with tests.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* ship: iteration 1 — fix typecheck-desktop, address review comments
- Type SAMPLE_ISSUE as LaneLinearIssue to fix description type mismatch
- Remove dead candidateNames.has(target) branch (target never has / prefix)
- Restrict activateRuntime to cursor provider only (was unintentionally
including droid)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* ship: iteration 2 — fix test-desktop shard 4
- Update cliLaunch.test.ts assertion: .cursor/skills is now first
in ancestorSkillDirs ordering (matches agentSkillRoots.ts change)
- Use Partial<LaneLinearIssue> instead of Partial<typeof SAMPLE_ISSUE>
to allow string description overrides in test helper
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments