feat: 初始化 SCALE OS 工程框架
- 添加 SCALE Engine 配置 (.scale/) - 添加 OpenClaw Agent 配置 (.openclaw/) - 添加知识文档 (AGENTS.md, TOOLS.md) - 添加质量契约和工作流配置 - 添加 22 个工作流模板 - 添加验证脚本和门控脚本 - 添加 skills-registry 技能注册表
This commit is contained in:
8
scripts/tests/run.sh
Executable file
8
scripts/tests/run.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
# scripts/tests/run.sh — 运行测试
|
||||
set -e
|
||||
echo "🧪 运行测试..."
|
||||
source ~/.cargo/env 2>/dev/null || true
|
||||
cd "$(dirname "$0")/../.."
|
||||
cargo test 2>&1
|
||||
echo "✅ 测试完成"
|
||||
Reference in New Issue
Block a user