Description
CAIMS needs a command-line interface to run scoring benchmarks without the web UI. This would allow developers to test scoring locally and in CI/CD pipelines.
What to do
- Create
apps/cli/ directory with a basic Node.js CLI setup
-
- Implement a
caims score command that takes a prompt and returns the 5-KPI scores
-
- Use the same scoring engine from
apps/web/lib/scorers/
-
- Add colored terminal output for scores
-
- Add
--json flag for machine-readable output
Skills needed
- TypeScript / Node.js
-
- CLI development (commander or yargs)
References
- Scoring engine:
apps/web/lib/scorers/scoring-engine.ts
Description
CAIMS needs a command-line interface to run scoring benchmarks without the web UI. This would allow developers to test scoring locally and in CI/CD pipelines.
What to do
apps/cli/directory with a basic Node.js CLI setupcaims scorecommand that takes a prompt and returns the 5-KPI scoresapps/web/lib/scorers/--jsonflag for machine-readable outputSkills needed
References
apps/web/lib/scorers/scoring-engine.ts