Skip to content

Fix docs/script mismatch: replace todo command with actual script invocation - #1

Draft
xiaoski with Copilot wants to merge 1 commit into
mainfrom
copilot/update-readme-skill-md
Draft

Fix docs/script mismatch: replace todo command with actual script invocation#1
xiaoski with Copilot wants to merge 1 commit into
mainfrom
copilot/update-readme-skill-md

Conversation

Copilot AI commented Apr 15, 2026

Copy link
Copy Markdown

README and SKILL.md referenced a todo command that doesn't exist — no entry point is registered in pyproject.toml. The actual script is scripts/ms-todo-sync.py, invoked via uv run scripts/ms-todo-sync.py.

Changes

  • README.md — Updated all 12 command examples (todo login, todo list, etc.) to uv run scripts/ms-todo-sync.py <subcommand>
  • SKILL.md — Updated all 87 command references across the cheat sheet, agent workflow, and full command reference sections
  • scripts/ms-todo-sync.py — Updated argparse prog name, epilog example, and two user-facing error messages to reflect the correct invocation
-todo login
-todo add "Buy groceries" -l "Shopping" -p high -d 2
+uv run scripts/ms-todo-sync.py login
+uv run scripts/ms-todo-sync.py add "Buy groceries" -l "Shopping" -p high -d 2

Product name references ("Microsoft To Do"), project/repo name (ms-todo-sync), and Graph API paths (/me/todo/lists) are unchanged.

… README, SKILL.md and script

Agent-Logs-Url: https://github.com/xiaoski/ms-todo-sync/sessions/2c053171-b057-4c46-b9b8-aad69fb1877e

Co-authored-by: xiaoski <13517905+xiaoski@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants