Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,13 +348,13 @@ flowchart LR

## 🧪 Demo Repository

The external demo repository can be listed here after it is prepared:
Companion target repository:

```text
https://github.com/KKK985429/<your-demo-repository>
https://github.com/KKK985429/ecommerce-platform-demo.git
```

The demo repository should contain a reproducible target project, such as a backend service with seeded issues, tests, and validation scripts. This repository focuses on the runtime itself; target-system details can live in a dedicated demo repository.
The demo repository contains a reproducible business service, seeded issues, tests, and validation scripts. `code-terminator` focuses on runtime orchestration, task dispatch, and observability; the demo repository provides the target project to repair and verify.

---

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -540,13 +540,13 @@ artifacts/logs/<run_tag>.log

## 🧪 Demo 仓库

后续可在这里放置已经整理好的 Demo 仓库地址
本项目配套的目标业务仓库

```text
https://github.com/KKK985429/<your-demo-repository>
https://github.com/KKK985429/ecommerce-platform-demo.git
```

建议 Demo 仓库用于承载可复现的目标项目,例如一个带有后端服务、预置问题、测试用例和修复验证脚本的业务系统。主项目只保留运行时能力说明,具体 Demo 细节放到独立仓库维护
该仓库用于承载可复现的业务服务、预置问题、测试用例和修复验证脚本。`code-terminator` 负责运行时编排、任务派发和结果观察,Demo 仓库负责提供可被修复和验证的目标项目

---

Expand Down
Loading