7 Commits

Author SHA1 Message Date
yuhao
99f92f0525 WIP transfer root-skills and hub updates 2026-04-18 10:12:58 +00:00
Ryohei Sasaki
3702ff029f fix(cloudanalyzer): address code review findings
- Remove unused imports (load_project, save_project, etc.)
- Use shlex.split() in REPL for proper quoted-path handling
- Pass json_mode to _error() in REPL for consistent JSON errors
- Add --trajectory-reference to inspect web/web-export commands
- Add --heatmap/--trajectory to web-export command
- Validate --history/--history-dir in baseline decision (fail fast)
- Combine --history and --history-dir instead of ignoring one
- Add JSON validation with clear errors in baseline_decision backend
- Add try/except to info version command
- Pass --plot to backend instead of post-hoc dict mutation
2026-04-08 07:20:04 +09:00
Ryohei Sasaki
dbce794db4 fix(cloudanalyzer): align command counts to 27 in SKILL.md header and README trajectory row 2026-04-08 05:57:35 +09:00
Ryohei Sasaki
a75b174c08 fix(cloudanalyzer): address harness review (backend guard, docs, README, e2e skips)
Made-with: Cursor
2026-04-08 05:56:23 +09:00
Ryohei Sasaki
d73c588078 Fix license classifier to MIT (matching CloudAnalyzer) 2026-04-08 05:55:52 +09:00
Ryohei Sasaki
9412347b09 Fix self-review issues: add missing CLI commands, clean unused imports
- Add all missing CLI commands: evaluate batch/pipeline, trajectory
  batch/run-evaluate, process sample/filter/merge/convert, inspect
  view/web/web-export (now matches SKILL.md documentation)
- Remove unused imports (sys, tempfile, subprocess)
- Remove unused variable (project in session_new)
- Fix license to GPL-3.0 to match CLI-Anything repo
2026-04-08 05:55:52 +09:00
Ryohei Sasaki
04ad941861 Add CloudAnalyzer agent harness
CloudAnalyzer is a QA platform for mapping, localization, and
perception point cloud outputs with 32 CLI commands.

Unlike other harnesses, the backend imports CloudAnalyzer's Python
API directly (no subprocess needed). Includes Click CLI with --json
on all commands, project/session management, REPL, SKILL.md, and
unit + E2E tests (14 passed).
2026-04-08 05:55:52 +09:00