Skip to content

feat(agent): bootstrapper type + fix the can_use_tool allow contract - #612

Merged
adampullely merged 1 commit into
mainfrom
feat/bootstrapper-and-approval-wire
Aug 3, 2026
Merged

feat(agent): bootstrapper type + fix the can_use_tool allow contract#612
adampullely merged 1 commit into
mainfrom
feat/bootstrapper-and-approval-wire

Conversation

@adampullely

Copy link
Copy Markdown
Contributor

Two findings from the first live blueprint bootstrap:

  • The session ran as an implementer, whose ask-lane Bash stalled an
    unattended build on its first command. New shipped agent type
    bootstrapper: shell/edits ride the allow lane (the sandbox is the
    isolation boundary — fresh VM, scoped repo token, session-stamped
    grant), Task stays denied, deny:["*"] backstops.

  • Approvals that WERE granted still failed: the harness's can_use_tool
    allow branch now requires updatedInput (a record), and orun's bare
    {behavior:"allow"} failed the union — every approved call errored
    "expected record, received undefined". The driver now remembers each
    control request's input and echoes it back unchanged on allow
    (backward-compatible: the field was previously optional).

Co-Authored-By: Claude Opus 5 noreply@anthropic.com

Two findings from the first live blueprint bootstrap:

- The session ran as an implementer, whose ask-lane Bash stalled an
  unattended build on its first command. New shipped agent type
  `bootstrapper`: shell/edits ride the allow lane (the sandbox is the
  isolation boundary — fresh VM, scoped repo token, session-stamped
  grant), Task stays denied, deny:["*"] backstops.

- Approvals that WERE granted still failed: the harness's can_use_tool
  allow branch now requires `updatedInput` (a record), and orun's bare
  {behavior:"allow"} failed the union — every approved call errored
  "expected record, received undefined". The driver now remembers each
  control request's input and echoes it back unchanged on allow
  (backward-compatible: the field was previously optional).

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@adampullely
adampullely merged commit 9e7e195 into main Aug 3, 2026
3 checks passed
@adampullely
adampullely deleted the feat/bootstrapper-and-approval-wire branch August 3, 2026 17:37
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.

2 participants