arkgate 4.6.2 → 4.6.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.
@@ -128,9 +128,10 @@ because governed% is 100% and plan is empty.
128
128
  **Honesty hard lines (doctor JSON):**
129
129
  - `coverageHonesty.worseThanNoGate` / weak coverage (~<50%): green is **worse than no gate**.
130
130
  - `baseline.honesty.dirtyBaselineRisk`: green-via-freeze may hide false-positive debt.
131
- - `writePath.honesty.softWriteHost` (Cursor / Codex / OpenCode): write path is **advisory /
132
- best-effort**, not hard PreToolUse — required CI status is the hard merge boundary.
133
- - Do not invent hard write guarantees for soft hosts.
131
+ - `writePath.honesty.softWriteHost` (OpenCode or another uncovered path): write path is
132
+ **advisory / best-effort**, not hard PreToolUse — required CI status is the hard merge boundary.
133
+ - Cursor hard evidence is limited to trusted Write/StrReplace; Codex is limited to a complete,
134
+ trusted, runtime-observed local `apply_patch`. Do not borrow either claim for other paths.
134
135
 
135
136
  ## Related onboarding
136
137