diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -98,7 +98,6 @@ All configuration is done through environment variables. See `.env.example` for - `OBSIDIAN_VAULT_PATH`: Path to your Obsidian vault - `PLANTOEAT_API_KEY`: PlanToEat API key (not publicly available - leave empty) -- `AI_AGENT_API_KEY`: For Claude.ai access (generate with `openssl rand -hex 32`) - `PORT`: Server port (default: 8080) - `CACHE_TTL_MINUTES`: Cache duration (default: 5) - `DEBUG`: Enable debug logging (default: false) @@ -166,8 +165,8 @@ go build -o dashboard cmd/dashboard/main.go - [ ] Responsive UI ### Phase 2: Write Operations -- [ ] Create Todoist tasks -- [ ] Mark tasks complete +- [x] Create Todoist tasks +- [x] Mark tasks complete - [ ] Create Obsidian notes - [ ] Add meals to planner |
