drive_sandbox_commit
Stage and commit the sandbox worktree to create a versioned artifact. Supports custom author details.
Instructions
[EXPERIMENTAL] Stage + commit the current sandbox worktree. Surfaces as an AgentDrive artifact at commits/.json. Requires Cloudflare Containers; degrades to 503 otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Commit message | |
| author_name | No | Override git author name (default: agent identity) | |
| author_email | No | Override git author email (default: agent identity) | |
| workspace_id | Yes | Workspace whose sandbox to commit |