First music notation tool in the CLI-Anything ecosystem. Wraps MuseScore 4's
mscore backend following the HARNESS.md 7-phase methodology.
Supports: transpose (by key/interval/diatonic), export (PDF/PNG/SVG/MP3/FLAC/
WAV/MIDI/MusicXML/Braille), part extraction, instrument management, score
analysis (probe/diff/stats), and interactive REPL with undo/redo.
56 tests (39 unit + 17 E2E) — all passing on macOS with MuseScore 4.6.5.
- Resolve merge conflict in README.md test badge (1,684 → 1,720)
- Update all app/demo counts from 14 → 16 to reflect all CLIs in registry
- Update test counts: 1,247 unit + 473 e2e = 1,720 total
- Add AdGuardHome entry to registry.json with contributor info (pyxl-dev)
- Add contributor/contributor_url fields to all registry entries
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Reverts all unintended em-dash → hyphen replacements introduced in
previous commits. README is now restored from upstream (e0dd643) with
only the three AdGuardHome-related additions: badge count update,
categories table row, and project structure entry.
Addresses review feedback from yuh-yang on PR #65.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Fix REPL argument parsing: use shlex.split() instead of str.split()
so quoted args like --name "My PC" are handled correctly
- Fix config save: respect --config path by storing config_path in
ctx.obj and passing it through to save_config()
- Fix HTTPS persistence: load_config() now reads 'https' key from
saved config files (default False)
- docs: add AdGuardHome to README (badge 12 Apps, category table,
project tree) per yuh-yang's request
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replace table format with bullet-list style. Add 2026-03-16 entry
for SKILL.md generation feature. Collapse older entries under
a details/summary block.
Link to the SKILL.md Generation section and explain that pip install
makes the skill file auto-discoverable in the REPL banner.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Move skills/SKILL.md from the harness root into
cli_anything/<software>/skills/SKILL.md so it is installed alongside the
package via pip. Add package_data to all 11 setup.py files. Make
ReplSkin auto-detect the skill file relative to its own __file__
location, removing the need for an explicit skill_path argument.
Update HARNESS.md, cli-anything.md, plugin README, and main README.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Standardize skill file naming from <software>_SKILL.md to SKILL.md across
all 11 harnesses. Update skill_generator.py, HARNESS.md, repl_skin.py,
cli-anything.md, and plugin README.md to reference the new path. Add
SKILL.md generation section to main README.md and mark roadmap item done.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Accumulate counts: 13 apps, 1,588 tests (1,138 unit + 450 e2e).
Include both ComfyUI (from PR) and Mermaid (from main) in project structure.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add ComfyUI (70 tests: 60 unit + 10 e2e) to the demonstrations table,
test results summary, and project structure tree. Update all counts
from 11→12 apps and 1,508→1,578 tests.
Signed-off-by: Andrew Barnes <andrew.jaguars@gmail.com>
Add a PowerShell installer for the bundled Codex skill so Windows users can install it without relying on bash. Update the English and Chinese README instructions to document the PowerShell command alongside the existing shell installer.
The Qodercli section insertion broke the Codex section's collapsible
<details> structure in both README files. This adds the missing opening
<details> tag before the Codex <summary> element.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Per code review feedback: cli-anything-plugin/ should only contain
Claude Code related files. Created new top-level qoder-plugin/
directory following the same organization pattern as opencode-commands/.
Changes:
- Create qoder-plugin/ directory with setup-qodercli.sh
- Update script's PLUGIN_DIR to resolve to ../cli-anything-plugin
- Add Qodercli platform section to README.md and README_CN.md
- Update .gitignore to track qoder-plugin/
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add qodercli-skill/SKILL.md with build/refine/test/validate modes
- Add qodercli-skill/scripts/install.sh for local installation
- Update .gitignore to track qodercli-skill/
- Add Qodercli section to README.md and README_CN.md
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>