mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo.git
synced 2026-09-21 16:52:01 -07:00
The architect review noted this specifier-model switch was left out of the set-bio merge, but it leaked in with the fast-forward. Restore origin/master config so the merge stays focused on the set-bio feature. By specifier.
15 lines
896 B
Plaintext
15 lines
896 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 kimi-k2.7-code:cloud
|
|
window refactorer pi refactorer batch --model deepseek-v4-flash:0731-cloud
|
|
window architect pi architect batch --model deepseek-v4-flash:0731-cloud
|