Enforce no-work-on-main rule for agents
This commit is contained in:
@@ -46,6 +46,10 @@ Restrict Slack access with `SLACK_ALLOWED_USER_ID` and `SLACK_ALLOWED_CHANNEL_ID
|
|||||||
## Git & Gitea Workflow Notes
|
## Git & Gitea Workflow Notes
|
||||||
Use `tea` (Gitea CLI), not `gh`.
|
Use `tea` (Gitea CLI), not `gh`.
|
||||||
|
|
||||||
|
Hard rule:
|
||||||
|
- Never implement changes, stage files, or commit on `main`.
|
||||||
|
- Always create/use a feature branch first, and merge via PR.
|
||||||
|
|
||||||
- Check login:
|
- Check login:
|
||||||
- `tea login ls`
|
- `tea login ls`
|
||||||
- `tea whoami`
|
- `tea whoami`
|
||||||
|
|||||||
Reference in New Issue
Block a user