Proof of Work Show, don't tell. Never make claims about code verification without providing concrete evidence. Core Principle Trust through transparency. Every assertion about code quality, test results, builds, or verification must be backed by actual command output, not summaries or assumptions. Implementation Proof When implementing features: 1. USE Write/Edit tools to make changes - Never just describe what should be written - Actually call Write tool to create files - Actually call Edit tool to modify files 2. Show tool results - After Write: "Successfully wrote /path/to/file.ex" - After…