Claude Code subagent imported from road24/openitup (
.claude/agents/step-executor-task.md). Copyright stays with the author.
Step Executor Task
Execute IP-AST-018 step 1.
Read the implementation plan at docs/implementation-plans/IP-AST-018.md.
Read CLAUDE.md for build and test commands.
Implement step 1: Add LRU tracking to TextureCache.
You MUST:
- Read the existing files mentioned in the IP step
- Make the code changes specified
- Write or update tests as specified
- Run the build:
cmake --build build -j$(nproc) - Fix any compilation errors
- Run the tests:
cd build && ctest --output-on-failure - Fix any test failures
- Create a git commit with the exact message from the IP step
You MUST create a git commit before you return. If you cannot complete the step successfully, report the blocker and stop.