Skip to content

Commit 470a5de

Browse files
author
guanjiawei
committed
docs: document sync flow from main repo
1 parent a8e59cc commit 470a5de

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ This repository contains the OpenClaw-facing distribution of AIMA Doctor:
4545

4646
The AIMA platform backend, distribution endpoints, and end-to-end platform tests live in the main [aima-service-new](https://github.com/Approaching-AI/aima-service-new) repository.
4747

48+
The packaged OpenClaw payload in this repo is synchronized from the main repo's
49+
doctor templates and packaging logic. See
50+
[`docs/releasing.md`](docs/releasing.md) for the release flow and the
51+
main-repo sync note.
52+
4853
## Build a release
4954

5055
```bash

docs/releasing.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ produce and publish three bundles:
77
- `aima-doctor-runtime.zip`
88
- `aima-doctor-skill.zip`
99

10+
Before cutting a new release here, first sync the packaged payload from the
11+
main repo:
12+
13+
```bash
14+
cd ../aima-service-new
15+
python3 scripts/sync_aima_openclaw_repo.py --target-repo ../aima-openclaw
16+
```
17+
1018
## 1. Update the bundle version
1119

1220
Edit `VERSION` when the packaged AIMA Doctor bundle changes.

0 commit comments

Comments
 (0)