Skip to content

Commit 6f47993

Browse files
committed
docs: fix dead links in TODO.md for tutorial guided execution
1 parent 4e7a3f4 commit 6f47993

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TODO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ This is a three-phase feature:
472472

473473
Implemented as 4 MCP tools (`get_tutorial_step`, `update_tutorial_progress`, `get_tutorial_progress`, `list_active_tutorials`) plus a heuristic annotation engine that extracts executable commands, file creates, and verification checks from tutorial step markdown. The AI agent drives the tutorial flow — fetching steps, annotating content, tracking progress — while the MCP server stays stateless. Progress is stored in `tutorial-progress.json` in the XDG data directory, shared between MCP tools and the existing TUI.
474474

475-
See [design spec](docs/superpowers/specs/2026-04-21-tutorial-guided-execution-design.md) and [implementation plan](docs/superpowers/plans/2026-04-21-tutorial-guided-execution.md).
475+
New files: `internal/tutorials/annotate.go` (annotation engine), `internal/mcpserver/tools_tutorial_exec.go` (MCP handlers), with tests alongside.
476476

477477
#### Phase 3 — AI Agent as Instructor
478478

0 commit comments

Comments
 (0)