taubyte-execution-modes
Original:🇺🇸 English
Translated
Defines command mode policy. Non-interactive is default; interactive is opt-in.
4installs
Sourcetaubyte/skills
Added on
NPX Install
npx skill4agent add taubyte/skills taubyte-execution-modesTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Execution Modes
Default mode
- Non-interactive by default:
- use
--defaults --yes - provide explicit required flags
- use
Interactive mode
- Only when user explicitly requests guided prompts.
- Remove and allow CLI prompts.
--defaults
Patterns
bash
# default
tau --defaults --yes <command> <subcommand> <flags...>
# interactive
tau <command> <subcommand>