Files
Claude-Code-Workflow/.claude/python_script/cache/file_index.json
catlog22 fc6e851230 refactor: Update workflow plan system and template organization
- Remove --analyze|--deep parameters from plan.md, use default analysis
- Change .analysis to .process directory structure for better organization
- Create ANALYSIS_RESULTS.md template focused on verified results
- Add .process folder to workflow-architecture.md file structure
- Template emphasizes verification of files, methods, and commands
- Prevent execution errors from non-existent references

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-18 16:26:50 +08:00

276 lines
9.4 KiB
JSON

{
"stats": {
"total_files": 26,
"total_tokens": 56126,
"total_size": 246519,
"categories": {
"code": 21,
"config": 3,
"docs": 1,
"other": 1
},
"last_updated": 1758177270.9103189
},
"files": {
"analyzer.py": {
"path": "D:\\Claude_dms3\\.claude\\python_script\\analyzer.py",
"relative_path": "analyzer.py",
"size": 12595,
"modified_time": 1758175179.730658,
"extension": ".py",
"category": "code",
"estimated_tokens": 3072,
"content_hash": "3fb090745b5080e0731e7ef3fc94029d"
},
"cli.py": {
"path": "D:\\Claude_dms3\\.claude\\python_script\\cli.py",
"relative_path": "cli.py",
"size": 8329,
"modified_time": 1758177193.3710027,
"extension": ".py",
"category": "code",
"estimated_tokens": 2030,
"content_hash": "b9f0b5d6a154cf51c8665b2344c9faf8"
},
"config.yaml": {
"path": "D:\\Claude_dms3\\.claude\\python_script\\config.yaml",
"relative_path": "config.yaml",
"size": 4317,
"modified_time": 1758163450.6223683,
"extension": ".yaml",
"category": "config",
"estimated_tokens": 1040,
"content_hash": "b431b73dfa86ff83145468bbf4422a79"
},
"indexer.py": {
"path": "D:\\Claude_dms3\\.claude\\python_script\\indexer.py",
"relative_path": "indexer.py",
"size": 7776,
"modified_time": 1758177151.2160237,
"extension": ".py",
"category": "code",
"estimated_tokens": 1893,
"content_hash": "f88b5e5bffce26f3170974df2906aac3"
},
"install.sh": {
"path": "D:\\Claude_dms3\\.claude\\python_script\\install.sh",
"relative_path": "install.sh",
"size": 5236,
"modified_time": 1758161898.317552,
"extension": ".sh",
"category": "code",
"estimated_tokens": 1262,
"content_hash": "cc3a9121a0b8281457270f30ad76f5f6"
},
"requirements.txt": {
"path": "D:\\Claude_dms3\\.claude\\python_script\\requirements.txt",
"relative_path": "requirements.txt",
"size": 495,
"modified_time": 1758164967.7707567,
"extension": ".txt",
"category": "docs",
"estimated_tokens": 118,
"content_hash": "aea2ba14dfa7b37b1dde5518de87d956"
},
"setup.py": {
"path": "D:\\Claude_dms3\\.claude\\python_script\\setup.py",
"relative_path": "setup.py",
"size": 2860,
"modified_time": 1758177212.9095325,
"extension": ".py",
"category": "code",
"estimated_tokens": 692,
"content_hash": "609abf8b9c84a09f6a59d5815eb90bc5"
},
"__init__.py": {
"path": "D:\\Claude_dms3\\.claude\\python_script\\__init__.py",
"relative_path": "__init__.py",
"size": 1065,
"modified_time": 1758177224.8017242,
"extension": ".py",
"category": "code",
"estimated_tokens": 257,
"content_hash": "47368b235086fc0c75ba34a824c58506"
},
"cache\\embeddings.pkl": {
"path": "D:\\Claude_dms3\\.claude\\python_script\\cache\\embeddings.pkl",
"relative_path": "cache\\embeddings.pkl",
"size": 35109,
"modified_time": 1758175163.6754165,
"extension": ".pkl",
"category": "other",
"estimated_tokens": 4713,
"content_hash": "b8ed5c068acd5ed52ba10839701a5a24"
},
"cache\\embedding_index.json": {
"path": "D:\\Claude_dms3\\.claude\\python_script\\cache\\embedding_index.json",
"relative_path": "cache\\embedding_index.json",
"size": 5589,
"modified_time": 1758175163.6764157,
"extension": ".json",
"category": "config",
"estimated_tokens": 1358,
"content_hash": "5c2ba41b1b69ce19d2fc3b5854f6ee53"
},
"cache\\file_index.json": {
"path": "D:\\Claude_dms3\\.claude\\python_script\\cache\\file_index.json",
"relative_path": "cache\\file_index.json",
"size": 12164,
"modified_time": 1758165699.0883024,
"extension": ".json",
"category": "config",
"estimated_tokens": 2957,
"content_hash": "73563db28a2808aa28544c0275b97f94"
},
"core\\config.py": {
"path": "D:\\Claude_dms3\\.claude\\python_script\\core\\config.py",
"relative_path": "core\\config.py",
"size": 12266,
"modified_time": 1758164531.5934324,
"extension": ".py",
"category": "code",
"estimated_tokens": 2985,
"content_hash": "d85aedc01a528b486d41acbd823181d7"
},
"core\\context_analyzer.py": {
"path": "D:\\Claude_dms3\\.claude\\python_script\\core\\context_analyzer.py",
"relative_path": "core\\context_analyzer.py",
"size": 15002,
"modified_time": 1758164846.7665854,
"extension": ".py",
"category": "code",
"estimated_tokens": 3661,
"content_hash": "677903b5aaf3db13575ca1ca99ec7c16"
},
"core\\embedding_manager.py": {
"path": "D:\\Claude_dms3\\.claude\\python_script\\core\\embedding_manager.py",
"relative_path": "core\\embedding_manager.py",
"size": 17271,
"modified_time": 1758166063.1635072,
"extension": ".py",
"category": "code",
"estimated_tokens": 4204,
"content_hash": "d8f52cb93140a46fe3d22d465ec01b22"
},
"core\\file_indexer.py": {
"path": "D:\\Claude_dms3\\.claude\\python_script\\core\\file_indexer.py",
"relative_path": "core\\file_indexer.py",
"size": 14484,
"modified_time": 1758164612.5888917,
"extension": ".py",
"category": "code",
"estimated_tokens": 3525,
"content_hash": "1518d309108f3300417b65f6234241d1"
},
"core\\gitignore_parser.py": {
"path": "D:\\Claude_dms3\\.claude\\python_script\\core\\gitignore_parser.py",
"relative_path": "core\\gitignore_parser.py",
"size": 6757,
"modified_time": 1758164472.643646,
"extension": ".py",
"category": "code",
"estimated_tokens": 1644,
"content_hash": "9cd97725576727080aaafd329d9ce2c4"
},
"core\\path_matcher.py": {
"path": "D:\\Claude_dms3\\.claude\\python_script\\core\\path_matcher.py",
"relative_path": "core\\path_matcher.py",
"size": 19568,
"modified_time": 1758166045.8395746,
"extension": ".py",
"category": "code",
"estimated_tokens": 4767,
"content_hash": "f1dc44dc3ed67f100770aea40197623f"
},
"core\\__init__.py": {
"path": "D:\\Claude_dms3\\.claude\\python_script\\core\\__init__.py",
"relative_path": "core\\__init__.py",
"size": 712,
"modified_time": 1758164419.4437866,
"extension": ".py",
"category": "code",
"estimated_tokens": 172,
"content_hash": "b25991cb8d977021362f45e121e89de7"
},
"tools\\module_analyzer.py": {
"path": "D:\\Claude_dms3\\.claude\\python_script\\tools\\module_analyzer.py",
"relative_path": "tools\\module_analyzer.py",
"size": 14273,
"modified_time": 1758164687.488236,
"extension": ".py",
"category": "code",
"estimated_tokens": 3476,
"content_hash": "b958ec7ed264242f2bb30b1cca66b144"
},
"tools\\tech_stack.py": {
"path": "D:\\Claude_dms3\\.claude\\python_script\\tools\\tech_stack.py",
"relative_path": "tools\\tech_stack.py",
"size": 7576,
"modified_time": 1758164695.643722,
"extension": ".py",
"category": "code",
"estimated_tokens": 1843,
"content_hash": "f391a45d8254f0c4f4f789027dd69afc"
},
"tools\\workflow_updater.py": {
"path": "D:\\Claude_dms3\\.claude\\python_script\\tools\\workflow_updater.py",
"relative_path": "tools\\workflow_updater.py",
"size": 9577,
"modified_time": 1758164703.2230499,
"extension": ".py",
"category": "code",
"estimated_tokens": 2334,
"content_hash": "526edf0cfbe3c2041135eace9f89ef13"
},
"tools\\__init__.py": {
"path": "D:\\Claude_dms3\\.claude\\python_script\\tools\\__init__.py",
"relative_path": "tools\\__init__.py",
"size": 329,
"modified_time": 1758165927.9923615,
"extension": ".py",
"category": "code",
"estimated_tokens": 79,
"content_hash": "139aa450d7511347cc6799c471eac745"
},
"utils\\cache.py": {
"path": "D:\\Claude_dms3\\.claude\\python_script\\utils\\cache.py",
"relative_path": "utils\\cache.py",
"size": 12067,
"modified_time": 1758164781.2914226,
"extension": ".py",
"category": "code",
"estimated_tokens": 2929,
"content_hash": "39e49b731d601fafac74e96ed074e654"
},
"utils\\colors.py": {
"path": "D:\\Claude_dms3\\.claude\\python_script\\utils\\colors.py",
"relative_path": "utils\\colors.py",
"size": 6959,
"modified_time": 1758165650.9865932,
"extension": ".py",
"category": "code",
"estimated_tokens": 1678,
"content_hash": "8bb57134555d8fb07d2e351d4e100f0f"
},
"utils\\io_helpers.py": {
"path": "D:\\Claude_dms3\\.claude\\python_script\\utils\\io_helpers.py",
"relative_path": "utils\\io_helpers.py",
"size": 13773,
"modified_time": 1758164823.513003,
"extension": ".py",
"category": "code",
"estimated_tokens": 3349,
"content_hash": "aa54747c49319cc2c90c0544c668009a"
},
"utils\\__init__.py": {
"path": "D:\\Claude_dms3\\.claude\\python_script\\utils\\__init__.py",
"relative_path": "utils\\__init__.py",
"size": 370,
"modified_time": 1758164433.7142198,
"extension": ".py",
"category": "code",
"estimated_tokens": 88,
"content_hash": "62ec4a34f1643a23c79207061bdb8d49"
}
}
}