mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo-client.git
synced 2026-09-21 16:52:02 -07:00
15 lines
904 B
Plaintext
15 lines
904 B
Plaintext
# Format: window <role> <agent> <worktree> [task|batch] [extra-cli-args...]
|
|
# The optional receive mode defaults to task. Use batch for roles that should
|
|
# consume all currently queued equal-priority handoffs as one batch.
|
|
# Any fields after the receive mode are passed to the agent CLI, e.g. --yolo.
|
|
#
|
|
# four-pack + pi on Linux: un solo harness (pi), un modelo por rol.
|
|
# - specifier/coder → opencode-go/deepseek-v4-flash (familia DeepSeek, flash)
|
|
# - refactorer → qwen-token-plan/qwen3.7-max (familia Qwen)
|
|
# - architect → qwen-token-plan/glm-5.2 (familia GLM)
|
|
# Verificar ids con: pi --list-models
|
|
window specifier pi master --model deepseek-v4-flash:0731-cloud
|
|
window coder pi coder --model deepseek-v4-flash:0731-cloud
|
|
window refactorer pi refactorer batch --model deepseek-v4-flash:0731-cloud
|
|
window architect pi architect batch --model deepseek-v4-flash:0731-cloud
|