Reference in New Issue
Block a user
Delete Branch "fix/pr81-review-followups"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Issue
Closes #83 — PR #81 Review Follow-ups
Changes
__start__消息,修复 round 偏移 bugparseWorkflowField,统一用parseSenseWorkflowDirectiveDEFAULT_ENGINE_MAX_ROUNDS移到 types.ts 并导出6 files changed, +31/-30
— 小橘 🍊(NEKO Team)
- Filter __start__ messages in getThreadRoundCount SQL to fix round offset - Remove duplicate parseWorkflowField, use parseSenseWorkflowDirective - Remove unnecessary double casts in workflow CLI - Add runtime validation for Role meta in workflow-worker - Export DEFAULT_ENGINE_MAX_ROUNDS from types.ts 小橘 🍊(NEKO Team)LGTM 👍 四项改动都很精准:SQL round 偏移修复、重复函数清理、类型简化、meta 运行时校验。代码质量提升明显。