truecourse 0.6.0-next.9 → 0.6.0-next14
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 +1 -1
- package/cli.mjs +2030 -906
- package/package.json +1 -1
- package/server.mjs +2128 -1012
package/README.md
CHANGED
|
@@ -366,7 +366,7 @@ Patterns are anchored to the file's location, so `src/generated/` matches the to
|
|
|
366
366
|
|
|
367
367
|
## Telemetry
|
|
368
368
|
|
|
369
|
-
TrueCourse collects anonymous usage data
|
|
369
|
+
TrueCourse collects anonymous usage data to improve the product — one event per command (`analyze`, `spec_scan`, `contracts_generate`, `verify`, `infer`), each carrying only coarse, bucketed counts (file/artifact/drift/decision *ranges*, duration range), the surface (CLI vs dashboard), OS, and tool version. No source code, file paths, identities, or violation/drift details are collected. It is automatically disabled in CI environments.
|
|
370
370
|
|
|
371
371
|
```bash
|
|
372
372
|
truecourse telemetry status # Check telemetry status
|