You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: dogfood Bonsai on itself — generate station/ workspace with tech-lead agent
Ran `bonsai init` on the Bonsai repo itself. Migrated hand-crafted agent/
directory into Bonsai-generated station/ workspace with full scaffolding,
protocols, sensors, workflows, routines, and customized identity/memory.
Retired old agent/ and root Backlog.md.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
└── Routines/ ← backlog-hygiene, dependency-audit, doc-freshness-check, etc.
59
64
```
60
65
61
66
---
62
67
63
-
## Skills (load when doing specific work)
68
+
## Agent Instructions
64
69
65
-
| Need | Read this |
66
-
|------|-----------|
67
-
| BubbleTea TUI development |`agent/Skills/bubbletea.md`|
68
-
69
-
References for each skill live in a subdirectory (e.g. `agent/Skills/bubbletea/`) — load progressively as needed.
70
+
All agent instructions live in `station/`. Start with `station/CLAUDE.md` for the full navigation table.
70
71
71
72
---
72
73
73
74
## Memory
74
75
75
76
> [!warning]
76
-
> **Do NOT use Claude Code's auto-memory system** (`~/.claude/projects/*/memory/`). All persistent memory goes in `agent/Core/memory.md` — version-controlled, auditable, inside the project.
77
+
> **Do NOT use Claude Code's auto-memory system** (`~/.claude/projects/*/memory/`). All persistent memory goes in `station/agent/Core/memory.md` — version-controlled, auditable, inside the project.
77
78
78
-
When you would normally write to auto-memory (feedback, references, project context, flags), write to the appropriate section in `agent/Core/memory.md` instead.
79
+
When you would normally write to auto-memory (feedback, references, project context, flags), write to the appropriate section in `station/agent/Core/memory.md` instead.
79
80
80
-
When you discover bugs, improvement ideas, tech debt, or feature requests outside your current task scope, add them to `Backlog.md` instead of fixing them inline or noting them only in memory.
81
+
When you discover bugs, improvement ideas, tech debt, or feature requests outside your current task scope, add them to `station/Playbook/Backlog.md` instead of fixing them inline or noting them only in memory.
0 commit comments