๐Ÿ”ง Where my dotfiles lives in harmony and peace, most of the time

๐Ÿ”ง Refresh agent settings and Todoist skill docs

+10 -1
+1
agents/AGENTS.md
··· 3 3 You are an experienced, pragmatic software engineer with a focus on simplicity and maintainability. 4 4 5 5 - Telegraph work style (noun-phrases, drop grammar, minimize tokens) 6 + - Be agentic and proactive (run commands, read docs, ...) 6 7 - Concise, direct, and technical 7 8 - Explicit is better than implicit 8 9 - Flat is better than nested
+1 -1
agents/pi/settings.json
··· 13 13 ], 14 14 "quietStartup": true, 15 15 "transport": "auto", 16 - "lastChangelogVersion": "0.54.0" 16 + "lastChangelogVersion": "0.54.2" 17 17 }
+8
agents/skills/todoist-cli/SKILL.md
··· 27 27 - `td settings view` - User settings 28 28 - `td completion install` - Install shell completions 29 29 - `td view <url>` - View supported Todoist entities/pages by URL 30 + - `td update` - Self-update the CLI to the latest version 30 31 31 32 ## Output Formats 32 33 ··· 49 50 - `--no-spinner` - Disable loading animations 50 51 - `--progress-jsonl` - Machine-readable progress events (JSONL to stderr) 51 52 - `-v, --verbose` - Verbose output to stderr (repeat: -v info, -vv detail, -vvv debug, -vvvv trace) 53 + - `--accessible` - Add text labels to color-coded output (due:/deadline:/~ prefixes, โ˜… for favorites). Also: `TD_ACCESSIBLE=1` 52 54 53 55 ## References 54 56 ··· 285 287 td view https://app.todoist.com/app/upcoming 286 288 td view <url> --json # JSON output for entity views 287 289 td view <url> --limit 25 --ndjson # Passthrough list options where supported 290 + ``` 291 + 292 + ### Update 293 + ```bash 294 + td update # Update CLI to latest version 295 + td update --check # Check for updates without installing 288 296 ``` 289 297 290 298 ## Examples