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
Release v4.3.0: Add --show-only flag and simplify Claude Code integration
- Add --show-only flag to set-claude-prompt command for safe content preview
- Replace verbose CIDX prompt content with simplified, actionable requirements
- Streamline Claude Code integration with mandatory "CIDX-first" workflow emphasis
- Add comprehensive test coverage for new --show-only functionality
- Update version to 4.3.0 across all documentation and configuration files
- Enhance release notes with detailed feature descriptions and improvements
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
return"""**ABSOLUTE REQUIREMENT**: ALWAYS use `cidx query` FIRST before any grep/find/search operations when exploring code by purpose or functionality.
47
+
48
+
### Mandatory CIDX-First Workflow
49
+
**STEP 1 - ALWAYS**: Start with semantic search using cidx
- Simple file listing operations (ls, find by filename)
69
+
- When cidx index unavailable or corrupted (fallback only)
62
70
63
-
def_build_core_introduction(self) ->str:
64
-
"""Build the core CIDX introduction."""
65
-
return"""🎯 SEMANTIC SEARCH TOOL - YOUR PRIMARY CODE DISCOVERY METHOD
66
-
67
-
CRITICAL: You have access to a powerful semantic search tool `cidx query` that can find relevant code across the entire codebase. Use it liberally - it's much more effective than guessing or making assumptions.
68
-
69
-
**🧠 WHAT MAKES CIDX QUERY UNIQUE**:
70
-
- **Semantic Understanding**: Finds code related to concepts even when exact words don't match
71
-
- **Context Awareness**: Understands relationships between functions, classes, and modules
0 commit comments