The task definitions in tasks.md lack sufficient detail, causing the implementation phase to generate mere placeholders (<h2> + <p>) while incorrectly flagging them as completed [X]. #2419
Unanswered
aaronchen2k
asked this question in
Q&A
Replies: 1 comment
-
|
You probably need to be a bit more specific in your guidance. This looks like a good candidate for both |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How to fix it? Thanks!
The definition in tasks.md is too vague. For example, T017 says "implement the frontend item list page... create ItemListView.vue" — Codex saw the word "create" and produced a 6-line skeleton file (<h2> + <p>), then marked it [X] as done. The task description doesn't specify acceptance criteria like "must include list rendering, filtering logic, and pagination controls," so Codex delivered the minimum possible interpretation.tasks.md 的定义太模糊。比如 T017 写的是"实现前端物品列表页...创建 ItemListView.vue"——Codex 看到"创建"就建了个 6 行的骨架文件(<h2>+<p>),然后就标记 [X] 完成了。任务描述没有明确"必须包含列表渲染、筛选逻辑、分页交互"等验收标准,Codex 就按最低理解交付。Beta Was this translation helpful? Give feedback.
All reactions