feat(opencode): unify local review commands under /review

Consolidate `/local-review` and `/local-review-uncommitted` into a single `/review` command that uses subcommands (`uncommitted` or `branch`) to determine the review scope.

- Replace deprecated `/local-review-*` slash commands with `/review [scope]`
- Update documentation to reflect new command syntax
- Update telemetry to track the unified `review` command
- Update test suites to validate new command parsing and behavior
- Refactor review prompt templates and logic to support the new structure

Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
This commit is contained in:
maphew
2026-06-18 12:58:12 +00:00
parent 4134243429
commit dfaca497cc
31 changed files with 175 additions and 631 deletions
+2 -2
View File
@@ -42,10 +42,10 @@ Start the CLI from this branch with `bun install` if dependencies are missing, t
What is my favourite animal?
```
- Find `/local-review` and run it:
- Find `/review` and run it:
```text
/local-review
/review branch
```
- Change from Code mode to Ask mode and ask what it can do: