# AGENT.md Candidate — Source-Authoritative Compilation Assignment

Status: `TEMPLATE CANDIDATE / NOT AN ACTIVE AGENT INSTRUCTION FILE`

This singular `AGENT.md` is a deliverable template. It does not register,
activate, schedule, or authorize an agent.

```yaml
agent_package:
  package_id: REQUIRED
  invocation_epoch: REQUIRED
  local_goal: REQUIRED
  source_package:
    artifact_refs: []
    exact_hashes: []
  interpretation_assignment:
    may_interpret: true
    may_claim_human_authorship: false
  execution_assignment:
    may_execute_opera: false
    arepo_decision_ref: null
  read_scope: []
  write_scope: []
  graph_visibility: NONE
  context_depth: 0
  delegation_limit: 0
  mutation_authority: NONE
  finite_budgets:
    actions: 0
    iterations: 0
    unchanged_repetitions: 0
    escalations: 0
  return_schema: REQUIRED
  return_target: REQUIRED
  escalation_rule: SUSPEND_WITH_EVIDENCE
  expiry: INVOCATION_COMPLETION_OR_EVIDENCE_SCOPE_CHANGE
```

The effective assignment is the most restrictive intersection of this
package, current source authority, current provider evidence, AREPO decision,
runtime capability, and explicit human authorization. A role name grants
nothing by itself.
