From a0ba2bc5b803e8364208840f3f3910ccccc4ae05 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Mon, 22 Jun 2026 13:44:23 +0000 Subject: [PATCH] update readme to use opencode Co-Authored-By: Claude Opus 4.8 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 853f0c9..ff2620a 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ # Co-op Cloud Recipe Toolkit -Claude skills and tooling for working with [Co-op Cloud](https://coopcloud.tech) recipes — creating new recipes, updating existing ones, and testing deployments. +Agent skills and tooling for working with [Co-op Cloud](https://coopcloud.tech) recipes — creating new recipes, updating existing ones, and testing deployments. ## Quickstart ``` git clone ssh://git@git.autonomic.zone:2222/notplants/recipe-maintainer.git cd recipe-maintainer -claude +opencode ``` -Then inside Claude, run: +Then, inside the agent, run: ``` /intro @@ -20,7 +20,7 @@ This will walk you through the project and how to get started. ## Skills -These Claude Code slash commands automate common recipe maintenance tasks. +These agent slash commands automate common recipe maintenance tasks. ### Recipe lifecycle @@ -143,4 +143,4 @@ Run this project in a container with `~/.abra` bind-mounted from the host or a d - **`test-ssh/`** — SSH config and keys for the test server - **`docs.coopcloud.tech/`** — Local copy of the [Co-op Cloud documentation](https://docs.coopcloud.tech); reference for recipes, deployment patterns, and platform conventions - **`.claude/commands/`** — Skill definitions for the slash commands above -- **`.opencode/`** — Thin wrapper mapping Claude skills to [OpenCode](https://opencode.ai) commands +- **`.opencode/`** — Thin wrapper mapping the agent skills to [OpenCode](https://opencode.ai) commands