Refactor code structure for improved readability and maintainability

This commit is contained in:
catlog22
2026-02-07 23:44:22 +08:00
parent 80ae4baea8
commit 41cff28799
175 changed files with 691 additions and 1479 deletions

View File

@@ -955,10 +955,10 @@ export function updateCodeIndexMcp(
// Determine target file based on provider
const targetFile = provider === 'ace'
? '@~/.claude/workflows/context-tools-ace.md'
? '@~/.ccw/workflows/context-tools-ace.md'
: provider === 'none'
? '@~/.claude/workflows/context-tools-none.md'
: '@~/.claude/workflows/context-tools.md';
? '@~/.ccw/workflows/context-tools-none.md'
: '@~/.ccw/workflows/context-tools.md';
if (!fs.existsSync(globalClaudeMdPath)) {
// If global CLAUDE.md doesn't exist, check project-level

View File

@@ -2,7 +2,7 @@
* Template Discovery Module
*
* Provides auto-discovery and loading of CLI templates from
* ~/.claude/workflows/cli-templates/
* ~/.ccw/workflows/cli-templates/
*
* Features:
* - Scan prompts/ directory (flat structure with category-function.txt naming)