mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
- Introduced a detailed guide for intelligent tools selection strategy, including quick reference, tool specifications, prompt templates, and best practices for CLI execution. - Established a coding philosophy document outlining core beliefs, simplicity principles, and guidelines for effective coding practices. - Created context requirements documentation emphasizing the importance of understanding existing patterns and dependencies before implementation. - Developed a file modification workflow detailing the use of edit_file and write_file MCP tools, along with priority logic for file reading and editing. - Implemented CodexLens auto hybrid mode, enhancing the CLI with automatic vector embedding generation and default hybrid search mode based on embedding availability.
294 B
294 B
Claude Instructions
- CLI Tools Usage: @~/.claude/workflows/cli-tools-usage.md
- Coding Philosophy: @~/.claude/workflows/coding-philosophy.md
- Context Requirements: @~/.claude/workflows/context-requirements.md
- File Modification: @~/.claude/workflows/file-modification.md