@chrono-meta/fh-gate 3.1.4 → 3.4.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/.claude/registry/agent_cards.json +1 -1
- package/.claude/rules/fh_4axis_gate.md +26 -1
- package/.claude-plugin/marketplace.json +3 -3
- package/AGENTS.md +8 -2
- package/CATALOG.md +4 -4
- package/CHEATSHEET.md +1 -1
- package/CLAUDE.md +54 -10
- package/README.ja.md +3 -3
- package/README.ko.md +3 -3
- package/README.md +3 -3
- package/README.zh.md +3 -3
- package/docs/OUTPUT_EVIDENCE.md +2 -2
- package/docs/STANDARDS_ALIGNMENT.md +1 -1
- package/docs/codex-compat.md +1 -1
- package/knowledge/shared/harness-core/agents_md_runtime_details.md +2 -2
- package/knowledge/shared/harness-core/claude_md_gate_details.md +26 -0
- package/knowledge/shared/harness-core/fh_three_layer_canon.md +1 -1
- package/knowledge/shared/harness-core/field_verdict_crossfamily_gate.md +76 -3
- package/knowledge/shared/harness-core/governance_engineering_definition.md +89 -0
- package/knowledge/shared/harness-core/iso_ai_standards_crosswalk.md +1 -1
- package/knowledge/shared/harness-core/skill_quality_rubric.md +1 -1
- package/knowledge/shared/learnings/subagent_invocations_log.yaml +99 -0
- package/knowledge/shared/rules/auto_project_mapping.md +1 -1
- package/knowledge/shared/rules/modes_and_value.md +2 -2
- package/package.json +12 -1
- package/plugins/fh-commons/.claude-plugin/plugin.json +1 -1
- package/plugins/fh-commons/README.md +38 -0
- package/plugins/fh-commons/skills/preprep/SKILL.md +23 -0
- package/plugins/fh-commons/skills/preprep/fixtures/font_revert_probe.py +92 -0
- package/plugins/fh-commons/skills/preprep/lane_font.py +462 -0
- package/plugins/fh-commons/skills/preprep/preprep.py +16 -1
- package/plugins/fh-commons/skills/preprep/surfaces.example.yaml +17 -0
- package/plugins/fh-commons/skills/preprep/test_lane_font.py +452 -0
- package/plugins/fh-meta/.claude-plugin/plugin.json +1 -1
- package/plugins/fh-meta/CHANGELOG.md +164 -0
- package/plugins/fh-meta/skills/agent-composer/SKILL.md +2 -2
- package/plugins/fh-meta/skills/auto-decorrelation/SKILL.md +40 -0
- package/plugins/fh-meta/skills/frontier-digest/SKILL.md +1 -1
- package/plugins/fh-meta/skills/frontier-digest/SKILL_detail.md +43 -5
- package/plugins/fh-meta/skills/{hub-cc-pr-reviewer → harness-pr-reviewer}/SKILL.md +75 -3
- package/plugins/fh-meta/skills/{hub-cc-pr-reviewer → harness-pr-reviewer}/SKILL_detail.md +2 -2
- package/plugins/fh-meta/skills/harvest-loop/SKILL_detail.md +2 -2
- package/plugins/fh-meta/skills/install-doctor/SKILL.md +1 -1
- package/plugins/fh-meta/skills/install-wizard/SKILL.md +1 -1
- package/plugins/fh-meta/skills/meta-prompt-builder/SKILL.md +1 -1
- package/plugins/fh-meta/skills/pipeline-conductor/SKILL.md +1 -1
- package/plugins/fh-meta/skills/plugin-recommender/SKILL.md +1 -1
- package/plugins/fh-meta/skills/sim-conductor/SKILL.md +1 -1
- package/plugins/fh-qp/.claude-plugin/plugin.json +1 -1
- package/scripts/doc_claim_triad_scan.py +303 -0
- package/scripts/finding_fleet.sh +558 -0
- package/scripts/finding_pipeline.sh +572 -0
- package/scripts/finding_verifier.sh +173 -0
- package/scripts/finding_verify.py +468 -0
- package/scripts/frontier_digest_autopilot.sh +3 -3
- package/scripts/gate_pathspec_check.sh +1 -0
- package/scripts/gate_shape_scan.sh +120 -0
- package/scripts/selfcheck.sh +50 -0
- package/scripts/test_doc_claim_triad_lanes.sh +124 -0
- package/scripts/test_finding_pipeline_lanes.sh +2011 -0
- package/scripts/test_gate_shape_scan_lanes.sh +47 -0
- package/scripts/test_heavy_classifier_lanes.sh +13 -3
- package/scripts/test_marker_crossfamily_lanes.sh +75 -3
- package/scripts/test_marker_standpoint_lanes.sh +31 -6
- package/scripts/test_preprep_font_lanes.sh +87 -0
- package/templates/.git-hooks/pre-commit +158 -11
- package/templates/PRE-PUBLISH-CHECKLIST.md +29 -0
- package/templates/local_fh_context.md +1 -1
- package/templates/regression_guard.sh +1 -1
|
@@ -24,6 +24,8 @@ Any first-time public action:
|
|
|
24
24
|
- `gh repo edit --visibility public` (private → public flip)
|
|
25
25
|
- first `git push` to a **new public remote**
|
|
26
26
|
- `npm publish` · `python -m build && twine upload dist/*` · any registry publish
|
|
27
|
+
- **scholarly deposit** — Zenodo / figshare / OSF publish, DOI mint, new version under a concept DOI,
|
|
28
|
+
arXiv `submit` / `replace`. A DOI outlives an npm version; its machine fields outlive the PDF.
|
|
27
29
|
|
|
28
30
|
## Step 0 — Cheap mechanical pre-flags (10 seconds)
|
|
29
31
|
|
|
@@ -64,6 +66,33 @@ git ls-files | grep -iE '<internal-acronym>'
|
|
|
64
66
|
- **Generated artifacts count.** An exported HTML/PDF carrying a username is a real public-surface leak —
|
|
65
67
|
fix = regenerate from a sanitized source, not hand-edit.
|
|
66
68
|
|
|
69
|
+
## Step 1b — Scholarly deposit only (Zenodo / DOI / arXiv): the form is not the server
|
|
70
|
+
|
|
71
|
+
Run **after** filling the form and **before** pressing Publish. Every line is an API read, not a screen read.
|
|
72
|
+
|
|
73
|
+
- [ ] Read the draft through the **service's draft-read API** — Zenodo (InvenioRDM) `/api/records/<id>/draft`,
|
|
74
|
+
Zenodo legacy `/api/deposit/depositions/<id>`, figshare `/v2/account/articles/<id>`, OSF its node/preprint
|
|
75
|
+
endpoint — and compare `description`, `creators`, `license`, `keywords` against **the text you pasted
|
|
76
|
+
into the form** (keep that text in a file; the comparison is string-vs-JSON, not screen-vs-screen).
|
|
77
|
+
(measured 2026-09-07: description + companion DOI were in the form and **absent from the server** —
|
|
78
|
+
the rich-text editor had not flushed)
|
|
79
|
+
- [ ] File **md5** equals the local artifact (size alone is not identity)
|
|
80
|
+
- [ ] **Corrective release?** Then the correction must land in the machine fields too — `references`,
|
|
81
|
+
`related identifiers`, `dates` — not only in the PDF body (measured: a corrective PDF shipped
|
|
82
|
+
with all eleven wrong attributions still in `references`)
|
|
83
|
+
- [ ] **After** Publish (a detector, not a gate — the record is already public): read the public
|
|
84
|
+
record API once; `updated` ≥ the wall-clock time you pressed Publish, the fields above still present,
|
|
85
|
+
file checksum unchanged. On a **moderated** service (OSF preprints, arXiv) a pending/announce state
|
|
86
|
+
is expected, not a failure. If a field is wrong here, the remedy is a **new corrective version**
|
|
87
|
+
(never silent) — this line cannot un-publish anything, which is why the three lines above run first.
|
|
88
|
+
|
|
89
|
+
**Completion**: Step 0 + Step 1 + **Step 1b** (when the surface is a scholarly deposit) — 1b is not
|
|
90
|
+
optional on that surface.
|
|
91
|
+
|
|
92
|
+
**Why no hook here**: the deposit lives on another service; nothing in this repo runs at that boundary.
|
|
93
|
+
This list is the floor. A `zenodo_draft_check.sh` that diffs draft-vs-form is the first thing to build
|
|
94
|
+
on the *second* real demand — 2026-09-07 was the first.
|
|
95
|
+
|
|
67
96
|
## Step 2 — If LEAK: scrub on a PRIVATE copy, then publish
|
|
68
97
|
|
|
69
98
|
Do **not** "publish then fix". If the repo is already created, keep it **private** until clean.
|
|
@@ -11,7 +11,7 @@ description: forge-harness path and skill list pointer — local only, do not co
|
|
|
11
11
|
**forge-harness path**: `~/path/to/forge-harness` (replace with your actual install path)
|
|
12
12
|
**Session records**: `{FH_ROOT}/tracks/_meta/`
|
|
13
13
|
|
|
14
|
-
**Available skills (fh-meta, 35)**: agent-composer · dialogue-harvest · fh · apex-review · asset-placement-gate · auto-decorrelation · context-doctor · contention-layer · corpus-grounding-expander · cross-ecosystem-synergy-detection · deep-clarify · edit-manifest · field-harvest · frontier-digest · goal-quench · harness-doctor · harvest-loop ·
|
|
14
|
+
**Available skills (fh-meta, 35)**: agent-composer · dialogue-harvest · fh · apex-review · asset-placement-gate · auto-decorrelation · context-doctor · contention-layer · corpus-grounding-expander · cross-ecosystem-synergy-detection · deep-clarify · edit-manifest · field-harvest · frontier-digest · goal-quench · harness-doctor · harvest-loop · harness-pr-reviewer · install-doctor · install-wizard · marketplace-gate · memory-hygiene · meta-prompt-builder · persona-roster-expander · phantom-quench · pipeline-conductor · plugin-recommender · prompt-regression · public-surface-audit · return-path-gate · sim-conductor · salience-splitter · steel-quench · verify-bidirectional · video-ingest
|
|
15
15
|
|
|
16
16
|
**Available skills (fh-commons)**: convergence-loop · deliberation · mcp-circuit-breaker · token-budget-gate
|
|
17
17
|
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
# 구분하려면 stdout 의 `REGRESSION_GUARD_RESULT=skip` 을 보라. 종료코드만 보는 호출자는
|
|
16
16
|
# 미검사를 통과로 읽는다(2026-07-22: pre-commit 이 정확히 그랬고, AGENTS.md 변경이
|
|
17
17
|
# 그 경로로 '✅ PASS' 를 받고 지나갔다).
|
|
18
|
-
# 배선 현황: pre-commit ✅ / harness-doctor · harvest-loop ·
|
|
18
|
+
# 배선 현황: pre-commit ✅ / harness-doctor · harvest-loop · harness-pr-reviewer ·
|
|
19
19
|
# self_evolution_routine = **미배선(종료코드만 판정)** — 알려진 잔여.
|
|
20
20
|
#
|
|
21
21
|
# PR mode rationale: using 'main' as BASE_REF for a PR branch includes changes from OTHER
|