Opus finding
Aeon cron model identifier 'claude-opus-4-7' appears to be invalid
- .claude/skills/build.md:56-58
Anthropic's public model identifiers follow the pattern `claude-opus-4-<date>` or `claude-3-opus-...`; `claude-opus-4-7` is neither. If this config is copy-pasted into Aeon when build mode flips, the model name will be rejected and the entire build cron will fail to schedule. Worse, the failure may occur silently at the next scheduled tick after mode change — exactly when the agent expects autonomous progress.
Recommendation
Replace with a real model identifier (e.g., `claude-opus-4-5-20250101` style) and add a lint that validates model identifiers against a known allowlist before commit.