diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-01-13 15:03:20 -1000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-01-13 15:03:20 -1000 |
| commit | 9cee3f78483532828a2f72c65eb2b952b2ded670 (patch) | |
| tree | dfd14dc91a9493f031bd5f15d047427a91344507 /README.md | |
| parent | fbf803978e1512b6833188cd91a7f00df1244e8b (diff) | |
remove agent access feature
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 |
