Commit 1f0b612
Align builder with spx v2.0.0-pre.48 and keep the existing release precheck flow (goplus#2992)
* chore: skip spx release precheck and upgrade to pre.48
Agent-Logs-Url: https://github.com/goplus/builder/sessions/9bff7c43-def4-467f-a4ff-6500f5bd83c4
Co-authored-by: nighca <1492263+nighca@users.noreply.github.com>
* refactor: simplify spx install fallback flow
Agent-Logs-Url: https://github.com/goplus/builder/sessions/9bff7c43-def4-467f-a4ff-6500f5bd83c4
Co-authored-by: nighca <1492263+nighca@users.noreply.github.com>
* fix: restore spx installer precheck flow
Agent-Logs-Url: https://github.com/goplus/builder/sessions/a014d310-3c52-46e6-b0c1-ba50b4dcc6a1
Co-authored-by: aofei <5037285+aofei@users.noreply.github.com>
* docs(agents): prohibit spx-upgrader from touching installation or build scripts
Remove instructions to execute install-spx.sh and build-wasm.sh, and add
an explicit prohibition against modifying or executing any shell scripts.
The agent should only update version references in .env files and Go modules.
Generated with [codeagent](https://github.com/qbox/codeagent)
Co-authored-by: aofei <5037285+aofei@users.noreply.github.com>
* docs(agents): allow version reference updates in installation or build scripts
Refine the spx-upgrader instructions: the agent may update version references
in installation and build scripts, but must not make any other changes to those
files, and must not execute them.
Generated with [codeagent](https://github.com/qbox/codeagent)
Co-authored-by: aofei <5037285+aofei@users.noreply.github.com>
* fix: restore spx installer precheck flow
Add back the two required execution steps in spx-upgrader agent instructions:
execute install-spx.sh to download runtime assets and build-wasm.sh to build
Wasm components. These steps are required as part of the upgrade workflow.
Generated with [codeagent](https://github.com/qbox/codeagent)
Co-authored-by: aofei <5037285+aofei@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: nighca <1492263+nighca@users.noreply.github.com>
Co-authored-by: aofei <5037285+aofei@users.noreply.github.com>
Co-authored-by: xgopilot <noreply@goplus.org>1 parent 5747894 commit 1f0b612
File tree
9 files changed
+14
-12
lines changed- .github/agents
- spx-gui
- tools
- ai
- ispx
- spxls
9 files changed
+14
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments