From 773ba27925195601e954a3a0ceb3428c93bb7a42 Mon Sep 17 00:00:00 2001 From: 0xLeif Date: Tue, 18 Aug 2026 07:43:56 -0600 Subject: [PATCH] Docs: link the nine translations from the README that is authoritative for them MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Nine translations landed in docs/i18n/ and nothing pointed at them, so they were undiscoverable from the file they translate. Each already defers to the English; this closes the other direction. My first version of the index listed a German translation that does not exist — caught by checking every link resolves rather than by trusting the list I had just written. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_018rf59AtQmJcodUJ6vXDZNY --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index d99c2fa..022cf42 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,19 @@ [![Ruby](https://img.shields.io/badge/ruby-3.0%20%E2%80%93%204.0-CC342D?logo=ruby&logoColor=white)](https://github.com/CorvidLabs/rune/actions/workflows/ci.yml) [![License](https://img.shields.io/badge/license-MIT-blue)](LICENSE) +**Translations:** +[العربية](docs/i18n/README.ar.md) · +[Español](docs/i18n/README.es.md) · +[Français](docs/i18n/README.fr.md) · +[हिन्दी](docs/i18n/README.hi.md) · +[日本語](docs/i18n/README.ja.md) · +[한국어](docs/i18n/README.ko.md) · +[Português (BR)](docs/i18n/README.pt-BR.md) · +[Русский](docs/i18n/README.ru.md) · +[简体中文](docs/i18n/README.zh-CN.md) + +Each is a translation of this file, which is authoritative where they disagree. + A Ruby CLI tool and library designed from the ground up to be **human & AI agent first-class**. `rune` serves as a universal pseudo-terminal (PTY) runner and structured data bridge for any CLI command or interactive TUI application.