chore: remove gitea-access rule from project (belongs in agent local skills)
This commit is contained in:
@@ -1,38 +0,0 @@
|
||||
---
|
||||
description: Gitea access for git.shazhou.work via tea CLI
|
||||
globs: "**/*"
|
||||
alwaysApply: false
|
||||
---
|
||||
|
||||
# Gitea Access (git.shazhou.work)
|
||||
|
||||
Use the `tea` CLI to interact with our self-hosted Gitea instance.
|
||||
Login is pre-configured (user: xingyue, default login: shazhou).
|
||||
|
||||
## Commands
|
||||
|
||||
```bash
|
||||
# List open issues (from within a repo)
|
||||
tea issues
|
||||
|
||||
# Read a specific issue with comments
|
||||
tea issues 3
|
||||
|
||||
# List all issues including closed
|
||||
tea issues --state all
|
||||
|
||||
# Specify repo explicitly (when not in repo dir)
|
||||
tea issues --repo uncaged/nerve
|
||||
|
||||
# List PRs
|
||||
tea pr
|
||||
|
||||
# Create issue
|
||||
tea issues create --title "..." --body "..."
|
||||
```
|
||||
|
||||
## When to use
|
||||
|
||||
- When a task references a Gitea issue number, ALWAYS read the issue first to get full context
|
||||
- When starting work on a feature, check related open issues
|
||||
- `tea` auto-detects owner/repo from the current git remote
|
||||
Reference in New Issue
Block a user