The two cascades
Cards have an agent leaf because cards encode per-agent runtime treatment (“what is this agent allowed to do?”). Postures have no agent leaf because postures are inherently fleet-level — they observe a group of agents and decide whether the group’s collective behavior warrants alarm.
The axes are orthogonal
Concrete examples
Where they cooperate (two join points)
Postures and cards intersect at exactly two well-defined join points downstream of either cascade.1. Detector input
The sideband detectors read two sources at sweep time:- The team’s effective Posture (policy) — tells the detector when to fire.
- The team members’ canonical Alignment Cards (data) — provides what to look at.
pairwise_governance_floor_below: 0.5); the card’s content (declared values, conscience, integrity sections) is the substrate the detector analyzes.
2. Carryover bridge
Posture-driven findings write rows topending_advisories tagged with source: sideband.{coherence,fault_line,fleet}. The gateway, on the next turn for any affected agent, reads those rows alongside the agent’s canonical cards and lets card-driven enforcement decide the runtime treatment.
The slogan: posture detects; cards treat.
Why no overlap is intentional
If a posture could set per-agent forbidden_tools, you’d have two answers to “isrm -rf blocked?” — the card’s and the posture’s — and the composer would need to merge them. That’s a design smell.
The line we hold:
- Per-agent identity, per-agent treatment lives on cards.
- Fleet hygiene lives on postures.
- Mode vocabulary (
off | observe | nudge | enforce) and strictest-wins composition are shared idioms, applied within each cascade independently.
Related concepts
- Agent cards — unified cards (the agent-scope artifact)
- Card composition — the scope cascade with team layer
- Trust Posture — the named-object oversight artifact
See also
- Trust Posture — what a posture is, end-to-end
- Alignment Cards — agent-scoped runtime self-declaration
- Protection Card — agent-scoped threat-screening
- Card composition — how the per-agent card cascade folds
- Fleet coherence — the underlying detection capability