Documentation
¶
Overview ¶
assessCmd is the scoring workflow surface for COMPASS-RICE: list/show the current assessment corpus, import an LLM judge's output, or set human-entered evidence directly. All are thin wrappers over compassbridge/store -- the actual scoring/normalization/gating logic lives in the library layer (compassbridge, prism-roadmap/assessment, omniroadmap/compile), not here.
Command omniroadmap is a thin CLI over the omniroadmap library layer: sync providers into the Dolt-backed canonical store, initialize the database, and report sync status.
moscowCmd views and sets an opportunity's MoSCoW tier -- always resolved from evidence-backed ladder answers (assessment.ResolveMoSCoWPriority), never assigned as a bare tier.
profileCmd manages the two-phase (LLM-proposed, PM-confirmed) COMPASS-RICE profile assignment lifecycle -- thin wrappers over compassbridge/review; see review.EditProfile for the persistence contract.