update readme to use opencode
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -1,16 +1,16 @@
|
|||||||
# Co-op Cloud Recipe Toolkit
|
# 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
|
## Quickstart
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone ssh://git@git.autonomic.zone:2222/notplants/recipe-maintainer.git
|
git clone ssh://git@git.autonomic.zone:2222/notplants/recipe-maintainer.git
|
||||||
cd recipe-maintainer
|
cd recipe-maintainer
|
||||||
claude
|
opencode
|
||||||
```
|
```
|
||||||
|
|
||||||
Then inside Claude, run:
|
Then, inside the agent, run:
|
||||||
|
|
||||||
```
|
```
|
||||||
/intro
|
/intro
|
||||||
@@ -20,7 +20,7 @@ This will walk you through the project and how to get started.
|
|||||||
|
|
||||||
## Skills
|
## Skills
|
||||||
|
|
||||||
These Claude Code slash commands automate common recipe maintenance tasks.
|
These agent slash commands automate common recipe maintenance tasks.
|
||||||
|
|
||||||
### Recipe lifecycle
|
### 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
|
- **`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
|
- **`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
|
- **`.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
|
||||||
|
|||||||
Reference in New Issue
Block a user