mirror of
https://github.com/harivansh-afk/veet-code.git
synced 2026-04-15 11:02:21 +00:00
update to allow claude command access
This commit is contained in:
parent
b3fbb0faff
commit
05d86562ee
7 changed files with 122 additions and 14 deletions
22
README.md
22
README.md
|
|
@ -23,8 +23,9 @@ veet
|
|||
|
||||
```bash
|
||||
git clone https://github.com/harivansh-afk/veet-code.git
|
||||
cd veetcode
|
||||
cd veet-code
|
||||
uv sync
|
||||
./veet install-commands # optional: install Claude slash commands
|
||||
./veet
|
||||
```
|
||||
|
||||
|
|
@ -49,14 +50,23 @@ uv sync
|
|||
| `q` | Quit |
|
||||
| `Ctrl+P` | Command palette |
|
||||
|
||||
## CLI Commands
|
||||
|
||||
```bash
|
||||
veet # Launch TUI
|
||||
veet list # List all problems
|
||||
veet install-commands # Install Claude slash commands
|
||||
veet path # Show install location
|
||||
```
|
||||
|
||||
## Generate Problems
|
||||
|
||||
Use Claude Code slash commands in `.claude/commands/`:
|
||||
Use Claude slash commands (works anywhere after install):
|
||||
|
||||
- `/generate` — create a new problem
|
||||
- `/hint` — get a hint
|
||||
- `/explain` — explain the solution
|
||||
- `/add-tests` — add more test cases
|
||||
- `/veet-generate` — create a new problem
|
||||
- `/veet-hint` — get a hint
|
||||
- `/veet-explain` — explain the solution
|
||||
- `/veet-add-tests` — add more test cases
|
||||
|
||||
## Themes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue