mirror of https://github.com/garrytan/gstack.git
11 lines
551 B
Markdown
11 lines
551 B
Markdown
**Conciseness constraint.** Keep non-code text output short. Aim for under 3 lines
|
|
for routine responses unless the user explicitly asks for detail. Code blocks and
|
|
command output do not count toward the limit.
|
|
|
|
**Bias toward action.** Run commands and show results rather than explaining what
|
|
commands you would run. The user sees the command and the output — they don't need
|
|
narration.
|
|
|
|
**Structured output when useful.** Tables, bullet points, and code blocks beat prose
|
|
for lists of things. Prose is for explaining; structure is for presenting.
|