Download Latest Version v1.6.6 source code.tar.gz (844.2 kB)
Email in envelope

Get an email when there's a new version of CC Mirror

Home / v1.4.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-01-05 1.5 kB
v1.4.0 - Tasks CLI source code.tar.gz 2026-01-05 824.0 kB
v1.4.0 - Tasks CLI source code.zip 2026-01-05 944.3 kB
Totals: 3 Items   1.8 MB 0

Tasks CLI for Team Mode Management

Comprehensive command-line interface for managing team tasks outside of Claude Code.

New Commands

:::bash
cc-mirror tasks               # List open tasks
cc-mirror tasks show <id>     # Show task details
cc-mirror tasks create        # Create new task
cc-mirror tasks update <id>   # Update task status/comments
cc-mirror tasks delete <id>   # Permanently delete task
cc-mirror tasks archive <id>  # Archive task (preserves history)
cc-mirror tasks clean         # Bulk cleanup resolved/old tasks
cc-mirror tasks graph         # Visualize task dependencies

Features

  • Smart auto-detection: Automatically detects variant and team from CLAUDE_CONFIG_DIR env var
  • Archive support: Move tasks to archive/ folder instead of permanent deletion
  • Dependency graph: ASCII visualization of task blocking relationships
  • Bulk cleanup: --resolved, --older-than <days>, --dry-run options
  • Cross-team view: --all flag to see tasks across all teams
  • JSON output: --json flag for scripting

New Skill

The task-manager skill is now auto-installed when team mode is enabled. This teaches agents about the CLI for cleanup and visualization tasks.

Bug Fixes

  • Fixed args parser consuming next argument for boolean flags (--dry-run --variant mc now works correctly)

Full Changelog

https://github.com/numman-ali/cc-mirror/compare/v1.3.0...v1.4.0

Source: README.md, updated 2026-01-05