mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-06 01:54:11 +08:00
- Added a cleanup function to reset the state when navigating away from the graph explorer. - Updated navigation logic to call the cleanup function before switching views. - Improved internationalization by adding new translations for graph-related terms. - Adjusted icon sizes for better UI consistency in the graph explorer. - Implemented impact analysis button functionality in the graph explorer. - Refactored CLI tool configuration to use updated model names. - Enhanced CLI executor to handle prompts correctly for codex commands. - Introduced code relationship storage for better visualization in the index tree. - Added support for parsing Markdown and plain text files in the symbol parser. - Updated tests to reflect changes in language detection logic.
32 lines
371 B
Plaintext
32 lines
371 B
Plaintext
# History and temp files
|
|
.history
|
|
*.tmp
|
|
*.log
|
|
|
|
# Node modules
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Package files
|
|
*.tgz
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
.env
|
|
settings.local.json
|
|
.workflow
|
|
version.json
|
|
ref
|
|
COMMAND_FLOW_STANDARD.md
|
|
COMMAND_TEMPLATE_EXECUTOR.md
|
|
COMMAND_TEMPLATE_ORCHESTRATOR.md
|
|
*.pyc
|
|
.codexlens/
|
|
settings.json
|
|
*.mcp.json
|
|
.mcp.json
|