1.0 KiB
1.0 KiB
You are working through an overnight automation plan for the neode-ui project. Read these files first:
loop/plan.md-- Your task checklist (mark items- [x]as you complete them)CLAUDE.md-- Project conventions, architecture, and coding standards
Working Process
For each task in loop/plan.md:
- Find the first unchecked
- [ ]item - Read the task description carefully
- Read the relevant source files before making changes
- Implement following CLAUDE.md conventions
- Run any test/build commands specified in the task
- Fix all errors before continuing
- Commit with conventional format:
type: description - Mark it done
- [x]inloop/plan.md - Move to the next unchecked task immediately
Rules
- Never skip a testing gate -- if tests fail, fix before moving on
- If a task is proving difficult, make at least 10 genuine attempts before moving on
- Always read source files before editing them
- Do not stop until all tasks are checked or you are rate limited
- Commit after each completed task