| 1 | --- |
| 2 | name: rust-port-status |
| 3 | description: Show the status of all Rust port plan documents and recent related commits. Use when you need to understand what's been done vs what remains. |
| 4 | --- |
| 5 | |
| 6 | # Rust Port Status |
| 7 | |
| 8 | Show current status of the Rust compiler port. |
| 9 | |
| 10 | ## Instructions |
| 11 | |
| 12 | 1. List all files in `compiler/docs/rust-port/` |
| 13 | 2. For each numbered plan doc (e.g., `rust-port-0001-*.md`): |
| 14 | - Show the title (first heading) |
| 15 | - Show the status line (if present) |
| 16 | - Note whether it has "Remaining Work" items |
| 17 | - Show recent commits referencing it: `git log --oneline --grep="<key phrase>"` |
| 18 | 3. Show a summary table of plan doc statuses |
| 19 | 4. Show the 10 most recent `[rust-compiler]` commits: `git log --oneline --grep="rust-compiler" -10` |