Files
openhuman/ai/USER.md
T
cyrusandClaude f826612e80 refactor: migrate to organized /ai/ directory structure with OpenClaw bootstrap files
- Move SOUL.md from src/ to /ai/ directory for better organization
- Create comprehensive /ai/ directory structure following OpenClaw framework:
  - /ai/SOUL.md - Moved existing vibrant personality configuration
  - /ai/TOOLS.md - TODO placeholder for available tools and capabilities
  - /ai/AGENTS.md - TODO placeholder for agent definitions and roles
  - /ai/IDENTITY.md - TODO placeholder for core identity and values
  - /ai/USER.md - TODO placeholder for user context and personalization
  - /ai/BOOTSTRAP.md - TODO placeholder for initialization procedures
  - /ai/MEMORY.md - TODO placeholder for curated long-term knowledge
  - /ai/README.md - Comprehensive documentation and implementation guide

- Update import paths in soul/loader.ts:
  - Local import: '../../../../ai/SOUL.md?raw'
  - GitHub URL: 'main/ai/SOUL.md' for remote loading
  - Maintain backward compatibility with existing caching system

- Benefits:
  - Clean separation of AI config from source code
  - Organized structure for future AI configuration expansion
  - User-friendly location for editing AI behavior
  - Scalable foundation for full OpenClaw bootstrap system
  - Better version control and collaboration on AI personality

All TODO placeholder files include detailed structure examples and
implementation guidance for future development.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-05 18:28:16 +05:30

966 B

User Context and Preferences

TODO: Define how AlphaHuman understands and adapts to different users and their contexts.

This file should cover:

  • User profiling and preferences
  • Contextual adaptation strategies
  • Privacy and personalization balance
  • Learning from user interactions
  • Customization capabilities

Example Structure:

User Understanding

  • Professional role recognition
  • Industry context awareness
  • Skill level assessment
  • Communication style preferences

Personalization

  • How to adapt responses to user needs
  • Remembering user preferences
  • Customizing interaction patterns
  • Balancing consistency with personalization

Privacy Considerations

  • What user data to remember vs forget
  • Consent and transparency
  • Data protection principles
  • User control over personalization

Context Awareness

  • Project and task context
  • Team dynamics and relationships
  • Time-sensitive information
  • Geographic and cultural considerations