Skip to content

docs: checkpoint-and-continue — supervised runs park and advance - #43

Merged
Jammy2211 merged 1 commit into
mainfrom
feature/checkpoint-continue
Jul 8, 2026
Merged

docs: checkpoint-and-continue — supervised runs park and advance#43
Jammy2211 merged 1 commit into
mainfrom
feature/checkpoint-continue

Conversation

@Jammy2211

Copy link
Copy Markdown
Contributor

Summary

Task 5 of the autonomy series. AUTONOMY.md gains the operational mechanics of checkpoint-and-continue for supervised --auto runs, generalised from register_and_iterate's production-proven contract: judgment-gate trigger, one batched answerable-cold question per pause, awaiting-input parking with a question: pointer in active.md, continue policy (next independent step → next queued task → clean end with a parked-question summary), resume from active.md in any environment, and hard blockers parking as blocked rather than as questions. start_dev's supervised line links the section; register_and_iterate's contract references the general pattern (single source). Ship sign-off and merge park the task — the human's session is freed, never the checkpoint.

Closes #42.

API Changes

None — documentation/doctrine only. Mind-side schema addition (awaiting-input status + optional question: key in the active.md schema) ships as a mind: commit alongside this PR.

Test Plan

  • review faculty on this branch (CLEAN)
  • Heart leg-4: YELLOW, no reasons beyond the launch-acknowledged set
  • single-source check: mechanics live once in AUTONOMY.md; both consumers link
Full API Changes (for automation & release notes)

None — internal documentation/doctrine only.

🤖 Generated with Claude Code

https://claude.ai/code/session_013UptUDNTYiB7izaQJBAKgS

AUTONOMY.md gains the operational mechanics generalised from
register_and_iterate: trigger (judgment gates only), one batched
answerable-cold question per pause, awaiting-input parking with a
question: pointer in active.md, continue policy (next independent step
-> next task -> clean end), resume from active.md in any environment;
hard blockers park as blocked, never as questions. start_dev supervised
line links the section; register_and_iterate's contract now references
the general pattern (single source). Ship sign-off/merge park the task,
never bypass the gate.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_013UptUDNTYiB7izaQJBAKgS
Copilot AI review requested due to automatic review settings July 8, 2026 12:23
@Jammy2211
Jammy2211 merged commit 9855fcc into main Jul 8, 2026
@Jammy2211
Jammy2211 deleted the feature/checkpoint-continue branch July 8, 2026 12:23

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds the canonical “checkpoint-and-continue” operational doctrine for supervised --auto runs to AUTONOMY.md, and updates consuming skills to reference that single source rather than duplicating mechanics. This fits the repo’s role as the reasoning/doctrine layer by tightening the autonomy contract documentation and its cross-skill linkage.

Changes:

  • Define a dedicated “Checkpoint-and-continue (supervised)" section in AUTONOMY.md and update the levels text to point to it.
  • Update /start_dev docs to describe (and reference) the checkpoint-and-continue flow.
  • Update /register_and_iterate docs to treat its contract as an instance of the generalized checkpoint-and-continue mechanics.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
skills/start_dev/start_dev.md Expands the supervised --auto description to reference checkpoint-and-continue behavior.
skills/register_and_iterate/register_and_iterate.md Reframes the skill’s autonomy contract as an instance of the generalized checkpoint-and-continue doctrine.
AUTONOMY.md Introduces a canonical checkpoint-and-continue section and adjusts surrounding autonomy prose/consumer list accordingly.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +28 to +32
This contract is the origin of, and now an instance of, the general
**checkpoint-and-continue** mechanics in
[`../../AUTONOMY.md`](../../AUTONOMY.md) — question format, `awaiting-input`
parking and resume are defined there, once. Runs without intervention
**except** at these gates, where it writes a clear question and stops:
Comment on lines +43 to +46
3. **`supervised`** → judgment gates become batched issue questions and the
run advances (the contract's "Checkpoint-and-continue" section: question →
`awaiting-input` park → next independent step or task → resume from
`active.md`); mechanical stretches proceed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Checkpoint-and-continue: supervised runs batch questions instead of blocking

2 participants