- New cli-anything-krita harness with full project/layer/filter/export/session management
- Click-based CLI with REPL, --json output, and undo/redo support
- Generates valid .kra (ZIP) files and invokes real Krita for export
- 45 tests passing (36 unit + 9 E2E including subprocess tests)
- SKILL.md for AI agent discoverability
- Fix: add YAML frontmatter to cli-anything-plugin commands for Claude Code discovery
- Add marketplace.json for local plugin installation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Previously --depth 2 only scanned exactly 2 levels deep, missing
tools at depth 1. Now it scans all depths from 0 to N inclusive.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add --depth option to limit how many directory levels to search
- depth=0 scans only current directory, depth=1 scans one level deep, etc.
- Default is unlimited depth (recursive ** glob)
- Helps control scan time in large directory structures
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The setup.py file is in agent-harness/, not cli_anything/. Fixed the
path calculation to correctly extract version info.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add new command to list all available CLI-Anything tools.
Supports both installed and generated CLIs with table/JSON output.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>