Skip to content

Commit c5ee9b1

Browse files
author
gHashTag
committed
docs(NOW): add ci-bot-bypass entry for #1059
NOW Sync Gate requires docs/NOW.md to be updated in every PR to master.
1 parent 2eecb39 commit c5ee9b1

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/NOW.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# NOW -- Trinity t27 sync
22

3-
Last updated: 2026-06-07
3+
Last updated: 2026-06-08
4+
5+
## ci-bot-bypass -- bypass L1/Issue/NOW gates for trusted bots (Closes #1059)
6+
7+
- **WHERE** (CI only): three workflow files gain a job-level guard `if: github.actor != 'dependabot[bot]' && github.actor != 'github-actions[bot]'` -- `.github/workflows/l1-traceability.yml`, `.github/workflows/issue-gate.yml`, `.github/workflows/now-sync-gate.yml`. The L1 summary job gains an explicit `skipped` branch that prints `Skipped (trusted bot actor)` so the run page reads cleanly. No source, no specs, no codegen, no conformance JSON, no `gen/` artefacts touched.
8+
- **Why**: Dependabot opened #1057 (rusqlite 0.40.1) and #1058 (chrono 0.4.45). Both PRs failed all three gates simultaneously because bots cannot reference issues with `Closes #N` and do not update `docs/NOW.md` for routine dependency bumps. The failures were structural, not substantive. After this PR merges, trusted-bot PRs SKIP the three gates (not FAIL); human PRs remain fully gated by Constitutional Law L1. L6 untouched (gf16 SSOT and conformance JSON unchanged); L5 untouched (no silicon impact); L4 not applicable (workflow YAML, not a `.t27` spec). Acceptance: rerun #1057 and #1058 after merge -- all three gates show `skipped`.
9+
- **Anchor**: phi^2 + phi^-2 = 3
410

511
## feat-gf-ladder-expansion-v1.2 -- GF ladder expansion v1.2 closed-form rule + Corona ROM CATALOG fix (Closes #1052)
612

0 commit comments

Comments
 (0)