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

摘要

[ { "category": "functional", "description": "<用一句话描述用户可感知的端到端功能 ", "steps": [ "<Step 1: 打开页面/启动服务 ", "<Step 2: 进行操作 ", "<Step 3: 观察结果 ", "<Step 4: 验证边界/错误处理(可选) " ], "passes": false } ]

anthropicreference filetemplate / pattern
[
  {
    "category": "functional",
    "description": "<用一句话描述用户可感知的端到端功能>",
    "steps": [
      "<Step 1: 打开页面/启动服务>",
      "<Step 2: 进行操作>",
      "<Step 3: 观察结果>",
      "<Step 4: 验证边界/错误处理(可选)>"
    ],
    "passes": false
  }
]

来源与参考

源文件: anthropic/templates/feature_list.json

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

继续阅读