Pi Agent Platform
v1.2.17 docs · VI Commands

Các luồng chính

Chọn workflow theo intent thay vì mô tả lại policy trong prompt. Cách này giảm context lãng phí và giữ hành vi nhất quán.

Git trong Pi Agent

Không có namespace /git riêng. Dùng /workflow commit để commit local đã review, dùng /workflow pr để chuẩn bị PR. Các hành động như git push hoặc stage rộng git add -A vẫn cần operator xác nhận.

Solo-first orchestration

Dùng /piagent-orchestration để xem mode, max subagents, review lenses, Field Guide và writer policy. Mặc định parent agent tự làm chính; subagents chỉ dùng khi scout, planning hoặc review có lane độc lập đáng token.

Implementation bounded
/workflow task Fix the failing checkout test and verify.
Read-only scout
/workflow scout Map the auth flow and risk areas.
Plan trước khi code
/workflow plan Add multi-tenant billing support.
Review diff
/workflow review current diff
Commit local có guard
/workflow commit "feat: add guarded git workflow"
Chuẩn bị pull request
/workflow pr "Prepare PR for guarded git workflow"
Backend spec sang frontend
/profile be-readonly-fe
/workflow be-to-fe Implement frontend support for the new user status endpoint.
Cải thiện platform
/workflow platform-improve Harden command docs and run verification.