Concept

What your agent reads at the start of a session

Before it writes code, the agent reads its policy and rules, the standards and what changed.

For: Team developer, Solo builder

Order

  1. Agent policy and rules (get_agent_policy).
  2. Standards that apply (get_standards).
  3. Changes since it last looked (get_changes).
  4. For the item it works on, the work context (get_work_context).

Keep in mind

In Claude Code the plugin loads the binding records at session start. Corpole flags an agent that writes before reading the policy and tells it to read first.

KB-AG-05