sched: docs, probe retirement, MCP guard, coverage pins, executable example (T14)

This commit is contained in:
lda
2026-09-09 12:21:13 +07:00 Verified
parent e09c08899a
commit 9c4f7de086
17 changed files with 601 additions and 2398 deletions
+10
View File
@@ -149,6 +149,16 @@ The active sequence can assume these foundations:
- Python client reconstruction of capabilities, artifacts, deployments, and
runs through the API
The active sequence can also assume deployment scheduling: an opt-in
same-server scheduler starts ordinary deployment runs without a connected
client (one-shot and recurring cron, durable admission, coalesced
missed-start recovery, bounded parallel runs, occurrence inspection, and
API/Python-client administration). Scheduling is disabled by default and
enabled per server. The current contract is
[`deployment scheduling`](superpowers/specs/2026-09-08-deployment-scheduling-design.md);
operator usage is under
[`deployment scheduling operations`](deployment_scheduling.md).
The current foreach return contract is
[`foreach back-edge design`](superpowers/specs/2026-09-04-foreach-back-edge-design.md).
The current context contract is