Skip to content

[Bug] team-pack overrides not working #19

@jaymegordo

Description

@jaymegordo

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

Image

Environment

  • OS: [macOS 26]
  • Node.js version: [e.g., 20.10.0]
  • cc-mirror version: [latest]
  • Provider: [e.g., zai, minimax, openrouter, ccrouter]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions