@chrono-meta/fh-gate 1.0.1 → 1.0.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 +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<p align="center">
|
|
6
6
|
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-22c55e.svg" alt="MIT License"></a>
|
|
7
7
|
<img src="https://img.shields.io/badge/version-v1.3-3b82f6.svg" alt="v1.3">
|
|
8
|
-
<a href="https://zenodo.org/records/20397566"><img src="https://
|
|
8
|
+
<a href="https://zenodo.org/records/20397566"><img src="https://img.shields.io/badge/DOI-10.5281%2Fzenodo.20397566-blue.svg" alt="DOI 10.5281/zenodo.20397566"></a>
|
|
9
9
|
<img src="https://img.shields.io/badge/Claude_Code-compatible-a855f7.svg" alt="Claude Code compatible">
|
|
10
10
|
<img src="https://img.shields.io/badge/Codex-beta-f59e0b.svg" alt="Codex-compatible beta">
|
|
11
11
|
</p>
|
|
@@ -163,7 +163,7 @@ FH wraps any coding agent (OpenCode, Codex, etc.) as a **post-generation governa
|
|
|
163
163
|
|
|
164
164
|
Full spec: `knowledge/shared/harness-core/fh_integration_contract.md` · Usage: `knowledge/shared/harness-core/fh_opencode_governance_wrapper.md`
|
|
165
165
|
|
|
166
|
-
> **One-line
|
|
166
|
+
> **One-line governance gate**: `npx @chrono-meta/fh-gate "src/foo.ts" quick ci` — or `npm install -g @chrono-meta/fh-gate` for repeated use.
|
|
167
167
|
|
|
168
168
|
---
|
|
169
169
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chrono-meta/fh-gate",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "FH governance gate — runs structured AI code review via claude --print and returns machine-parseable verdicts (PASS/PENDING/BLOCKED/ESCALATE).",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
],
|
|
14
14
|
"repository": {
|
|
15
15
|
"type": "git",
|
|
16
|
-
"url": "https://github.com/chrono-meta/forge-harness.git"
|
|
16
|
+
"url": "git+https://github.com/chrono-meta/forge-harness.git"
|
|
17
17
|
},
|
|
18
18
|
"bin": {
|
|
19
|
-
"fh-gate": "
|
|
19
|
+
"fh-gate": "bin/fh-gate.js"
|
|
20
20
|
},
|
|
21
21
|
"scripts": {
|
|
22
22
|
"prepare": "chmod +x bin/fh-gate.js scripts/fh-gate.sh"
|