Revert + Ops Hardening
revert(executor): remove inheritEnvKeys — unverified claim (#226)
The inheritEnvKeys feature shipped in v1.0.62 has been reverted. The underlying claim (TMPDIR env var causes Gradle daemon incompatibility) is unverified — Java does not read TMPDIR on macOS (confstr) or Linux (hardcoded /tmp).
Awaiting debug output from the reporter to understand the actual root cause.
ops: add mandatory Claim Verification gate to context-mode-ops skill
All feature requests and bug reports now require hard evidence (reproduction, benchmarks, official docs) before any implementation begins. LLM knowledge alone is not evidence.
Full Changelog: v1.0.62...v1.0.63