Commit Graph

3 Commits

Author SHA1 Message Date
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