codegate-ai 0.12.0 → 0.12.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.
Files changed (2) hide show
  1. package/README.md +0 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,7 +28,6 @@ Public background documents:
28
28
 
29
29
  - [Why CodeGate Exists](docs/why-codegate.md)
30
30
  - [Public Evidence Map](docs/public-evidence-map.md)
31
- - [Feature Evidence Ledger](docs/feature-evidence-ledger.md)
32
31
 
33
32
  ## What CodeGate Is
34
33
 
@@ -176,9 +175,6 @@ Current checks include:
176
175
  - Dependabot cooldown and execution-risk checks
177
176
  - Workflow hygiene checks (concurrency gates, obfuscation, unsafe conditional trust)
178
177
 
179
- Track the current workflow-audit coverage and backlog in the [workflow audit parity checklist](docs/workflow-audit-parity-checklist.md).
180
- Real public validation fixtures and source provenance are documented in [workflow audit real-case corpus](docs/workflow-audit-real-cases.md).
181
-
182
178
  Examples:
183
179
 
184
180
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codegate-ai",
3
- "version": "0.12.0",
3
+ "version": "0.12.2",
4
4
  "description": "Pre-flight security scanner for AI coding tool configurations.",
5
5
  "license": "MIT",
6
6
  "type": "module",