Skip to content
This repository was archived by the owner on Jul 23, 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
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# agentic-git

> [!IMPORTANT]
> This standalone repository has moved to the
> [AgEnD-Terminal monorepo](https://github.com/suzuke/agend-terminal/tree/main/vendor/agentic-git)
> and is archived read-only. Development and releases continue there. The
> crates.io packages remain `agentic-git` (from 0.2.4) and
> `agentic-git-core` (from 0.2.1); this repository's history, tags, and
> releases remain available for reference.

> Embedding agentic-git in your own orchestrator? Start with the [Embedder Contract v1](docs/embedder-contract-v1.md).

[![ci](https://github.com/suzuke/agentic-git/actions/workflows/ci.yml/badge.svg)](https://github.com/suzuke/agentic-git/actions/workflows/ci.yml)
Expand Down
7 changes: 7 additions & 0 deletions README.zh-TW.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# agentic-git

> [!IMPORTANT]
> 此獨立 repository 已移至
> [AgEnD-Terminal monorepo](https://github.com/suzuke/agend-terminal/tree/main/vendor/agentic-git)
> 並封存為唯讀;後續開發與發版都在新位置進行。crates.io 套件名稱維持
> `agentic-git`(自 0.2.4 起)與 `agentic-git-core`(自 0.2.1 起),
> 本 repository 的歷史、tags 與 releases 仍保留供查閱。

> 要把 agentic-git 嵌入你自己的 orchestrator?從 [Embedder Contract v1](docs/embedder-contract-v1.md) 開始。

**給 AI coding agent 的透明防護版 `git`。**
Expand Down
Loading