Fix tea CLI syntax for viewing issues

The tea CLI doesn't have a `view` subcommand - use `tea issues <number>`
directly instead of `tea issues view <number>`.

- Fix example in ARCHITECTURE.md
- Add clarifying tip in gitea skill to prevent this common mistake

Closes #2

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit was merged in pull request #3.
This commit is contained in:
2025-12-31 16:41:03 +01:00
parent 0b8f830921
commit 8b298e3564
2 changed files with 2 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ argument-hint: <issue-number>
# Work on Issue #$1
1. **View the issue**: `tea issue view $1`
1. **View the issue**: `tea issues $1`
2. **Create a branch**: `git checkout -b issue-$1-<title>`
...
```