| Name | Modified | Size | Downloads / 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_DIRenv 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-runoptions - Cross-team view:
--allflag to see tasks across all teams - JSON output:
--jsonflag 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 mcnow works correctly)
Full Changelog
https://github.com/numman-ali/cc-mirror/compare/v1.3.0...v1.4.0