# Eva-CLI V1.7.3 Alpha 发布说明

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

> 历史快照。本页固定描述不可变的 `v1.7.3-alpha` tag。

| 字段 | 记录值 |
| --- | --- |
| 日期 | 2026-07-07 |
| 状态 | Alpha 预发布 |
| Tag | [`v1.7.3-alpha`](https://github.com/Yetmos/Eva-CLI/tree/v1.7.3-alpha) |
| 提交 | [`31f8470`](https://github.com/Yetmos/Eva-CLI/commit/31f84700529c) |
| GitHub Release | [已作为预发布发布](https://github.com/Yetmos/Eva-CLI/releases/tag/v1.7.3-alpha) |
| Release workflow | [运行 28857036909](https://github.com/Yetmos/Eva-CLI/actions/runs/28857036909)，成功 |

## 此 tag 包含

- `LuaExecutionLimits` 提供 wall-clock timeout、instruction budget、
  cancellation 和 memory limit。
- `mlua` hook interruption，以及稳定的 `lua_timeout`、
  `lua_instruction_budget_exceeded` 和 `lua_memory_limit_exceeded` evidence。
- `LuaCancellationToken` 通过 basic runtime 传播。
- 未显式配置 limit 的脚本保持兼容，并新增编译进代码的
  `REL-LUA-RESOURCE-LIMITS-001`。

## 未包含

此 tag 不包含 shadow loading、generation route 变更、drain/rollback lifecycle
evidence、daemon orchestration 或 live provider execution。V1.7.4 补充的是
planning/evidence 边界，不是生产 hot reload。

## 复现发布

```powershell
git switch --detach v1.7.3-alpha
cargo fmt --check
cargo clippy --workspace --all-targets -- -D warnings
cargo test --workspace
cargo test -p eva-lua-host
cargo test -p eva-runtime timeout_basic_run_records_dead_letter_and_replay
cargo test -p eva-runtime cancelled_basic_run_returns_task_record
./scripts/validate-version-management.ps1 -Tag v1.7.3-alpha
cargo run -- release check --output json
```

## 制品

- GitHub Release 提供自动生成的源码归档，上传的 asset 为 **0**。
- Actions 保留 release/package evidence，以及 Linux/Windows/macOS 未签名
  native archive 和 evidence；它们是有保留期限的 workflow artifact。
- GHCR 包含 `ghcr.io/yetmos/eva-cli:1.7.3-alpha`。

resource-limit gate 使用受控测试，不是 hostile workload 或多租户生产隔离认证。

## 当前文档

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