Describe the Bug
I don't think the team-pack prompt overrides are working, unless I'm doing something wrong.
- using cc-mirror with mclaude
- looking in
~/.cc-mirror/mclaude/tweakcc/system-prompts/ but don't see the "override" files like tool-description-taskupdate.md or tool-description-tasklist.md
|
export const TEAM_PACK_FILES = [ |
|
{ source: 'tasklist.md', target: 'tool-description-tasklist.md' }, |
|
{ source: 'taskupdate.md', target: 'tool-description-taskupdate.md' }, |
|
{ source: 'task-extra-notes.md', target: 'agent-prompt-task-tool-extra-notes.md' }, |
|
{ source: 'task-management-note.md', target: 'system-prompt-task-management-note.md' }, |
|
{ source: 'orchestration-skill.md', target: 'system-prompt-orchestration-skill.md' }, |
|
{ source: 'skill-tool-override.md', target: 'tool-description-skill.md' }, |
|
]; |
|
|
|
/** |
|
* Copy team pack prompt files to the tweakcc system-prompts directory |
|
*/ |
|
export const copyTeamPackPrompts = (systemPromptsDir: string): string[] => { |
|
const copied: string[] = []; |
- when I ask mclaude what its
tool-description-skill says, it doesn't have the exact text from src/team-pack/skill-tool-override.md, but it does have the available_skills template stuff filled in
|
**CRITICAL: You MUST load the \`orchestration\` skill as your FIRST action in EVERY conversation before doing anything else. This is not optional.** |
Screenshots
Environment
- OS: [macOS 26]
- Node.js version: [e.g., 20.10.0]
- cc-mirror version: [latest]
- Provider: [e.g., zai, minimax, openrouter, ccrouter]
Describe the Bug
I don't think the team-pack prompt overrides are working, unless I'm doing something wrong.
~/.cc-mirror/mclaude/tweakcc/system-prompts/but don't see the "override" files liketool-description-taskupdate.mdortool-description-tasklist.mdcc-mirror/src/team-pack/index.ts
Lines 14 to 27 in e1a635e
tool-description-skillsays, it doesn't have the exact text fromsrc/team-pack/skill-tool-override.md, but it does have theavailable_skillstemplate stuff filled incc-mirror/src/team-pack/skill-tool-override.md
Line 13 in e1a635e
Screenshots
Environment