Enforce no-work-on-main rule for agents

This commit is contained in:
2026-02-17 04:18:24 +09:00
parent 7d3540483b
commit 6a29c5f3dd

View File

@@ -46,6 +46,10 @@ Restrict Slack access with `SLACK_ALLOWED_USER_ID` and `SLACK_ALLOWED_CHANNEL_ID
## Git & Gitea Workflow Notes
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:
- `tea login ls`
- `tea whoami`