diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7a7816a28..4a949445e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,8 +4,8 @@ 1. **Check for existing work.** Search open PRs and issues before starting: ```bash - gh pr list --repo qwibitai/nanoclaw --search "" - gh issue list --repo qwibitai/nanoclaw --search "" + gh pr list --repo nanocoai/nanoclaw --search "" + gh issue list --repo nanocoai/nanoclaw --search "" ``` If a related PR or issue exists, build on it rather than duplicating effort. @@ -43,7 +43,7 @@ Add capabilities to NanoClaw by merging a git branch. The SKILL.md contains setu 3. Claude walks through interactive setup (env vars, bot creation, etc.) **Contributing a feature skill:** -1. Fork `qwibitai/nanoclaw` and branch from `main` +1. Fork `nanocoai/nanoclaw` and branch from `main` 2. Make the code changes (new files, modified source, updated `package.json`, etc.) 3. Add a SKILL.md in `.claude/skills//` with setup instructions — step 1 should be merging the branch 4. Open a PR. We'll create the `skill/` branch from your work