dsh-polaris
北极星 (Polaris):通用能力聚合与择优进化层——异构嗅探、双轨竞技场、SLSA 出处、不可变索引与语义调度。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:existyay/Polaris说明文档
阅读完整 README ↗竞技场配置 .polaris-arena.json
{
"candidate": {
"schemaVersion": "1.0",
"name": "demo-node",
"version": "1.0.0",
"origin": { "type": "cli" },
"source": "node",
"description": "Node.js runtime as a candidate",
"entry": "node",
"capabilities": ["demo", "runtime"],
"permissions": [],
"dependencies": [],
"tests": {
"smoke": ["cli-help:--help"],
"contract": [],
"fuzz": [],
"benchmark": []
}
},
"champion": { "name": "champion", "entry": "python3", "capabilities": ["demo"] },
"goldenTasks": [
{ "name": "hello", "command": "{entry} -e \"console.log('hi')\"", "expect": "hi", "timeoutMs": 30000 }
],
"utilityThreshold": 0.1
}