Skip to content

Commit 82bee84

Browse files
committed
docs: Add 'Progressive Complexity' and 'Reference over Value' design principles.
1 parent 4782e48 commit 82bee84

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/design-principles.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ Apply them with nuance.
88
- **Small, Deterministic Blocks**: Give agents composable tools (Click, Screenshot), not magic buttons.
99
- **Self-Healing Errors**: Return actionable errors that include context and potential fixes.
1010
- **Human-Agent Collaboration**: Output must be readable by machines (structured) AND humans (summaries).
11+
- **Progressive Complexity**: Tools should be simple by default (high-level actions) but offer advanced optional arguments for power users.
12+
- **Reference over Value**: for heavy assets (screenshots, traces, videos), return a file path or resource URI, never the raw data stream.

0 commit comments

Comments
 (0)