Skip to content

Commit 29d00ac

Browse files
committed
chore: migrate org references from sopify-ai to evidentloop
Update all install scripts, READMEs, CONTRIBUTING docs, release docs, and runtime Python files to reference the new evidentloop GitHub org. Context-Checkpoint: D Release-Sync: yes Release-Version: 2026-04-28.143230 Release-Date: 2026-04-28
1 parent c56db4d commit 29d00ac

15 files changed

Lines changed: 90 additions & 25 deletions

File tree

CHANGELOG.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,71 @@ This changelog is maintained manually (not auto-generated).
66

77
## [Unreleased]
88

9+
## [2026-04-28.143230] - 2026-04-28
10+
11+
### Docs
12+
13+
- Refined public documentation:
14+
- `CONTRIBUTING.md`
15+
- `CONTRIBUTING_CN.md`
16+
- `README.md`
17+
- `README.zh-CN.md`
18+
- `docs/dev/release-process.md`
19+
20+
### Runtime
21+
22+
- Updated runtime internals:
23+
- `runtime/cli.py`
24+
25+
### Scripts
26+
27+
- Adjusted maintenance scripts:
28+
- `scripts/go_plan_runtime.py`
29+
- `scripts/sopify_runtime.py`
30+
31+
### Skills
32+
33+
- Synced prompt-layer skills:
34+
- `Claude/Skills/CN/CLAUDE.md`
35+
- `Claude/Skills/EN/CLAUDE.md`
36+
- `Codex/Skills/CN/AGENTS.md`
37+
- `Codex/Skills/EN/AGENTS.md`
38+
39+
### Changed
40+
41+
- Updated project files:
42+
- `CHANGELOG.md`
43+
- `install.ps1`
44+
- `install.sh`
45+
46+
## [2026-04-28.142643] - 2026-04-28
47+
48+
### Docs
49+
50+
- Refined public documentation:
51+
- `CONTRIBUTING.md`
52+
- `CONTRIBUTING_CN.md`
53+
- `README.md`
54+
- `README.zh-CN.md`
55+
- `docs/dev/release-process.md`
56+
57+
### Runtime
58+
59+
- Updated runtime internals:
60+
- `runtime/cli.py`
61+
62+
### Scripts
63+
64+
- Adjusted maintenance scripts:
65+
- `scripts/go_plan_runtime.py`
66+
- `scripts/sopify_runtime.py`
67+
68+
### Changed
69+
70+
- Updated project files:
71+
- `install.ps1`
72+
- `install.sh`
73+
974
## [2026-04-28.134325] - 2026-04-28
1075

1176
### Skills

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ python3 scripts/install_sopify.py --target claude:en-US --workspace /path/to/pro
6363
- Dev / maintainer remote entry (`raw/main`, not for README first screen):
6464

6565
```bash
66-
curl -fsSL https://raw.githubusercontent.com/sopify-ai/sopify/main/install.sh | \
66+
curl -fsSL https://raw.githubusercontent.com/evidentloop/sopify/main/install.sh | \
6767
bash -s -- --target codex:zh-CN
6868
```
6969

7070
- Public stable entry (only after a public GitHub Release exists):
7171

7272
```bash
73-
curl -fsSL https://github.com/sopify-ai/sopify/releases/latest/download/install.sh | \
73+
curl -fsSL https://github.com/evidentloop/sopify/releases/latest/download/install.sh | \
7474
bash -s -- --target codex:zh-CN
7575
```
7676

CONTRIBUTING_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ python3 scripts/install_sopify.py --target claude:en-US
6666
- dev / maintainer 远程入口(`raw/main`,不进 README 首屏):
6767

6868
```bash
69-
curl -fsSL https://raw.githubusercontent.com/sopify-ai/sopify/main/install.sh | \
69+
curl -fsSL https://raw.githubusercontent.com/evidentloop/sopify/main/install.sh | \
7070
bash -s -- --target codex:zh-CN
7171
```
7272

7373
- public stable 入口(只有在公开 GitHub Release 存在后才启用):
7474

7575
```bash
76-
curl -fsSL https://github.com/sopify-ai/sopify/releases/latest/download/install.sh | \
76+
curl -fsSL https://github.com/evidentloop/sopify/releases/latest/download/install.sh | \
7777
bash -s -- --target codex:zh-CN
7878
```
7979

Claude/Skills/CN/CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- bootstrap: lang=zh-CN; encoding=UTF-8 -->
2-
<!-- SOPIFY_VERSION: 2026-04-28.134325 -->
2+
<!-- SOPIFY_VERSION: 2026-04-28.143230 -->
33
<!-- ARCHITECTURE: Adaptive Workflow + Layered Rules -->
44

55
# Sopify - 自适应 AI 编程助手

Claude/Skills/EN/CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- bootstrap: lang=en-US; encoding=UTF-8 -->
2-
<!-- SOPIFY_VERSION: 2026-04-28.134325 -->
2+
<!-- SOPIFY_VERSION: 2026-04-28.143230 -->
33
<!-- ARCHITECTURE: Adaptive Workflow + Layered Rules -->
44

55
# Sopify - Adaptive AI Programming Assistant

Codex/Skills/CN/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- bootstrap: lang=zh-CN; encoding=UTF-8 -->
2-
<!-- SOPIFY_VERSION: 2026-04-28.134325 -->
2+
<!-- SOPIFY_VERSION: 2026-04-28.143230 -->
33
<!-- ARCHITECTURE: Adaptive Workflow + Layered Rules -->
44

55
# Sopify - 自适应 AI 编程助手

Codex/Skills/EN/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- bootstrap: lang=en-US; encoding=UTF-8 -->
2-
<!-- SOPIFY_VERSION: 2026-04-28.134325 -->
2+
<!-- SOPIFY_VERSION: 2026-04-28.143230 -->
33
<!-- ARCHITECTURE: Adaptive Workflow + Layered Rules -->
44

55
# Sopify - Adaptive AI Programming Assistant

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE)
1010
[![Docs](https://img.shields.io/badge/docs-CC%20BY%204.0-green.svg)](./LICENSE-docs)
11-
[![Version](https://img.shields.io/badge/version-2026--04--28.134325-orange.svg)](#version-history)
11+
[![Version](https://img.shields.io/badge/version-2026--04--28.143230-orange.svg)](#version-history)
1212
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](./CONTRIBUTING.md)
1313

1414
English · [简体中文](./README.zh-CN.md) · [Quick Start](#quick-start) · [Configuration](#configuration) · [Contributors](./CONTRIBUTORS.md)
@@ -50,18 +50,18 @@ This guide focuses on install visibility, verification, and stable first use; re
5050

5151
```bash
5252
# Recommended: official stable one-liner
53-
curl -fsSL https://github.com/sopify-ai/sopify/releases/latest/download/install.sh | bash -s -- --target codex:en-US
53+
curl -fsSL https://github.com/evidentloop/sopify/releases/latest/download/install.sh | bash -s -- --target codex:en-US
5454

5555
# Two-step install: download first, review, then run
56-
curl -fsSL -o sopify-install.sh https://github.com/sopify-ai/sopify/releases/latest/download/install.sh
56+
curl -fsSL -o sopify-install.sh https://github.com/evidentloop/sopify/releases/latest/download/install.sh
5757
sed -n '1,40p' sopify-install.sh
5858
bash sopify-install.sh --target codex:en-US
5959
```
6060

6161
Windows PowerShell can download the same stable asset and run it locally:
6262

6363
```powershell
64-
iwr https://github.com/sopify-ai/sopify/releases/latest/download/install.ps1 -OutFile sopify-install.ps1
64+
iwr https://github.com/evidentloop/sopify/releases/latest/download/install.ps1 -OutFile sopify-install.ps1
6565
Get-Content sopify-install.ps1 -TotalCount 40
6666
.\sopify-install.ps1 --target codex:en-US
6767
```

README.zh-CN.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[![许可证](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE)
1010
[![文档](https://img.shields.io/badge/docs-CC%20BY%204.0-green.svg)](./LICENSE-docs)
11-
[![版本](https://img.shields.io/badge/version-2026--04--28.134325-orange.svg)](#版本历史)
11+
[![版本](https://img.shields.io/badge/version-2026--04--28.143230-orange.svg)](#版本历史)
1212
[![欢迎PR](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](./CONTRIBUTING_CN.md)
1313

1414
[English](./README.md) · 简体中文 · [快速开始](#快速开始) · [配置说明](#配置说明) · [贡献者](./CONTRIBUTORS.md)
@@ -50,18 +50,18 @@ Sopify 用机器可读协议把关键节点变成可见流程:缺事实时停
5050

5151
```bash
5252
# 推荐:稳定版一行安装
53-
curl -fsSL https://github.com/sopify-ai/sopify/releases/latest/download/install.sh | bash -s -- --target codex:zh-CN
53+
curl -fsSL https://github.com/evidentloop/sopify/releases/latest/download/install.sh | bash -s -- --target codex:zh-CN
5454

5555
# 两步安装:先下载,确认后再执行
56-
curl -fsSL -o sopify-install.sh https://github.com/sopify-ai/sopify/releases/latest/download/install.sh
56+
curl -fsSL -o sopify-install.sh https://github.com/evidentloop/sopify/releases/latest/download/install.sh
5757
sed -n '1,40p' sopify-install.sh
5858
bash sopify-install.sh --target codex:zh-CN
5959
```
6060

6161
Windows PowerShell 可下载同一份 stable asset 后执行:
6262

6363
```powershell
64-
iwr https://github.com/sopify-ai/sopify/releases/latest/download/install.ps1 -OutFile sopify-install.ps1
64+
iwr https://github.com/evidentloop/sopify/releases/latest/download/install.ps1 -OutFile sopify-install.ps1
6565
Get-Content sopify-install.ps1 -TotalCount 40
6666
.\sopify-install.ps1 --target codex:zh-CN
6767
```

docs/dev/release-process.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ grep "SourceChannel\|SourceRef" "$OUT_DIR/install.ps1"
106106

107107
### 4. 创建 GitHub Release
108108

109-
前往 `https://github.com/sopify-ai/sopify/releases/new`
109+
前往 `https://github.com/evidentloop/sopify/releases/new`
110110

111111
1. Tag:填入 `$TAG`,目标分支选 `main`
112112
2. Title:`$TAG`(或加可读描述)
@@ -122,7 +122,7 @@ grep "SourceChannel\|SourceRef" "$OUT_DIR/install.ps1"
122122
```bash
123123
# 快速验证(推荐)
124124
HOME="$(mktemp -d)" bash -c \
125-
'curl -fsSL https://github.com/sopify-ai/sopify/releases/latest/download/install.sh | bash -s -- --target codex:zh-CN'
125+
'curl -fsSL https://github.com/evidentloop/sopify/releases/latest/download/install.sh | bash -s -- --target codex:zh-CN'
126126
```
127127

128128
或用 smoke 脚本:
@@ -191,6 +191,6 @@ python3 scripts/render-release-installers.py --release-tag "$TAG" --output-dir "
191191

192192
# 5. smoke
193193
HOME="$(mktemp -d)" bash -c \
194-
'curl -fsSL https://github.com/sopify-ai/sopify/releases/latest/download/install.sh | bash -s -- --target codex:zh-CN'
194+
'curl -fsSL https://github.com/evidentloop/sopify/releases/latest/download/install.sh | bash -s -- --target codex:zh-CN'
195195
# 确认:source channel: stable,resolved source ref: $TAG
196196
```

0 commit comments

Comments
 (0)