pushing-taubyte-projects
Installation
SKILL.md
Pushing Taubyte Projects
When to use
- "Push my project / website / library to the cloud"
- After editing config (resources) or code (function source)
- Before a
dream injectcycle on Dream local tau pushfails withCommit Message: is required ... required value missing
Mental model
tau push wraps git add -A && git commit -m <msg> && git push for the relevant repo, then optionally signals the cloud. GitHub remains the source of truth; tau push is a convenience over raw git, plus it knows about the --config-only / --code-only split for the project's two repos.
The --message rule
When invoked with --defaults, tau push will not prompt for a commit message. You must pass --message <msg> (or -m <msg>) explicitly, or you'll see: