Skip to content

Commit 0e39ed1

Browse files
committed
docs(vitals): fix JSON-shape ref + fix-notation consistency (Copilot re-review)
- `readiness.yellow_reasons` implied a nested JSON shape; the readiness output has `yellow_reasons` at the top level. Reworded to "the readiness output's top-level `yellow_reasons`". - The `pyauto-heart fix <ci|dirty|drift|timing>` shorthand read as literal syntax and was inconsistent with the Procedure section's explicit forms; now `pyauto-heart fix <topic>` with the topics listed as examples. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e21ca50 commit 0e39ed1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

agents/faculties/vitals/AGENTS.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ always adopted from Heart verbatim.
145145
first, then warnings, each mapped to its manifest capability.
146146
- **Unknown-CI tiles.** A repo whose required-workflow conclusion is
147147
unresolved on `main` HEAD is rendered by Heart as `CI in_progress` — an
148-
*unknown*, not an actively-running workflow, and it does **not** enter
149-
`readiness.yellow_reasons`. Keep such tiles visually secondary: note the
148+
*unknown*, not an actively-running workflow, and it does **not** enter the
149+
readiness output's top-level `yellow_reasons`. Keep such tiles visually secondary: note the
150150
"unknown-on-HEAD, gate-irrelevant" nature once and do not let many
151151
near-identical tiles dominate the card.
152152
- **Local-checks-blind.** When `repo_state` reports `present: false` (the
@@ -156,9 +156,9 @@ always adopted from Heart verbatim.
156156
health unobserved here" and **downgrade confidence**; do not read the
157157
resulting silence (or a vacuously green tile) as *verified clean*. Cite the
158158
one-time fix: set `PYAUTO_ROOT` to the actual checkout root (or auto-detect).
159-
- **`fix` citations.** Cite a `pyauto-heart fix <ci|dirty|drift|timing>` entry
160-
point **only when Heart's verdict names that failure class**. An unknown is
161-
not a failure — never emit a fix for it.
159+
- **`fix` citations.** Cite a `pyauto-heart fix <topic>` entry point (topics:
160+
`ci`, `dirty`, `drift`, `timing`) **only when Heart's verdict names that
161+
failure class**. An unknown is not a failure — never emit a fix for it.
162162
- **Staleness.** If `dashboard.stale == true`, or the snapshot `ts` is older
163163
than the watch interval, downgrade confidence and recommend
164164
`pyauto-heart tick` rather than trusting the stale board.

0 commit comments

Comments
 (0)