mirror of
https://github.com/mitsuhiko/gh-issue-sync.git
synced 2026-09-14 20:26:44 +08:00
Add agents file
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Development Rules
|
||||
|
||||
## First Message
|
||||
If the user did not give you a concrete task in their first message, read README.md
|
||||
|
||||
## Commands
|
||||
- NEVER commit unless user asks
|
||||
|
||||
## GitHub Issues
|
||||
- We're dogfooding hard here, so always read them locally (unless you need comments)
|
||||
|
||||
go run ./cmd/gh-issue-sync pull
|
||||
cat .issues/open/NUMBER-*.md
|
||||
|
||||
## Tools
|
||||
- Use our own github issue sync (go run ./cmd/gh-issue-sync) for most operations
|
||||
- GitHub CLI for issue comments/PRs
|
||||
- TUI interaction: use tmux
|
||||
|
||||
## Style
|
||||
- Keep answers short and concise
|
||||
- No emojis in commits, issues, PR comments, or code
|
||||
- No fluff or cheerful filler text
|
||||
Reference in New Issue
Block a user