bug fixing and deploy and build diagnostics
This commit is contained in:
29
loop/prompt.md
Normal file
29
loop/prompt.md
Normal file
@@ -0,0 +1,29 @@
|
||||
You are working through an overnight automation plan for the Archipelago (archy) project. Read these files first:
|
||||
|
||||
1. `loop/plan.md` -- Your task checklist (mark items `- [x]` as you complete them)
|
||||
2. `CLAUDE.md` -- Project conventions, architecture, and coding standards
|
||||
|
||||
## Working Process
|
||||
|
||||
For each task in `loop/plan.md`:
|
||||
|
||||
1. Find the first unchecked `- [ ]` item
|
||||
2. Read the task description carefully
|
||||
3. Read the relevant source files before making changes
|
||||
4. Implement following CLAUDE.md conventions
|
||||
5. Run any test/build commands specified in the task
|
||||
6. Fix all errors before continuing
|
||||
7. Commit with conventional format: `type: description`
|
||||
8. Mark it done `- [x]` in `loop/plan.md`
|
||||
9. 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
|
||||
- DEPLOY ONLY TO .198 -- Never deploy to .228
|
||||
- Use `ssh -i ~/.ssh/archipelago-deploy archipelago@192.168.1.198` for SSH
|
||||
- Run Rust checks on the dev server, NOT macOS
|
||||
Reference in New Issue
Block a user