عرض تجريبي عام للقراءة فقط

Vibe Coding: AI-First Software Delivery

Explore practical vibe coding projects covering prompts, context, debugging, tests, code review, security, performance, and responsible delivery.

تعرض هذه المعاينة العامة نص السؤال دون تنفيذ الشفرة أو إرسال تسليمات.

Create a Permission Plan

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.