memory: log task worker session - due dates, subtasks, task page
This commit is contained in:
@@ -13,6 +13,7 @@ Before doing anything else:
|
||||
2. Read `USER.md` — this is who you're helping
|
||||
3. Read `memory/YYYY-MM-DD.md` (today + yesterday) for recent context
|
||||
4. **If in MAIN SESSION** (direct chat with your human): Also read `MEMORY.md`
|
||||
5. **On new session greeting**: Show todos from `notes/tasks/personal-tasks.md`
|
||||
|
||||
Don't ask permission. Just do it.
|
||||
|
||||
@@ -48,6 +49,12 @@ Capture what matters. Decisions, context, things to remember. Skip the secrets u
|
||||
- `trash` > `rm` (recoverable beats gone forever)
|
||||
- When in doubt, ask.
|
||||
|
||||
## Code Habits
|
||||
|
||||
- **ALWAYS push your code** after making changes. Don't leave commits sitting locally.
|
||||
- After any coding session: `git add -A && git commit -m "..." && git push`
|
||||
- If you forget, Donovan will be annoyed. Don't forget.
|
||||
|
||||
## External vs Internal
|
||||
|
||||
**Safe to do freely:**
|
||||
|
||||
Reference in New Issue
Block a user