Godot Master: Lead Architect Knowledge Hub Every section earns its tokens by focusing on Knowledge Delta — the gap between what Claude already knows and what a senior Godot engineer knows from shipping real products. --- 🧠 Part 1: Expert Thinking Frameworks "Who Owns What?" — The Architecture Sanity Check Before writing any system, answer these three questions for EVERY piece of state: - Who owns the data? (The owns health, NOT the ) - Who is allowed to change it? (Only the owner via a public method like ) - Who needs to know it changed? (Anyone listening to the signal) If you can't answer a…