Files
REVOXELSEG_DICOM/AGENTS.md

24 lines
952 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 项目协作约束
本项目所有后续项目修改相关需求,都必须先执行 `工程分析/代码编纂工作流.md`
最低要求:
- 每次执行前记录开始时间,格式为 `{Year}-{Mon}-{Day}-{Hour}-{Min}-{Sec}`
- 阅读或创建 `工程分析/`,并阅读 `工程分析/工程整体分析.md``工程分析/经验记录.md`
- 写入当次 `需求分析-{timestamp}.md``实现方案-{timestamp}.md``测试方案-{timestamp}.md`
- 最终执行方案前再次确认已读 `经验记录.md`
- 执行后按 A/B/C/D 四段式追加 `工程分析/经验记录.md`
- 使用 Git/Gitea 对本次文档做备份 commitcommit message 必须包含时间戳和简要描述。
- 重新部署项目并验证服务。
当前项目部署优先使用:
```bash
cd WebSite
npm run build
npm run serve -- --host 0.0.0.0 --port 4000
```
若需要长期运行服务,优先沿用 `tmux` 会话 `revoxelseg-dicom`