taubyte-debugging-and-recovery
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseDebugging And Recovery
调试与恢复
Checklist
检查清单
- Verify context:
bash
tau --json current - Verify resources:
bash
tau --json list projects tau --json list applications - Build diagnostics:
bash
tau query builds --since 1h tau query job --jid <job_id> tau query logs --jid <job_id> - Windows path fallback:
bash
MSYS_NO_PATHCONV=1 <command> - Dream diagnostics:
bash
dream status universe default dream status gateway default - Update context log with failure + fix summary, including latest job IDs and diagnosis.
- 验证上下文:
bash
tau --json current - 验证资源:
bash
tau --json list projects tau --json list applications - 构建诊断:
bash
tau query builds --since 1h tau query job --jid <job_id> tau query logs --jid <job_id> - Windows路径回退:
bash
MSYS_NO_PATHCONV=1 <command> - Dream诊断:
bash
dream status universe default dream status gateway default - 更新上下文日志,记录故障及修复摘要,包括最新作业ID和诊断结果。
Go compile guardrail
Go编译防护栏
- If failures include assignment mismatch/undefined methods in go-sdk calls, apply before retrying.
taubyte-go-sdk-constraints
- 如果故障包含go-sdk调用中的赋值不匹配/未定义方法,请在重试前应用。
taubyte-go-sdk-constraints