fa460469f0
Restructure from 13 scattered XML blocks to 8 dense blocks with 9 named sub-anchors, following OpenAI GPT-5.4 prompting guidance and Oracle-reviewed context preservation strategy. Key changes: - Merge think_first + intent_gate + autonomy into unified <intent> with domain_guess classification and <ask_gate> sub-anchor - Add <execution_loop> as central workflow: EXPLORE -> PLAN -> ROUTE -> EXECUTE_OR_SUPERVISE -> VERIFY -> RETRY -> DONE - Add mandatory manual QA in <verification_loop> (conditional on runnable behavior) - Move <constraints> to position #2 for GPT-5.4 attention pattern - Add <completeness_contract> as explicit loop exit gate - Add <output_contract> and <verbosity_controls> per GPT-5.4 guidance - Add domain_guess (provisional) in intent, finalized in ROUTE after exploration -- visual domain always routes to visual-engineering - Preserve all named sub-anchors: ask_gate, tool_persistence, parallel_tools, tool_method, dependency_checks, verification_loop, failure_recovery, completeness_contract - Add skill loading emphasis at intent/route/delegation layers - Rename EXECUTE to EXECUTE_OR_SUPERVISE to preserve orchestrator identity with non-execution exits (answer/ask/challenge)