这是一篇由原始材料转换而来的阅读页,保留了源文件的主要结构,并补充了可追溯的来源说明与链接。

摘要

[ { "id": "feature 001", "category": "functional", "priority": "high", "description": "<One user visible end to end capability ", "steps": [ "<Open or start the system ", "<Perform the user action ", "<Observe …

openaireference filetemplate / pattern
[
  {
    "id": "feature-001",
    "category": "functional",
    "priority": "high",
    "description": "<One user-visible end-to-end capability>",
    "steps": [
      "<Open or start the system>",
      "<Perform the user action>",
      "<Observe the expected result>",
      "<Validate an important edge case if relevant>"
    ],
    "verification": {
      "kind": "e2e",
      "notes": "<How the agent should prove this really works>"
    },
    "passes": false
  }
]

来源与参考

源文件: openai/templates/feature_list.json

来源目录: /srv/project/harness-engineering

继续阅读