From bda72a4bf48c4b07ffaa17474f5385177a94cbe6 Mon Sep 17 00:00:00 2001 From: glifocat Date: Mon, 11 May 2026 08:40:09 +0200 Subject: [PATCH] chore: rename remaining qwibitai/nanoclaw references to nanocoai/nanoclaw MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sweep of outbound strings, doc URLs, comments, and clone instructions that were missed in the original org rename. One both-match case in setup/lib/channels-remote.sh (URL detection) accepts either name so existing forks with a `qwibitai` remote continue to resolve cleanly; everywhere else is a straight rename. Historical mentions left intact: - CHANGELOG.md (v2.0.0 entry, frozen history) - .claude/skills/add-gmail-tool/SKILL.md (pre-v2 qwibitai skill — historical) - repo-tokens/badge.svg (auto-regenerated by update-tokens.yml) --- .claude/skills/add-gmail-tool/SKILL.md | 4 +- .claude/skills/add-ollama-tool/SKILL.md | 2 +- .../convert-to-apple-container/SKILL.md | 2 +- .claude/skills/migrate-nanoclaw/SKILL.md | 2 +- .claude/skills/update-nanoclaw/SKILL.md | 4 +- .claude/skills/update-skills/SKILL.md | 2 +- .../use-native-credential-proxy/SKILL.md | 2 +- README.md | 4 +- README_ja.md | 2 +- README_zh.md | 2 +- container/agent-runner/src/poll-loop.ts | 2 +- container/agent-runner/src/providers/types.ts | 2 +- docs/BRANCH-FORK-MAINTENANCE.md | 2 +- docs/docker-sandboxes.md | 4 +- docs/skills-as-branches.md | 44 +++++++++---------- nanoclaw.sh | 2 +- repo-tokens/README.md | 6 +-- repo-tokens/action.yml | 4 +- setup/lib/channels-remote.sh | 8 ++-- setup/migrate-v2/discord-resolver.ts | 2 +- 20 files changed, 51 insertions(+), 51 deletions(-) mode change 100644 => 100755 setup/lib/channels-remote.sh diff --git a/.claude/skills/add-gmail-tool/SKILL.md b/.claude/skills/add-gmail-tool/SKILL.md index 03df0e292..8b23399f5 100644 --- a/.claude/skills/add-gmail-tool/SKILL.md +++ b/.claude/skills/add-gmail-tool/SKILL.md @@ -228,5 +228,5 @@ Common signals: - **MCP server:** [`@gongrzhe/server-gmail-autoauth-mcp`](https://github.com/GongRzhe/Gmail-MCP-Server) by GongRzhe — MIT-licensed. - **OneCLI credential stubs:** pattern documented at `https://onecli.sh/docs/guides/credential-stubs/gmail.md`. - **Skill pattern:** modeled on [`add-atomic-chat-tool`](../add-atomic-chat-tool/SKILL.md) and [`add-vercel`](../add-vercel/SKILL.md). -- **Addresses:** [issue #1500](https://github.com/qwibitai/nanoclaw/issues/1500) (proxy Gmail/Calendar OAuth tokens through credential proxy) for the Gmail side. -- **Related PRs:** [#1810](https://github.com/qwibitai/nanoclaw/pull/1810) (pre-install Gmail/Notion MCP) overlaps on the "install the MCP server in the image" idea but bundles many unrelated changes; this skill is the focused OneCLI-native version. +- **Addresses:** [issue #1500](https://github.com/nanocoai/nanoclaw/issues/1500) (proxy Gmail/Calendar OAuth tokens through credential proxy) for the Gmail side. +- **Related PRs:** [#1810](https://github.com/nanocoai/nanoclaw/pull/1810) (pre-install Gmail/Notion MCP) overlaps on the "install the MCP server in the image" idea but bundles many unrelated changes; this skill is the focused OneCLI-native version. diff --git a/.claude/skills/add-ollama-tool/SKILL.md b/.claude/skills/add-ollama-tool/SKILL.md index 8c7abcad5..3c94e75f4 100644 --- a/.claude/skills/add-ollama-tool/SKILL.md +++ b/.claude/skills/add-ollama-tool/SKILL.md @@ -54,7 +54,7 @@ git remote -v If `upstream` is missing, add it: ```bash -git remote add upstream https://github.com/qwibitai/nanoclaw.git +git remote add upstream https://github.com/nanocoai/nanoclaw.git ``` ### Merge the skill branch diff --git a/.claude/skills/convert-to-apple-container/SKILL.md b/.claude/skills/convert-to-apple-container/SKILL.md index af6f39e1b..cf25698ad 100644 --- a/.claude/skills/convert-to-apple-container/SKILL.md +++ b/.claude/skills/convert-to-apple-container/SKILL.md @@ -58,7 +58,7 @@ git remote -v If `upstream` is missing, add it: ```bash -git remote add upstream https://github.com/qwibitai/nanoclaw.git +git remote add upstream https://github.com/nanocoai/nanoclaw.git ``` ### Merge the skill branch diff --git a/.claude/skills/migrate-nanoclaw/SKILL.md b/.claude/skills/migrate-nanoclaw/SKILL.md index 82e1009cc..34d33f9e9 100644 --- a/.claude/skills/migrate-nanoclaw/SKILL.md +++ b/.claude/skills/migrate-nanoclaw/SKILL.md @@ -34,7 +34,7 @@ Two phases: **Extract** (build the migration guide) and **Upgrade** (use it). If Run `git status --porcelain`. If non-empty, offer to stash or commit for them (AskUserQuestion: "Stash changes" / "Commit changes" / "I'll handle it"). If they want to commit, stage and commit with a descriptive message. If they want to stash, run `git stash push -m "pre-migration stash"`. -Check remotes with `git remote -v`. If `upstream` is missing, ask for the URL (default: `https://github.com/qwibitai/nanoclaw.git`), add it, then `git fetch upstream --prune`. +Check remotes with `git remote -v`. If `upstream` is missing, ask for the URL (default: `https://github.com/nanocoai/nanoclaw.git`), add it, then `git fetch upstream --prune`. Detect upstream branch: check `git branch -r | grep upstream/` for `main` or `master`. Store as UPSTREAM_BRANCH. diff --git a/.claude/skills/update-nanoclaw/SKILL.md b/.claude/skills/update-nanoclaw/SKILL.md index 2dec81b53..06e3fcb32 100644 --- a/.claude/skills/update-nanoclaw/SKILL.md +++ b/.claude/skills/update-nanoclaw/SKILL.md @@ -11,7 +11,7 @@ Run `/update-nanoclaw` in Claude Code. ## How it works -**Preflight**: checks for clean working tree (`git status --porcelain`). If `upstream` remote is missing, asks you for the URL (defaults to `https://github.com/qwibitai/nanoclaw.git`) and adds it. Detects the upstream branch name (`main` or `master`). +**Preflight**: checks for clean working tree (`git status --porcelain`). If `upstream` remote is missing, asks you for the URL (defaults to `https://github.com/nanocoai/nanoclaw.git`) and adds it. Detects the upstream branch name (`main` or `master`). **Backup**: creates a timestamped backup branch and tag (`backup/pre-update--`, `pre-update--`) before touching anything. Safe to run multiple times. @@ -69,7 +69,7 @@ If output is non-empty: Confirm remotes: - `git remote -v` If `upstream` is missing: -- Ask the user for the upstream repo URL (default: `https://github.com/qwibitai/nanoclaw.git`). +- Ask the user for the upstream repo URL (default: `https://github.com/nanocoai/nanoclaw.git`). - Add it: `git remote add upstream ` - Then: `git fetch upstream --prune` diff --git a/.claude/skills/update-skills/SKILL.md b/.claude/skills/update-skills/SKILL.md index ca497adb5..b8d93aa2e 100644 --- a/.claude/skills/update-skills/SKILL.md +++ b/.claude/skills/update-skills/SKILL.md @@ -42,7 +42,7 @@ Check remotes: - `git remote -v` If `upstream` is missing: -- Ask the user for the upstream repo URL (default: `https://github.com/qwibitai/nanoclaw.git`). +- Ask the user for the upstream repo URL (default: `https://github.com/nanocoai/nanoclaw.git`). - `git remote add upstream ` Fetch: diff --git a/.claude/skills/use-native-credential-proxy/SKILL.md b/.claude/skills/use-native-credential-proxy/SKILL.md index 3b948227c..18d29bf5a 100644 --- a/.claude/skills/use-native-credential-proxy/SKILL.md +++ b/.claude/skills/use-native-credential-proxy/SKILL.md @@ -40,7 +40,7 @@ git remote -v If `upstream` is missing, add it: ```bash -git remote add upstream https://github.com/qwibitai/nanoclaw.git +git remote add upstream https://github.com/nanocoai/nanoclaw.git ``` ### Merge the skill branch diff --git a/README.md b/README.md index f364d27e1..c970ce562 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ NanoClaw provides that same core functionality, but in a codebase small enough t ## Quick Start ```bash -git clone https://github.com/qwibitai/nanoclaw.git nanoclaw-v2 +git clone https://github.com/nanocoai/nanoclaw.git nanoclaw-v2 cd nanoclaw-v2 bash nanoclaw.sh ``` @@ -39,7 +39,7 @@ bash nanoclaw.sh Run from a fresh v2 checkout next to your v1 install: ```bash -git clone https://github.com/qwibitai/nanoclaw.git nanoclaw-v2 +git clone https://github.com/nanocoai/nanoclaw.git nanoclaw-v2 cd nanoclaw-v2 bash migrate-v2.sh ``` diff --git a/README_ja.md b/README_ja.md index 947db955b..c1554079a 100644 --- a/README_ja.md +++ b/README_ja.md @@ -26,7 +26,7 @@ NanoClawは同じコア機能を提供しますが、理解できる規模のコ ## クイックスタート ```bash -git clone https://github.com/qwibitai/nanoclaw.git nanoclaw-v2 +git clone https://github.com/nanocoai/nanoclaw.git nanoclaw-v2 cd nanoclaw-v2 bash nanoclaw.sh ``` diff --git a/README_zh.md b/README_zh.md index 9db5c2806..0a46f2427 100644 --- a/README_zh.md +++ b/README_zh.md @@ -26,7 +26,7 @@ NanoClaw 用一个您能轻松理解的代码库提供了同样的核心功能 ## 快速开始 ```bash -git clone https://github.com/qwibitai/nanoclaw.git nanoclaw-v2 +git clone https://github.com/nanocoai/nanoclaw.git nanoclaw-v2 cd nanoclaw-v2 bash nanoclaw.sh ``` diff --git a/container/agent-runner/src/poll-loop.ts b/container/agent-runner/src/poll-loop.ts index bbf45beac..0023c17b0 100644 --- a/container/agent-runner/src/poll-loop.ts +++ b/container/agent-runner/src/poll-loop.ts @@ -386,7 +386,7 @@ async function processQuery( // reminder back into the live query so the next turn re-anchors // on the destination model. Only do this when there's >1 // destination — single-destination groups have a fallback that - // works without wrapping. See qwibitai/nanoclaw#2325. + // works without wrapping. See nanocoai/nanoclaw#2325. const destinations = getAllDestinations(); if (destinations.length > 1) { const names = destinations.map((d) => d.name).join(', '); diff --git a/container/agent-runner/src/providers/types.ts b/container/agent-runner/src/providers/types.ts index c679dbef9..5798beac5 100644 --- a/container/agent-runner/src/providers/types.ts +++ b/container/agent-runner/src/providers/types.ts @@ -95,6 +95,6 @@ export type ProviderEvent = * The poll-loop reacts by injecting a destination reminder back into * the live query so the agent doesn't drop `` wrapping * after compaction. Distinct from `result` so it doesn't mark the turn - * completed or get dispatched as a chat message. See qwibitai/nanoclaw#2325. + * completed or get dispatched as a chat message. See nanocoai/nanoclaw#2325. */ | { type: 'compacted'; text: string }; diff --git a/docs/BRANCH-FORK-MAINTENANCE.md b/docs/BRANCH-FORK-MAINTENANCE.md index 3f2cf989c..7127bbf20 100644 --- a/docs/BRANCH-FORK-MAINTENANCE.md +++ b/docs/BRANCH-FORK-MAINTENANCE.md @@ -2,7 +2,7 @@ ## Structure -**`qwibitai/nanoclaw`** (upstream) — core engine with skill definitions (`.claude/skills/`). No channel code on `main`. +**`nanocoai/nanoclaw`** (upstream) — core engine with skill definitions (`.claude/skills/`). No channel code on `main`. **Channel forks** (`nanoclaw-whatsapp`, `nanoclaw-telegram`, `nanoclaw-slack`, etc.) — each fork = upstream + one channel's code applied. Users clone upstream, then merge a fork into their clone to add a channel. diff --git a/docs/docker-sandboxes.md b/docs/docker-sandboxes.md index f4a666d6b..5d04583a4 100644 --- a/docs/docker-sandboxes.md +++ b/docs/docker-sandboxes.md @@ -77,7 +77,7 @@ NanoClaw must live inside the workspace directory — Docker-in-Docker can only ```bash # Clone to home first (virtiofs can corrupt git pack files during clone) cd ~ -git clone https://github.com/qwibitai/nanoclaw.git +git clone https://github.com/nanocoai/nanoclaw.git # Replace with YOUR workspace path (the host path you passed to `docker sandbox create`) WORKSPACE=/Users/you/nanoclaw-workspace @@ -347,7 +347,7 @@ docker sandbox network proxy \ ### Git clone fails with "inflate: data stream error" Clone to a non-workspace path first, then move: ```bash -cd ~ && git clone https://github.com/qwibitai/nanoclaw.git && mv nanoclaw /path/to/workspace/nanoclaw +cd ~ && git clone https://github.com/nanocoai/nanoclaw.git && mv nanoclaw /path/to/workspace/nanoclaw ``` ### WhatsApp QR code doesn't display diff --git a/docs/skills-as-branches.md b/docs/skills-as-branches.md index 4a6db9b2a..38999b75c 100644 --- a/docs/skills-as-branches.md +++ b/docs/skills-as-branches.md @@ -23,7 +23,7 @@ This replaces the previous `skills-engine/` system (three-way file merging, `.na ### Repository structure -The upstream repo (`qwibitai/nanoclaw`) maintains: +The upstream repo (`nanocoai/nanoclaw`) maintains: - `main` — core NanoClaw (no skill code) - `skill/discord` — main + Discord integration @@ -46,7 +46,7 @@ Skills are split into two categories: **Feature skills** (in marketplace, installed on demand): - `/add-discord`, `/add-telegram`, `/add-slack`, `/add-gmail`, etc. - Each has a SKILL.md with setup instructions and a corresponding `skill/*` branch with code -- Live in the marketplace repo (`qwibitai/nanoclaw-skills`) +- Live in the marketplace repo (`nanocoai/nanoclaw-skills`) Users never interact with the marketplace directly. The operational skills `/setup` and `/customize` handle plugin installation transparently: @@ -78,7 +78,7 @@ NanoClaw's `.claude/settings.json` registers the official marketplace: "nanoclaw-skills": { "source": { "source": "github", - "repo": "qwibitai/nanoclaw-skills" + "repo": "nanocoai/nanoclaw-skills" } } } @@ -88,7 +88,7 @@ NanoClaw's `.claude/settings.json` registers the official marketplace: The marketplace repo uses Claude Code's plugin structure: ``` -qwibitai/nanoclaw-skills/ +nanocoai/nanoclaw-skills/ .claude-plugin/ marketplace.json # Plugin catalog plugins/ @@ -213,7 +213,7 @@ A GitHub Action runs on every push to `main`: ### New users (recommended) -1. Fork `qwibitai/nanoclaw` on GitHub (click the Fork button) +1. Fork `nanocoai/nanoclaw` on GitHub (click the Fork button) 2. Clone your fork: ```bash git clone https://github.com//nanoclaw.git @@ -229,9 +229,9 @@ Forking is recommended because it gives users a remote to push their customizati ### Existing users migrating from clone -Users who previously ran `git clone https://github.com/qwibitai/nanoclaw.git` and have local customizations: +Users who previously ran `git clone https://github.com/nanocoai/nanoclaw.git` and have local customizations: -1. Fork `qwibitai/nanoclaw` on GitHub +1. Fork `nanocoai/nanoclaw` on GitHub 2. Reroute remotes: ```bash git remote rename origin upstream @@ -239,7 +239,7 @@ Users who previously ran `git clone https://github.com/qwibitai/nanoclaw.git` an git push --force origin main ``` The `--force` is needed because the fresh fork's main is at upstream's latest, but the user wants their (possibly behind) version. The fork was just created so there's nothing to lose. -3. From this point, `origin` = their fork, `upstream` = qwibitai/nanoclaw +3. From this point, `origin` = their fork, `upstream` = nanocoai/nanoclaw ### Existing users migrating from the old skills engine @@ -316,7 +316,7 @@ git fetch upstream main git checkout -b my-fix upstream/main # Make changes git push origin my-fix -# Create PR from my-fix to qwibitai/nanoclaw:main +# Create PR from my-fix to nanocoai/nanoclaw:main ``` Standard fork contribution workflow. Their custom changes stay on their main and don't leak into the PR. @@ -327,7 +327,7 @@ The flow below is for **feature skills** (branch-based). For utility skills (sel ### Contributor flow (feature skills) -1. Fork `qwibitai/nanoclaw` +1. Fork `nanocoai/nanoclaw` 2. Branch from `main` 3. Make the code changes (new channel file, modified integration points, updated package.json, .env.example additions, etc.) 4. Open a PR to `main` @@ -345,7 +345,7 @@ When a skill PR is reviewed and approved: ``` 2. Force-push to the contributor's PR branch, replacing it with a single commit that adds the contributor to `CONTRIBUTORS.md` (removing all code changes) 3. Merge the slimmed PR into `main` (just the contributor addition) -4. Add the skill's SKILL.md to the marketplace repo (`qwibitai/nanoclaw-skills`) +4. Add the skill's SKILL.md to the marketplace repo (`nanocoai/nanoclaw-skills`) This way: - The contributor gets merge credit (their PR is merged) @@ -388,7 +388,7 @@ If the community contributor is trusted, they can open a PR to add their marketp "nanoclaw-skills": { "source": { "source": "github", - "repo": "qwibitai/nanoclaw-skills" + "repo": "nanocoai/nanoclaw-skills" } }, "alice-nanoclaw-skills": { @@ -434,7 +434,7 @@ A flavor is a curated fork of NanoClaw — a combination of skills, custom chang ### Creating a flavor -1. Fork `qwibitai/nanoclaw` +1. Fork `nanocoai/nanoclaw` 2. Merge in the skills you want 3. Make custom changes (trigger word, prompts, integrations, etc.) 4. Your fork's `main` IS the flavor @@ -462,7 +462,7 @@ Then setup continues normally (dependencies, auth, container, service). After installation, the user's fork has three remotes: - `origin` — their fork (push customizations here) -- `upstream` — `qwibitai/nanoclaw` (core updates) +- `upstream` — `nanocoai/nanoclaw` (core updates) - `` — the flavor fork (flavor updates) ### Updating a flavor @@ -538,14 +538,14 @@ Operational skills (`setup`, `debug`, `update-nanoclaw`, `customize`, `update-sk Before: ```bash -git clone https://github.com/qwibitai/NanoClaw.git +git clone https://github.com/nanocoai/NanoClaw.git cd NanoClaw claude ``` After: ``` -1. Fork qwibitai/nanoclaw on GitHub +1. Fork nanocoai/nanoclaw on GitHub 2. git clone https://github.com//nanoclaw.git 3. cd nanoclaw 4. claude @@ -556,8 +556,8 @@ After: Updates to the setup flow: -- Check if `upstream` remote exists; if not, add it: `git remote add upstream https://github.com/qwibitai/nanoclaw.git` -- Check if `origin` points to the user's fork (not qwibitai). If it points to qwibitai, guide them through the fork migration. +- Check if `upstream` remote exists; if not, add it: `git remote add upstream https://github.com/nanocoai/nanoclaw.git` +- Check if `origin` points to the user's fork (not nanocoai). If it points to nanocoai, guide them through the fork migration. - **Install marketplace plugin:** `claude plugin install nanoclaw-skills@nanoclaw-skills --scope project` — makes all feature skills available (hot-loaded, no restart) - **Ask which channels to add:** present channel options (Discord, Telegram, Slack, WhatsApp, Gmail), run corresponding `/add-*` skills for selected channels - **Offer dependent skills:** after a channel is set up, offer relevant add-ons (e.g., Agent Swarm after Telegram, voice transcription after WhatsApp) @@ -573,7 +573,7 @@ Marketplace configuration so the official marketplace is auto-registered: "nanoclaw-skills": { "source": { "source": "github", - "repo": "qwibitai/nanoclaw-skills" + "repo": "nanocoai/nanoclaw-skills" } } } @@ -601,7 +601,7 @@ Operational skills (`setup`, `debug`, `update-nanoclaw`, `customize`, `update-sk ### New infrastructure -- **Marketplace repo** (`qwibitai/nanoclaw-skills`) — single Claude Code plugin bundling SKILL.md files for all feature skills +- **Marketplace repo** (`nanocoai/nanoclaw-skills`) — single Claude Code plugin bundling SKILL.md files for all feature skills - **CI GitHub Action** — merge-forward `main` into all `skill/*` branches on every push to `main`, using Claude (Haiku) for conflict resolution - **`/update-skills` skill** — checks for and applies skill branch updates using git history - **`CONTRIBUTORS.md`** — tracks skill contributors @@ -650,7 +650,7 @@ Users only need to re-merge a skill branch if the skill itself was updated (not > **We now recommend forking instead of cloning.** This gives you a remote to push your customizations to. > > **If you currently have a clone with local changes**, migrate to a fork: -> 1. Fork `qwibitai/nanoclaw` on GitHub +> 1. Fork `nanocoai/nanoclaw` on GitHub > 2. Run: > ``` > git remote rename origin upstream @@ -668,7 +668,7 @@ Users only need to re-merge a skill branch if the skill itself was updated (not > **Contributing skills** > > To contribute a skill: -> 1. Fork `qwibitai/nanoclaw` +> 1. Fork `nanocoai/nanoclaw` > 2. Branch from `main` and make your code changes > 3. Open a regular PR > diff --git a/nanoclaw.sh b/nanoclaw.sh index bcf4e495f..0b10fc63a 100755 --- a/nanoclaw.sh +++ b/nanoclaw.sh @@ -240,7 +240,7 @@ if [ "$(uname -s)" = "Linux" ] && [ "$(id -u)" -eq 0 ]; then printf ' %s\n' "$(dim '3. Enable passwordless sudo: echo "nanoclaw ALL=(ALL) NOPASSWD:ALL" | tee /etc/sudoers.d/nanoclaw')" printf ' %s\n' "$(dim '4. Log out: exit')" printf ' %s\n' "$(dim '5. Log back in as the new user: ssh nanoclaw@your-server')" - printf ' %s\n' "$(dim '6. Clone the repo: git clone https://github.com/qwibitai/nanoclaw.git && cd nanoclaw')" + printf ' %s\n' "$(dim '6. Clone the repo: git clone https://github.com/nanocoai/nanoclaw.git && cd nanoclaw')" printf ' %s\n\n' "$(dim '7. Re-run setup: bash nanoclaw.sh')" exit 1 ;; diff --git a/repo-tokens/README.md b/repo-tokens/README.md index bd07f9067..0b73064e8 100644 --- a/repo-tokens/README.md +++ b/repo-tokens/README.md @@ -12,7 +12,7 @@ A GitHub Action that calculates the size of your codebase in terms of tokens and ## Usage ```yaml -- uses: qwibitai/nanoclaw/repo-tokens@v1 +- uses: nanocoai/nanoclaw/repo-tokens@v1 with: include: 'src/**/*.ts' exclude: 'src/**/*.test.ts' @@ -34,7 +34,7 @@ Repos using repo-tokens: | Repo | Badge | |------|-------| -| [NanoClaw](https://github.com/qwibitai/NanoClaw) | ![tokens](https://raw.githubusercontent.com/qwibitai/NanoClaw/main/repo-tokens/badge.svg) | +| [NanoClaw](https://github.com/nanocoai/NanoClaw) | ![tokens](https://raw.githubusercontent.com/nanocoai/NanoClaw/main/repo-tokens/badge.svg) | ### Full workflow example @@ -59,7 +59,7 @@ jobs: with: python-version: '3.12' - - uses: qwibitai/nanoclaw/repo-tokens@v1 + - uses: nanocoai/nanoclaw/repo-tokens@v1 id: tokens with: include: 'src/**/*.ts' diff --git a/repo-tokens/action.yml b/repo-tokens/action.yml index 5443e6eca..e880d211e 100644 --- a/repo-tokens/action.yml +++ b/repo-tokens/action.yml @@ -114,7 +114,7 @@ runs: with open(readme_path, "r", encoding="utf-8") as f: content = f.read() - repo_tokens_url = "https://github.com/qwibitai/nanoclaw/tree/main/repo-tokens" + repo_tokens_url = "https://github.com/nanocoai/nanoclaw/tree/main/repo-tokens" linked_badge = f'{badge}' new_content = marker_re.sub(rf"\1{linked_badge}\2", content) @@ -148,7 +148,7 @@ runs: lx = label_w // 2 vx = label_w + value_w // 2 - repo_tokens_url = "https://github.com/qwibitai/nanoclaw/tree/main/repo-tokens" + repo_tokens_url = "https://github.com/nanocoai/nanoclaw/tree/main/repo-tokens" svg = f''' {full_desc} diff --git a/setup/lib/channels-remote.sh b/setup/lib/channels-remote.sh old mode 100644 new mode 100755 index 6da0159b8..eb67b8dd9 --- a/setup/lib/channels-remote.sh +++ b/setup/lib/channels-remote.sh @@ -6,10 +6,10 @@ # `upstream`, with `origin` pointing at the user's fork. The channels branch # only lives upstream, so a hardcoded `git fetch origin channels` fails for # forks. This helper walks `git remote -v`, picks the remote whose URL points -# at qwibitai/nanoclaw, and prints its name. +# at nanocoai/nanoclaw, and prints its name. # # Fallback: if no existing remote matches, add `upstream` pointing at -# github.com/qwibitai/nanoclaw and return that — keeps forks without an +# github.com/nanocoai/nanoclaw and return that — keeps forks without an # explicit upstream configured working on the first try. # # Explicit override: set NANOCLAW_CHANNELS_REMOTE= to skip detection. @@ -23,7 +23,7 @@ resolve_channels_remote() { local remote url while IFS=$'\t' read -r remote url; do case "$url" in - *qwibitai/nanoclaw*) + *qwibitai/nanoclaw*|*nanocoai/nanoclaw*) printf '%s' "$remote" return 0 ;; @@ -33,6 +33,6 @@ resolve_channels_remote() { # No matching remote — add `upstream` and use it. Silent on failure so # callers see the eventual `git fetch` error rather than a cryptic # remote-add failure. - git remote add upstream https://github.com/qwibitai/nanoclaw.git 2>/dev/null || true + git remote add upstream https://github.com/nanocoai/nanoclaw.git 2>/dev/null || true printf '%s' "upstream" } diff --git a/setup/migrate-v2/discord-resolver.ts b/setup/migrate-v2/discord-resolver.ts index ecc1d5e9c..b101b4ced 100644 --- a/setup/migrate-v2/discord-resolver.ts +++ b/setup/migrate-v2/discord-resolver.ts @@ -66,7 +66,7 @@ async function getJson(url: string, token: string, fetchImpl: FetchFn): Promi const res = await fetchImpl(url, { headers: { Authorization: `Bot ${token}`, - 'User-Agent': 'NanoClaw-Migration (https://github.com/qwibitai/nanoclaw, 2.x)', + 'User-Agent': 'NanoClaw-Migration (https://github.com/nanocoai/nanoclaw, 2.x)', }, }); if (!res.ok) {