@getcodesentinel/codesentinel 1.10.0 → 1.11.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 +1 -0
- package/dist/index.js +271 -89
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -324,6 +324,7 @@ Exit codes:
|
|
|
324
324
|
Text/markdown output includes:
|
|
325
325
|
|
|
326
326
|
- repository score and risk band (`low|moderate|elevated|high|very_high`)
|
|
327
|
+
- repository dimension scores (`structural`, `evolution`, `external`, `interactions`) as `0-100`
|
|
327
328
|
- plain-language primary drivers
|
|
328
329
|
- concrete evidence values behind those drivers
|
|
329
330
|
- intersected signals (composite interaction terms)
|