Skip to content

feat: one-step human admit on authoring compile - #50

Merged
abrichr merged 1 commit into
mainfrom
feat/authoring-one-step-admit
Sep 4, 2026
Merged

feat: one-step human admit on authoring compile#50
abrichr merged 1 commit into
mainfrom
feat/authoring-one-step-admit

Conversation

@abrichr

@abrichr abrichr commented Sep 4, 2026

Copy link
Copy Markdown
Member

This is for a reviewer of the stdio --authoring surface.

compile still returns needs_human_admit and never VERIFIED. This PR adds admit as the one-token human ok of the pre-filled draft. The human doesn't fill schema, authority, effect contract, environment, or digest.

Missing confirm, empty, ok, yes, y, enter, or true accepts. Anything else refuses. admit calls session.admit(confirm=...) when that method exists. If Flow hasn't shipped it yet, the tool fails closed. It doesn't mint a Seal, write an unsigned ledger row, or claim Production.

Please check:

  • empty confirm and ok call session.admit
  • garbage confirm refuses and does not call type_text
  • compile still never returns VERIFIED
  • --authoring still does not enable run tools

Opened by an agent session, not the founder.

compile still returns needs_human_admit and never VERIFIED. admit
accepts a missing, empty, ok, yes, y, enter, or true confirm and
calls session.admit. Missing Flow admit fails closed. The human
does not fill schema, authority, effect, environment, or digest.
@abrichr
abrichr merged commit 964cc8b into main Sep 4, 2026
7 checks passed
@abrichr

abrichr commented Sep 4, 2026

Copy link
Copy Markdown
Member Author

Merged by an agent session, not the founder.

@abrichr
abrichr deleted the feat/authoring-one-step-admit branch September 4, 2026 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant