Loading...
Loading...
Records completed work progress to .trellis/workspace/ journal files after human testing and commit. Captures session summaries, commit hashes, and updates developer index files for future session context. Use when a coding session is complete, after the human has committed code, or to persist session knowledge for future AI sessions.
npx skill4agent add mindfold-ai/trellis record-sessiongit loggit statusgit diffpython3 ./.trellis/scripts/get_context.py# Method 1: Simple parameters
python3 ./.trellis/scripts/add_session.py \
--title "Session Title" \
--commit "hash1,hash2" \
--summary "Brief summary of what was done"
# Method 2: Pass detailed content via stdin
cat << 'EOF' | python3 ./.trellis/scripts/add_session.py --stdin --title "Title" --commit "hash"
| Feature | Description |
|---------|-------------|
| New API | Added user authentication endpoint |
| Frontend | Updated login form |
**Updated Files**:
- `packages/api/modules/auth/router.ts`
- `apps/web/modules/auth/components/login-form.tsx`
EOFstatusstatusplanningin_progresspython3 ./.trellis/scripts/task.py archive <task-name>| Command | Purpose |
|---|---|
| Get all context info |
| One-click add session (recommended) |
| Create new task directory |
| Archive completed task |
| List active tasks |