Compare commits
1 Commits
386d1a3bf8
...
feat/agent
| Author | SHA1 | Date | |
|---|---|---|---|
| 882fe4aa3c |
12
AGENTS.md
Normal file
12
AGENTS.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# AGENTS.md
|
||||
|
||||
Personal development conventions — applies to all projects unless overridden by a project-level AGENTS.md.
|
||||
|
||||
## Workflow
|
||||
|
||||
- New feature → clean branch from `origin/master` → push → PR on Gitea
|
||||
- Branch naming: `feat/description` (features), `fix/description` (bugs/docs/docs/chores)
|
||||
- Always branch from `origin/master`, never from another feature branch
|
||||
- PR title describes the change; body explains motivation + summary
|
||||
- After PR merge, delete the feature branch
|
||||
- Always validate before push (build, lint, test)
|
||||
Reference in New Issue
Block a user