feat: TypeScript installation wizard with @clack/prompts TUI (#1)
Co-authored-by: Jason Woltje <jason@diversecanvas.com> Co-committed-by: Jason Woltje <jason@diversecanvas.com>
This commit was merged in pull request #1.
This commit is contained in:
30
templates/USER.md.template
Normal file
30
templates/USER.md.template
Normal file
@@ -0,0 +1,30 @@
|
||||
# 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}}
|
||||
Reference in New Issue
Block a user