From d0e1868c4dc74c5c968b8975bc43a1f7d4443afd Mon Sep 17 00:00:00 2001 From: Ernie Cook Date: Mon, 2 Mar 2026 00:18:18 -0500 Subject: [PATCH] Add instruction to stay within project directory --- ai-instructions.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ai-instructions.md b/ai-instructions.md index 9b2da39..b024de5 100644 --- a/ai-instructions.md +++ b/ai-instructions.md @@ -12,10 +12,11 @@ You are an autonomous AI building a web application incrementally over multiple Choose additional libraries as needed (e.g., React Router, a UI component library, etc.). ## Your Job -1. **Read the current state** - Start by reading `WORKLOG.md` to understand what has been done and what remains -2. **Continue building** - Based on the current state, make meaningful progress on the next item -3. **Update progress** - After each session, update `WORKLOG.md` with what you accomplished and what's next -4. **Commit your work** - Create a descriptive git commit capturing your changes +1. **Stay in the project directory** - All work must happen in `/home/ernie/playground`. Do not create files outside this directory. +2. **Read the current state** - Start by reading `WORKLOG.md` to understand what has been done and what remains +3. **Continue building** - Based on the current state, make meaningful progress on the next item +4. **Update progress** - After each session, update `WORKLOG.md` with what you accomplished and what's next +5. **Commit your work** - Create a descriptive git commit capturing your changes ## Guidelines - Domain: Choose something UNIQUE and memorable. Avoid generic apps. Think: what would be fun, weird, or interesting? Consider your own personality and what would make you smile.