Policy
Policies are eager, always-apply behavioral commitments — output format, clarification behavior, and other rules for how the agent operates.
What it is
Where it lives
.lynk/domains/<domain>/policies/<name>/POLICY.mdFormat
---
name: output-format
description: How the agent presents query results to the user
enabled: true
---
# Output Format
When presenting query results:
- Lead with the answer, not the methodology.
- Show numbers with appropriate precision — never more decimal places than the data supports.
- For comparisons, always say which direction the change goes (up/down, gained/lost).
- When data is missing or partial, name it explicitly rather than presenting incomplete numbers as complete.Examples
Validation
Related
Last updated