File tree Expand file tree Collapse file tree 8 files changed +9
-12
lines changed
Expand file tree Collapse file tree 8 files changed +9
-12
lines changed File renamed without changes.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77
88使用自动化测试脚本执行完整的测试流程:
99``` bash timeout=900000
10- ./.claude /run-test.sh
10+ ./.ai-agents/scripts /run-test.sh
1111```
1212
1313** 测试流程包括:**
Original file line number Diff line number Diff line change 3232 " Bash(rm -rf coverage)" ,
3333 " Bash(rm -rf .pytest_cache)" ,
3434 " Bash(rm -rf __pycache__)" ,
35- " Bash(.claude /run-test.sh)" ,
36- " Bash(./.claude /run-test.sh)" ,
37- " Bash(bash .claude /run-test.sh)" ,
38- " Bash(sh .claude /run-test.sh)" ,
35+ " Bash(.ai-agents/scripts /run-test.sh)" ,
36+ " Bash(./.ai-agents/scripts /run-test.sh)" ,
37+ " Bash(bash .ai-agents/scripts /run-test.sh)" ,
38+ " Bash(sh .ai-agents/scripts /run-test.sh)" ,
3939 " Read(//tmp/**)"
4040 ],
4141 "deny" : [
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This repo hosts the FIT framework and related engines.
1414- ` mvn clean install ` (repo root): builds all modules and runs tests; outputs to ` build/ ` .
1515- ` cd framework/fit/java && mvn clean install ` : builds the Java FIT framework only.
1616- ` ./build/bin/fit start ` : starts the Java runtime (uses Node.js); default port ` 8080 ` .
17- - ` ./.claude /run-test.sh ` : full CI-like flow (build, start, health checks).
17+ - ` ./.ai-agents/scripts /run-test.sh ` : full CI-like flow (build, start, health checks).
1818
1919## Coding Style & Naming Conventions
2020
Original file line number Diff line number Diff line change 1414- ` mvn clean install ` (仓库根目录):构建全部模块并运行测试,产物输出到 ` build/ ` 。
1515- ` cd framework/fit/java && mvn clean install ` :仅构建 Java FIT 框架。
1616- ` ./build/bin/fit start ` :启动 Java 运行时(依赖 Node.js);默认端口 ` 8080 ` 。
17- - ` ./.claude /run-test.sh ` :完整验证流程(构建、启动、健康检查)。
17+ - ` ./.ai-agents/scripts /run-test.sh ` :完整验证流程(构建、启动、健康检查)。
1818
1919## 编码风格与命名规范
2020
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This repo hosts the FIT framework and related engines.
1414- ` mvn clean install ` (repo root): builds all modules and runs tests; outputs to ` build/ ` .
1515- ` cd framework/fit/java && mvn clean install ` : builds the Java FIT framework only.
1616- ` ./build/bin/fit start ` : starts the Java runtime (uses Node.js); default port ` 8080 ` .
17- - ` ./.claude /run-test.sh ` : full CI-like flow (build, start, health checks).
17+ - ` ./.ai-agents/scripts /run-test.sh ` : full CI-like flow (build, start, health checks).
1818
1919## Coding Style & Naming Conventions
2020
Original file line number Diff line number Diff line change 1414- ` mvn clean install ` (仓库根目录):构建全部模块并运行测试,产物输出到 ` build/ ` 。
1515- ` cd framework/fit/java && mvn clean install ` :仅构建 Java FIT 框架。
1616- ` ./build/bin/fit start ` :启动 Java 运行时(依赖 Node.js);默认端口 ` 8080 ` 。
17- - ` ./.claude /run-test.sh ` :完整验证流程(构建、启动、健康检查)。
17+ - ` ./.ai-agents/scripts /run-test.sh ` :完整验证流程(构建、启动、健康检查)。
1818
1919## 编码风格与命名规范
2020
You can’t perform that action at this time.
0 commit comments