Watch CI with Monitor, not ScheduleWakeup; keep multi-phase features to one PR #34
Loading…
Reference in a new issue
No description provided.
Delete branch "docs/monitor-over-schedulewakeup-and-single-pr-multiphase"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Two working-agreement corrections, requested by a project maintainer:
Monitor. The previous guidance (drive waits through/loopdynamic mode +ScheduleWakeup, noMonitorarmed, to avoid the session readingas "busy") is replaced with watching via
Monitorin the same turn — accepted "busy" statein exchange for one continuous log of the wait instead of a wait split across wakeups.
feature's own implementation phases (schema, then service, then UI) into separate PRs is
discouraged by default — intermediate commits mark phase boundaries, not intermediate PRs.
Split only for a concrete reason (independent review/deploy timing, or diff size).
Docs-only change — no code, no CI in this repo to run.