# Built-in profile: manual # Human approves every action. # All thresholds set to 1.0 — nothing proceeds without explicit approval. name: manual description: Human approves every action schema_version: "1.0" # Task-type confidence thresholds decompose_task: 1.0 create_tool: 1.0 select_tool: 1.0 # Task-type confidence thresholds (continued) edit_code: 1.0 execute_command: 1.0 # Task-type confidence thresholds (continued) create_file: 1.0 delete_content: 1.0 access_network: 1.0 # Task-type confidence thresholds (continued) install_dependency: 1.0 modify_config: 1.0 approve_plan: 1.0 # Safety requirements safety: require_sandbox: true require_checkpoints: true allow_unsafe_tools: false