العودة إلى العرض التجريبي

سؤال تجريبي عام

Create a Permission Plan

Stage: Orientation and GuardrailsAn AI agent proposes operations with very different risk levels.DeliverableA line-by-line permission decision.Input and ou...

Stage: Orientation and Guardrails

An AI agent proposes operations with very different risk levels.

Deliverable

A line-by-line permission decision.

Input and output contract

Read operation:target lines; mark read, search, and test as auto, and all other operations as approval.

Acceptance criteria

  1. Preserve target text.
  2. Use auto only for read-only or test actions.
  3. Require approval for unknown actions.

Suggested vibe loop

Ask the coach to restate the contract, inspect the starter files, propose one small plan, and explain what evidence will prove the change. Implement in app.py, keep main.py stable, then run the visible example before submitting.