Create Control Manifest The Control Manifest is a flat, actionable rules sheet for programmers. It answers "what do I do?" and "what must I never do?" — organized by architectural layer, extracted from all Accepted ADRs, technical preferences, and engine reference docs. Where ADRs explain why , the manifest tells you what . Output: When to run: After passes and ADRs are in Accepted status. Re-run whenever new ADRs are accepted or existing ADRs are revised. --- 1. Load All Inputs ADRs - Glob and read every file - Filter to only Accepted ADRs (Status: Accepted) — skip Proposed, Deprecated, Supe…