# Eva-CLI V1.11.5 Alpha Tag 说明

语言：简体中文 | [English](../../en/release/release-notes-v1.11.5.md)

> 历史快照。本页固定描述 `v1.11.5-alpha`。该 tag 存在，但 release workflow
> 失败，未发布 GitHub Release。当前 `main` 仍报告 `1.11.5-alpha`，同时包含
> 更晚且未打 tag 的内部 evidence；这些 tag 后变更不属于本快照。

![发布历史边界](../../../assets/release-history-boundary.zh-CN.svg)

| 字段 | 记录值 |
| --- | --- |
| 日期 | 2026-07-09 |
| 状态 | Alpha tag，远端发布未完成 |
| Tag | [`v1.11.5-alpha`](https://github.com/Yetmos/Eva-CLI/tree/v1.11.5-alpha) |
| 提交 | [`9b86adf`](https://github.com/Yetmos/Eva-CLI/commit/9b86adfda121) |
| GitHub Release | 无 |
| Release workflow | [运行 28991416907](https://github.com/Yetmos/Eva-CLI/actions/runs/28991416907)，失败 |

Windows 和 macOS verification job 成功；Ubuntu `Workspace tests` step 失败，
因此 native archive build、package publication 和 GitHub Release publication
均被跳过。

## 此 tag 包含

- `eva emit` 构造 typed event，并发布到内存 EventBus 或配置的 V1.6 durable
  EventBus log。
- `eva agent status`、`drain` 和 `reload` 通过进程内命令边界输出
  project/runtime lifecycle evidence。
- `eva capability list`、`probe` 和 `call` 提供 registry、selection、
  permission、policy 和 adapter-backed host 路径。
- `capability call` 默认 dry-run；仅当 `--confirm <request-id>` 匹配时调用，
  manifest allowlist 外的 provider 会被拒绝。
- version metadata 和 marker `cli_runtime_commands_v1.11.5` 固定为
  `1.11.5-alpha`。

## 未包含

Agent 命令不会重启 daemon、修改 live scheduler 或应用 hot reload。确认后的
capability call 是受控调用，并报告 `mutation_executed:false`。此 tag 不包含
后续 V1.12-V1.17 内部 evidence、完整 provider supervision、真实硬件访问、
生产 service-manager apply、签名 package 或 release upload。

## 复现 tag

```powershell
git switch --detach v1.11.5-alpha
cargo fmt --check
cargo clippy --workspace --all-targets -- -D warnings
cargo test --workspace
cargo test -p eva-cli emit
cargo test -p eva-cli agent
cargo test -p eva-cli capability
./scripts/validate-version-management.ps1 -Tag v1.11.5-alpha
cargo run -- emit /input/user --payload hello --output json
cargo run -- agent status --agent root-agent --output json
cargo run -- capability list --output json
cargo run -- release check --output json
```

这些命令用于本地复现 tag 源码，不会改变 tag 触发的远端 workflow 失败记录。

## 制品

- GitHub Release 不存在，因此没有 Release 页面，上传的 Release asset 为 **0**。
  GitHub 仍可在 Release 记录之外为该 tag 合成仓库源码归档。
- 失败 workflow 未生成 release-evidence、package-evidence 或 native archive
  Actions artifact。
- GHCR 没有 `1.11.5-alpha` 镜像。
- annotated Git tag 和提交仍是不可变源码证据。

## 当前文档

当前 `main` 行为以[使用手册](../guide/Eva-CLI使用手册.md)、
[当前能力缺口](../planning/V1.x未完整实现功能清单.md)和
[实施计划](../planning/V1.x真实运行时能力补齐实施计划.md)为准。
