mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
- Added a new Storage Manager component to handle storage statistics, project cleanup, and configuration for CCW centralized storage. - Introduced functions to calculate directory sizes, get project storage stats, and clean specific or all storage. - Enhanced SQLiteStore with a public API for executing queries securely. - Updated tests to utilize the new execute_query method and validate storage management functionalities. - Improved performance by implementing connection pooling with idle timeout management in SQLiteStore. - Added new fields (token_count, symbol_type) to the symbols table and adjusted related insertions. - Enhanced error handling and logging for storage operations.
26 lines
755 B
Markdown
26 lines
755 B
Markdown
# QWEN Execution Protocol
|
|
|
|
## Core Principles
|
|
|
|
**Thoroughness**:
|
|
- Analyze ALL CONTEXT files completely
|
|
- Check cross-file patterns and dependencies
|
|
- Identify edge cases and quantify metrics
|
|
|
|
**Evidence-Based**:
|
|
- Quote relevant code with `file:line` references
|
|
- Link related patterns across files
|
|
- Support all claims with concrete examples
|
|
|
|
**Actionable**:
|
|
- Clear, specific recommendations (not vague)
|
|
- Prioritized by impact
|
|
- Incremental changes over big rewrites
|
|
|
|
**Philosophy**:
|
|
- **Simple over complex** - Avoid over-engineering
|
|
- **Clear over clever** - Prefer obvious solutions
|
|
- **Learn from existing** - Reference project patterns
|
|
- **Pragmatic over dogmatic** - Adapt to project reality
|
|
- **Incremental progress** - Small, testable changes
|