1.9 KiB
1.9 KiB
TOOLS.md - Local Notes
Mosaic Bootstrap
- Binary:
~/.config/mosaic/bin/mosaic(not in default PATH) - Launch:
export PATH="$HOME/.config/mosaic/bin:$PATH"before using - Source:
~/src/mosaic-bootstrap - Config:
~/.config/mosaic/ - Key commands:
mosaic prdy init --project <path>— Create PRD via guided agent sessionmosaic coord init --name <name> --project <path> [--milestones ...]— Init missionmosaic coord run --project <path>— Launch orchestrator sessionmosaic yolo claude— Launch Claude Code with dangerous permissions + mosaic railsmosaic doctor— Health audit
Mosaic Stack
- Source:
~/src/mosaic-stack - Live: mosaic.woltje.com
- CI: Woodpecker → Portainer
- Gitea: git.mosaicstack.dev
- Active mission: prd-implementation-20260222 (needs closing before new mission)
- Quality gates:
pnpm lint && pnpm build && pnpm test
jarvis-brain
- Source:
~/src/jarvis-brain - Query:
python3 tools/brain.py today|tasks|events|stale - Gitea-synced between home and work
Coding Agents
- Claude Code:
/home/jwoltje/.local/bin/claudev2.1.63 (OAuth) - Codex CLI:
/home/jwoltje/.npm-global/bin/codexv0.104.0 (OAuth) - GLM: via Z.ai API key, available as
zai/glm-5aliasglm-5
Agent Orchestration Strategy
- I (Jarvis/OpenClaw) act as the orchestrator
- Use mosaic bootstrap rails for mission/task management
- Launch single-task workers via:
mosaic yolo claudefor complex implementation taskscodex exec --full-autofor targeted, scoped tasks- OpenClaw
sessions_spawnfor GLM-5 tasks
- Never edit source code directly — always delegate to workers
- Track everything in docs/TASKS.md (orchestrator is sole writer)
- Max 2 parallel workers
SSH / Servers
- (none configured yet)
TTS
- (none configured yet)
Cameras
- (none configured yet)