Skip to content

[Good First Issue] Create a CLI tool for running scoring benchmarks #5

@pixelstrade-dev

Description

@pixelstrade-dev

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

  1. Create apps/cli/ directory with a basic Node.js CLI setup
    1. Implement a caims score command that takes a prompt and returns the 5-KPI scores
    1. Use the same scoring engine from apps/web/lib/scorers/
    1. Add colored terminal output for scores
    1. 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

Metadata

Metadata

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions