Skip to content

[anolisa] feat(cli): implement anolisa adapter scan 子命令 #815

@kongche-jbw

Description

@kongche-jbw

背景

#794 拆分。实现 adapter scan 子命令。

依赖

  • #811 — detect 探测框架

实现内容

  • 遍历所有已安装组件的 manifest,收集 [[adapters]] 声明
  • 对每个 adapter 的 detect 字段执行探测(binary 存在性、paths 检查)
  • 输出:哪些 adapter 可用、哪些不可用、原因
  • 支持 --json

相关文件

  • crates/anolisa-cli/src/commands/adapter.rs
  • crates/anolisa-core/src/manifest.rs

验收标准

  • anolisa adapter scan 正确报告各 adapter 可用状态
  • --json 输出结构化数据
  • 不可用 adapter 给出原因描述

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions