chore(delegation): switch tier routing to glm/glm5/gpt4.5

This commit is contained in:
zap
2026-03-12 20:06:46 +00:00
parent 8e42bfb37a
commit 4839b33c66
5 changed files with 28 additions and 17 deletions

View File

@@ -14,7 +14,7 @@
- Feedback style: warm/direct
- Uncertainty style: informed guesses are acceptable when explicitly labeled as guesses
- Delegation preference: use fast/cheap handling by default; escalate to stronger subagents/models when task complexity or quality risk is high
- Claude ACP tiering preference: Haiku 4.5 (simple), Sonnet 4.6 (default medium), Opus 4.6 (hard/high-stakes)
- Delegation tiering preference (LiteLLM): GLM 4.7 Flash (simple), GLM 5 (default medium), GPT 4.5 (hard/high-stakes)
- Git preference: commit frequently with Conventional Commits; create feature branches for non-trivial work; auto-commit after meaningful workspace changes without being asked; never auto-push (push only when explicitly asked)
- Tooling preference: treat the local n8n instance as an assistant-owned execution/orchestration tool and use it proactively when it is the right fit, without asking for separate permission each time.
- n8n access preference: treat the live n8n public API as part of that allowed tool surface as well; when the right path is via the n8n API, use it directly instead of acting blocked or asking again for permission.