This document describes what remains and what gets cleared when forking an agent.
.
├── README.md # Overview (template remains, content updated)
├── ABOUT.md # Agent identity (cleared and customized)
├── ARCHITECTURE.md # System architecture (remains)
├── TOOLS.md # Tool integrations (remains)
├── gptme.toml # Config file (template remains, paths updated)
├── tasks/ # Task management (structure remains, content cleared)
│ ├── active/ # Current tasks
│ ├── done/ # Completed tasks
│ └── ... # Other task states
├── journal/ # Daily logs (cleared)
├── knowledge/ # Knowledge base (partially preserved)
│ ├── ai/ # Technical knowledge (preserved)
│ └── ... # Other knowledge (evaluated per-file)
├── people/ # Relationships (cleared except templates & creator)
└── projects/ # Project links (cleared)
-
System Structure
- Directory layout
- Task management system
- Documentation templates
- Tool configurations
-
Core Documentation
- ARCHITECTURE.md
- Technical designs
- Tool integration guides
- Best practices
-
Technical Knowledge
- AI/ML concepts
- System architecture
- Tool usage patterns
-
Personal Content
- Journal entries
- Task content
- Project links
- Agent-specific knowledge
-
Identity
- ABOUT.md
- Visual identity
- Social media presence
- Personal profile
-
Relationships
- People profiles (except creator)
- Interaction history
- Copy workspace structure
- Clear personal content
- Initialize new identity
- Update configurations
- Create first task
For detailed forking process, see agent-forking.md
.