Update README to document Gitea fork
This commit is contained in:
21
README.md
21
README.md
@@ -2,12 +2,31 @@
|
||||
<img src="assets/DevClaw.png" width="300" alt="DevClaw Logo">
|
||||
</p>
|
||||
|
||||
# DevClaw — Development Plugin for OpenClaw
|
||||
# DevClaw — Development Plugin for OpenClaw (Gitea Fork)
|
||||
|
||||
**Fork with Gitea support for OpenClaw development orchestration.**
|
||||
|
||||
> **Note:** This is a fork of the original [DevClaw](https://github.com/laurentenhoor/devclaw) with added **Gitea provider support**. Use this version if you use Gitea instead of GitHub/GitLab.
|
||||
|
||||
**Turn any group chat into a dev team that ships.**
|
||||
|
||||
DevClaw is a plugin for [OpenClaw](https://openclaw.ai) that turns your orchestrator agent into a development manager. It hires developers, assigns tasks, reviews code, and keeps the pipeline moving — across as many projects as you have group chats.
|
||||
|
||||
## 🆕 Gitea Support
|
||||
|
||||
This fork adds support for **Gitea** issue tracking alongside GitHub and GitLab. The Gitea provider uses the Gitea REST API with token authentication.
|
||||
|
||||
### Installation
|
||||
|
||||
```bash
|
||||
# Install from our Gitea fork
|
||||
openclaw plugins install https://pfoster.dynu.net/peter/devclaw-gitea.git
|
||||
|
||||
# Or clone and install locally
|
||||
git clone https://pfoster.dynu.net/peter/devclaw-gitea.git
|
||||
openclaw plugins install -l ./devclaw-gitea
|
||||
```
|
||||
|
||||
**Prerequisites:** [OpenClaw](https://openclaw.ai) must be installed and running.
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user