Skip to content
This repository was archived by the owner on Aug 18, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Agent CLI Runtime

> [!IMPORTANT]
> **Maintenance mode.** This repository is archived and is not under active development. Existing releases remain available without compatibility guarantees or planned feature updates. For new multi-agent integrations, prefer [Agent Client Protocol](https://agentclientprotocol.com/) or the official SDK of your selected agent.

<div align="center">
<p align="center">
<b>The Universal Adapter & Execution Engine for Local Coding Agents</b>
</p>
<p align="center">
<a href="./LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-blue.svg" alt="License: Apache-2.0"></a>
<a href="https://www.npmjs.com/package/agent-cli-runtime"><img src="https://img.shields.io/npm/v/agent-cli-runtime.svg" alt="NPM Version"></a>
<a href="#status"><img src="https://img.shields.io/badge/status-pre--alpha-orange.svg" alt="Status: pre-alpha"></a>
<a href="#release-status"><img src="https://img.shields.io/badge/status-maintenance-yellow.svg" alt="Status: maintenance"></a>
</p>
<p align="center">
<b><a href="./README.md">English</a></b> | <b><a href="./README.zh-CN.md">简体中文</a></b>
Expand Down Expand Up @@ -319,9 +322,9 @@ This runtime spawns and manages powerful coding agents on your local machine. We

---

## 🚦 Release Status & Roadmap
## 🚦 Release Status

This project is in **pre-alpha / developer preview**.
This project is in **maintenance mode**. No new features, adapter compatibility updates, beta releases, or stable releases are planned. The published alpha packages remain available for existing users without ongoing support guarantees.

### 🏷️ Package Release History
* `agent-cli-runtime@0.1.0-alpha.6` - **Published corrective alpha release**. Published on npm; npm `alpha` and `latest` dist-tags both point at `0.1.0-alpha.6`. GitHub Release `v0.1.0-alpha.6` exists as a prerelease with the npm registry tarball asset, and `release:post-alpha:verify` tarball parity passes.
Expand All @@ -332,7 +335,7 @@ This project is in **pre-alpha / developer preview**.
* `agent-cli-runtime@0.1.0-alpha.1` - Earlier published alpha with GitHub pre-release `v0.1.0-alpha.1`.
* `agent-cli-runtime@0.1.0-alpha.0` - Deprecated because its immutable package docs shipped stale pre-publish status text.

npm registry metadata and GitHub Releases are the source of truth for available versions and dist-tags. Volatile run, target-SHA, registry, and artifact evidence stays outside the npm package under `.release-evidence/`. Future beta promotion or stable promotion requires fresh release evidence for that target, including package docs, registry state, GitHub Release parity, and published verification.
npm registry metadata and GitHub Releases are the source of truth for available versions and dist-tags. Volatile run, target-SHA, registry, and artifact evidence stays outside the npm package under `.release-evidence/`. Any future beta or stable promotion requires fresh release evidence for that target.

`published:usability:audit` is a repository-only post-publish audit script. It is intentionally excluded from npm package contents and verifies an already published package from the npm registry.

Expand Down
11 changes: 7 additions & 4 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Agent CLI Runtime

> [!IMPORTANT]
> **维护模式。** 本仓库已归档,不再进行主动开发。现有版本继续保留,但不承诺后续兼容性或功能更新。新的多 Agent 集成建议优先采用 [Agent Client Protocol](https://agentclientprotocol.com/) 或所选 Agent 的官方 SDK。

<div align="center">
<p align="center">
<b>本地 Coding Agent CLI 的通用适配层与执行引擎</b>
</p>
<p align="center">
<a href="./LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-blue.svg" alt="License: Apache-2.0"></a>
<a href="https://www.npmjs.com/package/agent-cli-runtime"><img src="https://img.shields.io/npm/v/agent-cli-runtime.svg" alt="NPM Version"></a>
<a href="#项目状态"><img src="https://img.shields.io/badge/status-pre--alpha-orange.svg" alt="Status: pre-alpha"></a>
<a href="#项目状态"><img src="https://img.shields.io/badge/status-maintenance-yellow.svg" alt="Status: maintenance"></a>
</p>
<p align="center">
<b><a href="./README.md">English</a></b> | <b><a href="./README.zh-CN.md">简体中文</a></b>
Expand Down Expand Up @@ -319,9 +322,9 @@ agent-runtime store-repair --storage-dir .agent-runtime --apply --json # 自

---

## 🚦 项目状态与路线图
## 🚦 项目状态

当前仓库处于 **pre-alpha / developer preview**(开发者预览阶段)
本项目处于 **维护模式**。当前没有新增功能、Agent 适配更新、beta 发布或 stable 发布计划。已发布的 alpha 版本继续供现有用户使用,但不提供持续支持承诺

### 🏷️ npm 版本发布简史
* `agent-cli-runtime@0.1.0-alpha.6` - **已发布的 corrective alpha release**。已发布到 npm;npm `alpha` 与 `latest` dist-tags 均指向 `0.1.0-alpha.6`。GitHub Release `v0.1.0-alpha.6` 已作为 prerelease 存在并带有 npm registry tarball asset,`release:post-alpha:verify` tarball parity 通过。
Expand All @@ -332,7 +335,7 @@ agent-runtime store-repair --storage-dir .agent-runtime --apply --json # 自
* `agent-cli-runtime@0.1.0-alpha.1` - 更早的已发布 alpha,并有 GitHub pre-release `v0.1.0-alpha.1`。
* `agent-cli-runtime@0.1.0-alpha.0` - 已弃用,因为 immutable package docs 带有过期发布前状态。

npm registry metadata 和 GitHub Releases 是可用版本与 dist-tags 的 source of truth。易漂移的 run、target-SHA、registry 与 artifact evidence 留在 npm 包外的 `.release-evidence/`。后续 beta promotion 或 stable promotion 都必须为目标版本重新生成 fresh release evidence,包括 package docs、registry state、GitHub Release parity 和 published verification
npm registry metadata 和 GitHub Releases 是可用版本与 dist-tags 的 source of truth。易漂移的 run、target-SHA、registry 与 artifact evidence 留在 npm 包外的 `.release-evidence/`。任何未来 beta 或 stable promotion 均需为目标重新生成新鲜发布证据

`published:usability:audit` 是 repo-only 的 post-publish 审计脚本。它有意不进入 npm package 内容,只用于从 npm registry 验证已经发布的 package。

Expand Down
1 change: 1 addition & 0 deletions tests/contract.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1394,6 +1394,7 @@ describe("public contract", () => {
const selfDirtyMatrixFile = path.join(dir, "self-dirty-matrix.json");
await writeFile(selfDirtyMatrixFile, JSON.stringify({
...matrix,
checkedAt: new Date().toISOString(),
gitDirty: false,
gitInputDirty: false,
gitOutputDirty: true,
Expand Down