opencodecommit 1.7.2 → 1.9.3

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 --global
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencodecommit",
3
- "version": "1.7.2",
3
+ "version": "1.9.3",
4
4
  "description": "AI commit, branch, PR, changelog, and CI scan tooling for CLI backends and direct provider APIs",
5
5
  "license": "MIT",
6
6
  "repository": {
Binary file
Binary file
Binary file
Binary file
Binary file