Commit Graph

61 Commits

Author SHA1 Message Date
Vicky Tam
e6eb002311 feat: add MuseScore 4 CLI wrapper for music notation
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.
2026-03-22 02:34:44 +09:00
sehawq
e2e7c4105f fix: correct README totals to 1,839 matching individual entry sum 2026-03-19 14:43:14 +03:00
sehawq
50eb3e52b3 fix: restore adguardhome entries in .gitignore and README, add ollama alongside 2026-03-19 14:31:34 +03:00
Ömer
45cfa1e66d Merge branch 'main' into codex/ollama-harness 2026-03-19 00:52:58 +03:00
yuhao
96f4b0eef5 merge: resolve README conflicts, update counts, add adguardhome to registry
- 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>
2026-03-18 17:36:36 +00:00
PYXL
d5e999029d Merge branch 'main' into feat/adguardhome-clean 2026-03-18 15:46:14 +01:00
sehawq
36e6a6a0ed feat: add ollama agent harness 2026-03-18 13:10:51 +03:00
cnfjlhj
ffb7395f1a merge: sync feat/add-mubu-harness with upstream main 2026-03-18 17:59:31 +08:00
liuche
54f78f65d2 docs: trim notebooklm readme mentions 2026-03-18 15:30:14 +08:00
cnfjlhj
6d1ae1c863 feat(mubu): add mubu agent harness 2026-03-18 12:18:31 +08:00
liuche
d7f38c54e3 Merge origin/main into notebooklm-agent-harness-scaffold 2026-03-18 08:53:00 +08:00
liuche
8e93f3bf42 docs: surface notebooklm harness and trim PR scope 2026-03-18 08:50:47 +08:00
pyxl
eaf43c5f56 fix: restore README em-dashes, keep only AdGuardHome additions
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>
2026-03-17 19:23:42 +01:00
pyxl
b5a118e426 fix: address code review feedback on PR #65 (AdGuardHome CLI)
- 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>
2026-03-17 19:21:53 +01:00
yuhao
bae4e0ffda launching CLI-Hub 2026-03-17 15:39:45 +00:00
Yuhao
9997438eec Merge pull request #84 from sehawq/codex/goose-docs
Docs: add Goose Desktop/CLI usage
2026-03-16 17:50:38 +08:00
yuhao
2b46c51463 docs: refactor News section style and add SKILL.md update
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.
2026-03-16 09:48:59 +00:00
sehawq
72b833422d docs: tag goose as community and experimental 2026-03-16 12:47:59 +03:00
yuhao
11acc2c66c Merge remote-tracking branch 'origin/main' into feature/skill-generation
# Conflicts:
#	.gitignore
#	blender/agent-harness/setup.py
2026-03-16 09:37:34 +00:00
yuhao
248d0d2f55 docs: mention SKILL.md in 'Use the Generated CLI' section
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>
2026-03-16 09:34:10 +00:00
yuhao
1db1622156 refactor: move SKILL.md inside Python package for pip install support
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>
2026-03-16 09:06:31 +00:00
yuhao
f73833d15a refactor: rename skill files to SKILL.md, drop software prefix from filename
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>
2026-03-16 08:39:51 +00:00
yuhao
3b6bf29bd8 Merge main into feat/comfyui-harness, resolve README.md conflicts
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>
2026-03-16 07:52:07 +00:00
getmored-create
b7186f82ff Add Mermaid Live Editor harness 2026-03-16 13:08:53 +09:00
Andrew Barnes
a6cc783dd7 docs: add ComfyUI harness to README
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>
2026-03-15 12:32:58 -04:00
sehawq
c8586ed1f1 Docs: add Goose Desktop/CLI usage 2026-03-15 18:43:22 +03:00
yuhao
1f7dd63f91 update readme 2026-03-15 15:10:13 +00:00
Yuhao
84396592a9 Merge pull request #79 from sjhddh/fix-docs-opencode
docs: fix opencode commands typo and add native OpenClaw instructions
2026-03-15 23:01:41 +08:00
yuhao
81359388bf update readme 2026-03-15 14:33:42 +00:00
7. Sun
e29550dd3e docs: fix opencode command typo and officially document OpenClaw integration 2026-03-15 08:09:16 +00:00
sehawq
0164356bf7 docs: note OpenCode version requirement 2026-03-14 13:23:49 +03:00
Yuhao
0b93c14262 Merge pull request #62 from eltociear/add-ja-doc
docs: add Japanese README
2026-03-14 13:26:20 +08:00
sehawq
ec52653005 docs: add Windows bash/cygpath note 2026-03-13 23:28:11 +03:00
Ikko Ashimine
54637f47b1 docs: add Japanese README 2026-03-13 23:40:51 +09:00
0xCyberBerserker
230ec1f055 feat(codex-skill): add windows install script
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.
2026-03-13 04:48:44 +01:00
shengwei.psw
7da1cf48fa fix: add community contribution label to Qodercli section
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 10:51:50 +08:00
panxiaojun233
74668461d7 Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-12 19:46:32 +08:00
shengwei.psw
609b6e293d fix: add missing <details> tag for Codex section in READMEs
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>
2026-03-12 19:41:26 +08:00
panxiaojun233
27bb3f88cf Merge branch 'main' into feat/qodercli-plugin-support 2026-03-12 19:20:25 +08:00
shengwei.psw
52dc2fb7de refactor: move Qodercli setup script to dedicated qoder-plugin/ directory
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>
2026-03-12 18:57:45 +08:00
Yuhao
87f153ad03 Merge pull request #38 from morty-z/codex/add-codex-skill
Add Codex skill integration
2026-03-12 16:03:42 +08:00
yuhao
359f64a9f6 update limitations 2026-03-12 07:57:06 +00:00
morty
73263011df docs: mark Codex integration as experimental community support 2026-03-12 15:41:51 +08:00
yuhao
5b01c3004c update readme 2026-03-12 07:29:42 +00:00
shengwei.psw
05a4318a9e Revert "feat: add Qodercli skill support for CLI-Anything"
This reverts commit 8a9a071de6.
2026-03-12 13:53:40 +08:00
shengwei.psw
8a9a071de6 feat: add Qodercli skill support for CLI-Anything
- 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>
2026-03-12 11:36:25 +08:00
morty
e81607efec Add Codex skill integration 2026-03-12 11:08:52 +08:00
yuhao
b8ee6ad450 support opencode; update readme 2026-03-11 16:27:02 +00:00
Xilonng Zhang
2e5baccfd4 Merge branch 'main' into feature/add-zoom-harness 2026-03-11 13:27:13 +08:00
Xilonng Zhang
c36dd4be98 feat: add zoom harness 2026-03-11 13:12:36 +08:00