29 lines
1.7 KiB
YAML
29 lines
1.7 KiB
YAML
# ============================================================
|
||
# AgentDock 适配器占位(Wave 1,对齐架构 §3.1 完整 schema)
|
||
# 本波仅填五字段(id/name/name_zh/vendor/status);其余字段留空,
|
||
# Wave 2 起按调研底稿 agent-cli-survey-2026-08-24.md 逐项填充,禁止编造。
|
||
#
|
||
# 完整字段(全部留空占位,Wave 2 填写):
|
||
# adapter_version # semver,如 1.2.0
|
||
# license # 展示用;专有许可注明「仅官方渠道安装、不重打包」
|
||
# platforms # windows/linux:architectures、notes、min_ubuntu
|
||
# official # homepage / docs / allowed_hosts(网络白名单)
|
||
# runtime_deps # [ { id, semver_range, required_for: [install|run] } ]
|
||
# install # preferred + channels[ {id, platforms, command[], script, package, elevate, elevate_reason_zh, post_checks} ]
|
||
# detect # executable / version_args / version_regex / version_unconfirmed / path_hints
|
||
# update # method + command[]
|
||
# uninstall # method + command[] + keep_config_default
|
||
# authorization # modes[ {mode, command[], env_keys[], status_command[], notes_zh} ]
|
||
# configuration # files[] / environment[] / fields[]
|
||
# diagnostics # [ { rule_id } ]
|
||
# documentation # quickstart_zh / commands[] / updated_at / risks_zh[]
|
||
#
|
||
# 铁律:所有 command 一律 argv 数组,禁止 shell 元字符(| & ; $ \ > < (`);
|
||
# 本波不实现任何真实安装/检测/配置/授权命令(那是 Wave 2 的事)。
|
||
# ============================================================
|
||
id: warp
|
||
name: Warp Agent CLI
|
||
name_zh: Warp Agent CLI
|
||
vendor: Warp
|
||
status: available
|