Pure rename of the named production-isolation socket to match the product brand (Mosaic Fleet), per Jason. Behavior is identical — only the socket NAME changes. - 6 example presets: socket_name: mosaic-factory → mosaic-fleet - fleet.ts: DEFAULT_SOCKET_NAME = 'mosaic-fleet' (+ all literals) - systemd units + READMEs, roster.schema.json, start-agent-session.sh - docs/guides + fleet PRD/TASKS + scratchpads; tests updated The PoC roster is socket-LESS (default socket, no -L), so it is unaffected. docs/fleet/north-star.md is intentionally EXCLUDED (owned by the in-flight doctrine PR #629 — its mosaic-factory references are renamed there to avoid a merge conflict). The live legacy canary fleet still running on the old socket is a separate retire/migrate op, not this PR. Single find/replace — target trivially swappable if the brand is reconsidered. Verified: 172 fleet + onboarding tests green; tsc/eslint/prettier/sanitize clean. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EsgTQzV5YUGk1JtCLP4B83
37 lines
771 B
YAML
37 lines
771 B
YAML
version: 1
|
|
transport: tmux
|
|
tmux:
|
|
socket_name: mosaic-fleet
|
|
holder_session: _holder
|
|
defaults:
|
|
working_directory: ~
|
|
runtimes:
|
|
claude:
|
|
reset_command: /clear
|
|
pi:
|
|
reset_command: /new
|
|
agents:
|
|
- name: orchestrator
|
|
runtime: claude
|
|
class: orchestrator
|
|
persistent_persona: true
|
|
- name: enhancer
|
|
runtime: claude
|
|
class: enhancer
|
|
persistent_persona: true
|
|
- name: coder0
|
|
runtime: pi
|
|
class: implementer
|
|
model_hint: openai-codex/gpt-5.5:high
|
|
reset_between_tasks: true
|
|
- name: coder1
|
|
runtime: pi
|
|
class: implementer
|
|
model_hint: openai-codex/gpt-5.5:high
|
|
reset_between_tasks: true
|
|
- name: reviewer
|
|
runtime: pi
|
|
class: reviewer
|
|
model_hint: openai-codex/gpt-5.5:high
|
|
reset_between_tasks: true
|