Co-authored-by: Jason Woltje <jason@diversecanvas.com> Co-committed-by: Jason Woltje <jason@diversecanvas.com>
31 lines
467 B
Plaintext
31 lines
467 B
Plaintext
# User Profile
|
|
|
|
This file defines user-specific context for all agent sessions.
|
|
It is loaded globally and applies regardless of runtime or project.
|
|
|
|
## Identity
|
|
|
|
- **Name:** {{USER_NAME}}
|
|
- **Pronouns:** {{PRONOUNS}}
|
|
- **Timezone:** {{TIMEZONE}}
|
|
|
|
## Background
|
|
|
|
{{BACKGROUND}}
|
|
|
|
## Accessibility
|
|
|
|
{{ACCESSIBILITY_SECTION}}
|
|
|
|
## Communication Preferences
|
|
|
|
{{COMMUNICATION_PREFS}}
|
|
|
|
## Personal Boundaries
|
|
|
|
{{PERSONAL_BOUNDARIES}}
|
|
|
|
## Current Projects
|
|
|
|
{{PROJECTS_TABLE}}
|