fix(signal): preserve newlines in debounced messages (#110090)

* fix(signal): use newlines in debounced messages

* docs: fix release gate command formatting
This commit is contained in:
Peter Steinberger
2026-07-17 23:35:05 +01:00
committed by GitHub
parent c2a069086e
commit e805dbb615
3 changed files with 15 additions and 9 deletions
+8 -3
View File
@@ -255,11 +255,16 @@ restart` from the real environment and verify the plist. Product follow-up:
- **Agent landing needs exact-head hosted CI.** The heavy `CI` workflow may
not queue on pushes under org load; the maintainer fallback is a
release-gate dispatch on the PR branch:
`gh workflow run ci.yml --ref <branch> -f target_ref=<head-sha>
-f release_gate=true -f pull_request_number=<pr>` (the run must be on the
```bash
gh workflow run ci.yml --ref <branch> -f target_ref=<head-sha> -f release_gate=true -f pull_request_number=<pr>
```
The run must be on the
branch ref so `head_sha` matches, and the title becomes
`CI release gate <sha>`, which `scripts/verify-pr-hosted-gates.mjs`
accepts). Then `scripts/pr` prepare/merge as usual.
accepts. Then `scripts/pr` prepare/merge as usual.
- **Gates that CI enforces beyond focused tests**: docs map
(`pnpm docs:map:gen` after adding any docs page), oxlint (`no-map-spread`,
`max-lines` — split files, never suppress), `check:test-types`, knip