enforcing-taubyte-constraints
Installation
SKILL.md
Enforcing Taubyte Constraints
When to use
- Final review pass before
tau push/git push - Auditing a session's actions ("did I cover all the hard rules?")
- Reviewing a teammate's PR against a Taubyte project
- Onboarding a new agent / engineer to the project
How to use this skill
Each rule is a one-liner. The link points to the skill that explains and enforces the rule. Read the rule list top-to-bottom; if any rule is unclear or violated, jump to the linked skill before continuing.
Architecture & sources of truth
- GitHub is the single source of truth. Clouds (remote and Dream) build and serve from what's pushed; never bypass git. → understanding-taubyte-architecture
- Config repo is
tau-managed. Don't hand-editconfig/...YAML; mutations go throughtau new/tau edit/tau delete. → editing-taubyte-resources - Domains are CLI-managed always. Never
vim config/domains/<x>.yaml; usetau new domain/tau edit domain/tau delete domain. → creating-taubyte-resources