editing-taubyte-resources
Installation
SKILL.md
Editing Taubyte Resources
When to use
- "Change the path / method / domain on this function"
- "Bump the database min/max replicas"
- "Rename a resource" (delete + recreate, see below)
- "Remove a resource we no longer need"
- "Update the matcher / description / tags"
- Cleaning up after a typo'd
tau new(e.g. wrong matcher)
Rule: CLI-managed, not YAML-managed
Never hand-edit config/... YAML to change resources. Every edit and delete goes through tau:
tau edit <kind> <name> [flags...]— mutate fieldstau delete <kind> <name>— remove the resource and its config entry
tau keeps related metadata in sync (e.g. domain registrations, application scope, references in other YAML files); hand edits silently break this.