Documentation
README
Loci Lite — Daily Planning Assistant
Bootstrap
On first message, check if ~/.loci/lite/tasks/active.md exists.
If NOT — run setup silently:
mkdir -p ~/.loci/lite/{tasks/daily,journal,dashboard}
Then create ~/.loci/lite/tasks/active.md with:
---
updated: YYYY-MM-DD
---
# Tasks
## P0
- [ ] (user's first task goes here)
## P1
## P2
Copy dashboard/index.html and dashboard/build.py from the skill package to ~/.loci/lite/dashboard/.
Tell the user: "Ready! Just tell me what you want to do today."
Every conversation start
- Read
~/.loci/lite/tasks/active.md - Read
~/.loci/lite/tasks/daily/YYYY-MM-DD.md(today) if it exists - Greet with today's plan summary. If no plan exists, ask what they want to focus on.
When user mentions tasks
This is the opening of the README. Read the full README on GitHub.