dsh-vibeweaver
vibeweaver 技能的 DeepSeek Harness 插件封装:渐进披露契约段 + 机械门禁(assert_artifacts 证据检查)+ 编码任务自动激活 + 回合守卫。
AI 분석
核心用途是为 vibeweaver 技能提供 DSH 运行环境下的安全门禁、证据检查和回合限制。适合运行特定 vibeweaver 编码任务并需要回合防通胀的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:logandoo/vibeweaver-dsh配置
config.toml(插件运行时与 bench 配置;部署时由 profile 的 plugin config 覆盖):
[plugin]
skill_source_dir = "~/.config/opencode/skills/vibeweaver" # skill 正源目录
steer_budget = 3 # 回合守卫每回合最大 steer 次数
gate_mode = "block" # block | warn | off
pre_step_activation = true
recover_after_compaction = true
[bench]
headless_profiles = ["vibe-arm-a", "vibe-arm-b"]
task_dir = "tests/bench/tasks"
repeats = 1
model_timeout_seconds = 900
session_root = "~/.dsh/sessions"
环境变量 VIBEWEAVER_GATE=off 可急停门禁。