ccqa 1.0.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/dist/bin/ccqa.mjs +2059 -1461
- package/dist/hub-client/index.d.mts +10 -0
- package/dist/hub-client/index.mjs +25 -0
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -112,6 +112,9 @@ self-hosted server (or use the bundled `docker-compose.yaml`). Pushing
|
|
|
112
112
|
reports to it gives your team:
|
|
113
113
|
|
|
114
114
|
- a dashboard of runs, with per-step screenshots
|
|
115
|
+
- a browsable inventory of what is tested
|
|
116
|
+
([perspectives](./docs/spec.md#inventory-coverage-with-perspectives)),
|
|
117
|
+
kept fresh automatically by `record`/`generate`
|
|
115
118
|
- triage grading — mark each failure call right or wrong; the hub learns
|
|
116
119
|
from the grades
|
|
117
120
|
- one place for shared sessions, variables, and learned prompts — CI
|