Skip to content

Commit 71d5d22

Browse files
docs: add publish path and point site at live branch/release
Co-authored-by: edenbuilds <edenbuilds@users.noreply.github.com>
1 parent e145412 commit 71d5d22

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

PUBLISH.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Publish `edenbuilds/godmode` (one command)
2+
3+
This cloud agent can only write to `edenbuilds/bloom` (GitHub App selected-repo scope). The full GODMODE product lives on branch `cursor/godmode-repo-a5cc` and release [`godmode-v0.1.0`](https://github.com/edenbuilds/bloom/releases/tag/godmode-v0.1.0).
4+
5+
## Create the fresh repo under edenbuilds
6+
7+
On any machine where you are logged into GitHub as **edenbuilds**:
8+
9+
```bash
10+
curl -L https://github.com/edenbuilds/bloom/releases/download/godmode-v0.1.0/godmode.zip -o godmode.zip
11+
unzip godmode.zip && cd godmode
12+
./scripts/publish.sh
13+
```
14+
15+
That creates **https://github.com/edenbuilds/godmode**, pushes `main`, and sets topics.
16+
17+
### Or from this branch
18+
19+
```bash
20+
git clone --single-branch --branch cursor/godmode-repo-a5cc https://github.com/edenbuilds/bloom.git godmode
21+
cd godmode
22+
./scripts/publish.sh
23+
```
24+
25+
After it exists, grant the Cursor GitHub App access to `godmode` if you want cloud agents to iterate on it.

0 commit comments

Comments
 (0)