Records of all AI Agent work records across all developers
This directory tracks records for all developers working with AI Agents on this project.
workspace/
|-- index.md # This file - main index
+-- {developer}/ # Per-developer directory
|-- index.md # Personal index with session history
|-- tasks/ # Task files
| |-- *.json # Active tasks
| +-- archive/ # Archived tasks by month
+-- journal-N.md # Journal files (sequential: 1, 2, 3...)
| Developer | Last Active | Sessions | Active File |
|---|---|---|---|
| (none yet) | - | - | - |
Run the initialization script:
python3 ./.trellis/scripts/init_developer.py <your-name>
This will:
Get your developer name:
python3 ./.trellis/scripts/get_developer.py
Read your personal index:
cat .trellis/workspace/$(python3 ./.trellis/scripts/get_developer.py)/index.md
journal-{N+1}.mdindex.md when creating new filesEach session should include:
Use this template when recording sessions:
## Session {N}: {Title}
**Date**: YYYY-MM-DD
**Task**: {task-name}
**Branch**: `{branch-name}`
### Summary
{One-line summary}
### Main Changes
- {Change 1}
- {Change 2}
### Git Commits
| Hash | Message |
|------|---------|
| `abc1234` | {commit message} |
### Testing
- [OK] {Test result}
### Status
[OK] **Completed** / # **In Progress** / [P] **Blocked**
### Next Steps
- {Next step 1}
- {Next step 2}
Language: All documentation must be written in English.