npx -y clavue@8.22.5
# first useful prompt
Inspect the failing test, make the smallest source fix, run the targeted test, then verify before reporting back.
clavue provider
/provider
/provider list
/provider current
/provider doctor
/provider validate
/provider repair
/provider use gpt54-main
命令
命令
使用 slash commands 作为可复用工作流入口。
/provider 管理路由
/mao 进行审查和救援
/team 检查就绪度
/retro 运行改进循环
/provider doctor
/mao review --background
/mao rescue --write fix the provider override bug and verify it
/team check
/retro onboarding and route validation
最佳实践
最佳实践
保持范围聚焦、要求验证,并一次只请求一个可审查工作单元。
用具体任务替代模糊目标
说明哪些内容不应改变
先运行目标检查,再运行更宽验证
Fix the failing auth retry test, make the smallest source change, and run the targeted test.
Do not refactor unrelated provider code. Keep this to the failing validation path.
安全与信任
安全与信任
Clavue 面向明确的本地执行、权限边界和具体验证。
破坏性或共享状态操作前先确认
用 /provider current 检查当前路由
声明完成前先验证
/approvals
/provider current
/provider validate
CLAVUE_USE_KEYCHAIN=1 clavue # optional old macOS Keychain behavior