From c188f09684195552a589e72d8109ea7e83fd2c56 Mon Sep 17 00:00:00 2001 From: Stefano Fiorini Date: Mon, 18 May 2026 18:43:08 -0500 Subject: [PATCH] feat(S-604): Update README.md and docs/README.md --- README.md | 8 ++++++++ docs/README.md | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/README.md b/README.md index 7677476..d4f2d23 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ This repository contains practical OpenClaw skills and companion integrations. I - Per-skill runtime instructions: `skills//SKILL.md` - Integration implementation files: `integrations//` - Integration docs: `docs/*.md` +- Tool implementation files: `tools//` +- Tool docs: `docs/*.md` ## Skills @@ -34,6 +36,12 @@ This repository contains practical OpenClaw skills and companion integrations. I | `google-maps` | Traffic-aware ETA and leave-by calculations using Google Maps APIs. | `integrations/google-maps` | | `google-workspace` | Gmail and Google Calendar helper CLI for profile, mail, attachment-capable send, calendar search, and event creation. | `integrations/google-workspace` | +## Tools + +| Tool | What it does | Path | +|---|---|---| +| `ai-cli-dispatch` | Dispatch AI CLI coding tasks to available clients (Codex, Claude Code, OpenCode) with automatic discovery, version checking, and execution. | `tools/ai-cli-dispatch` | + ## Operator docs | Doc | What it covers | diff --git a/docs/README.md b/docs/README.md index be7a662..abb3ec9 100644 --- a/docs/README.md +++ b/docs/README.md @@ -20,6 +20,12 @@ This folder contains detailed docs for each skill in this repository. - [`google-maps`](google-maps.md) — Traffic-aware ETA and leave-by calculations via Google Maps APIs - [`google-workspace`](google-workspace.md) — Gmail and Google Calendar helper CLI with attachment-capable send support +## Tools + +- [`ai-cli-dispatch`](ai-cli-dispatch.md) — Dispatch AI CLI coding tasks to available clients with automatic discovery, version checking, and execution +- [`installation`](installation.md) — Prerequisites, install steps, PATH configuration, and optional config file setup for `ai-cli-dispatch` +- [`architecture`](architecture.md) — Design decisions, module breakdown, data flow, coexistence with ACP, and extension points for `ai-cli-dispatch` + ## Operator Docs - [`openclaw-acp-orchestration`](openclaw-acp-orchestration.md) — OpenClaw ACP orchestration for Codex and Claude Code on the gateway host