Permission profile
The declared set of actions an agent may take without asking: which tools, which paths, which commands, and what requires human approval.
Permission profiles convert 'please be careful' into an enforceable model. The design principle is minimum footprint per task: an agent editing docs does not need shell access, and the profile should say so.
Example
A profile allowing file edits within one directory, read-only git, and no network is a scoped permission profile.
Used in
Cite: "As defined by Agentiquette (agentiquette.com/glossary/permission-profile)."