opencodecommit 1.7.2 → 1.9.2
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
CHANGED
|
@@ -70,7 +70,10 @@ CI and local scanning:
|
|
|
70
70
|
```bash
|
|
71
71
|
occ scan --format text
|
|
72
72
|
occ scan --format sarif --output occ-scan.sarif
|
|
73
|
-
occ guard install
|
|
73
|
+
occ guard install
|
|
74
|
+
occ git commit -m "manual draft"
|
|
75
|
+
occ evidence install --profile samd
|
|
76
|
+
occ evidence snapshot
|
|
74
77
|
```
|
|
75
78
|
|
|
76
79
|
## What You Get
|
|
@@ -79,6 +82,8 @@ occ guard install --global
|
|
|
79
82
|
- Branch names, PR drafts, and changelog entries from the same context pipeline.
|
|
80
83
|
- A terminal TUI with backend picks, diff view, output panels, and file staging.
|
|
81
84
|
- Local sensitive-content scanning with `warn`, `block-*`, and `strict-*` enforcement modes.
|
|
85
|
+
- A repo-local Git guard that routes raw `git commit` messages through OCC using `prepare-commit-msg`.
|
|
86
|
+
- Optional repo-local evidence sidecars for `samd` and all-in `defence` profiles, referenced by compact `OCC-Evidence` trailers.
|
|
82
87
|
- CI output as text, JSON, SARIF, or GitHub annotations.
|
|
83
88
|
- Built-in language templates for English, Finnish, Japanese, Chinese, Spanish, Portuguese, French, Korean, Russian, Vietnamese, and German.
|
|
84
89
|
|
package/package.json
CHANGED
|
Binary file
|
package/platforms/darwin-x64/occ
CHANGED
|
Binary file
|
|
Binary file
|
package/platforms/linux-x64/occ
CHANGED
|
Binary file
|
|
Binary file
|