Skip to content

Commit 6e3c60c

Browse files
authored
Merge pull request #2408 from glifocat/chore/rename-qwibitai-references
2 parents 35d667c + bda72a4 commit 6e3c60c

20 files changed

Lines changed: 51 additions & 51 deletions

File tree

.claude/skills/add-gmail-tool/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,5 +228,5 @@ Common signals:
228228
- **MCP server:** [`@gongrzhe/server-gmail-autoauth-mcp`](https://github.com/GongRzhe/Gmail-MCP-Server) by GongRzhe — MIT-licensed.
229229
- **OneCLI credential stubs:** pattern documented at `https://onecli.sh/docs/guides/credential-stubs/gmail.md`.
230230
- **Skill pattern:** modeled on [`add-atomic-chat-tool`](../add-atomic-chat-tool/SKILL.md) and [`add-vercel`](../add-vercel/SKILL.md).
231-
- **Addresses:** [issue #1500](https://github.com/qwibitai/nanoclaw/issues/1500) (proxy Gmail/Calendar OAuth tokens through credential proxy) for the Gmail side.
232-
- **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.
231+
- **Addresses:** [issue #1500](https://github.com/nanocoai/nanoclaw/issues/1500) (proxy Gmail/Calendar OAuth tokens through credential proxy) for the Gmail side.
232+
- **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.

.claude/skills/add-ollama-tool/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ git remote -v
5454
If `upstream` is missing, add it:
5555

5656
```bash
57-
git remote add upstream https://github.com/qwibitai/nanoclaw.git
57+
git remote add upstream https://github.com/nanocoai/nanoclaw.git
5858
```
5959

6060
### Merge the skill branch

.claude/skills/convert-to-apple-container/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ git remote -v
5858
If `upstream` is missing, add it:
5959

6060
```bash
61-
git remote add upstream https://github.com/qwibitai/nanoclaw.git
61+
git remote add upstream https://github.com/nanocoai/nanoclaw.git
6262
```
6363

6464
### Merge the skill branch

.claude/skills/migrate-nanoclaw/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Two phases: **Extract** (build the migration guide) and **Upgrade** (use it). If
3434

3535
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"`.
3636

37-
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`.
37+
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`.
3838

3939
Detect upstream branch: check `git branch -r | grep upstream/` for `main` or `master`. Store as UPSTREAM_BRANCH.
4040

.claude/skills/update-nanoclaw/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Run `/update-nanoclaw` in Claude Code.
1111

1212
## How it works
1313

14-
**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`).
14+
**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`).
1515

1616
**Backup**: creates a timestamped backup branch and tag (`backup/pre-update-<hash>-<timestamp>`, `pre-update-<hash>-<timestamp>`) before touching anything. Safe to run multiple times.
1717

@@ -69,7 +69,7 @@ If output is non-empty:
6969
Confirm remotes:
7070
- `git remote -v`
7171
If `upstream` is missing:
72-
- Ask the user for the upstream repo URL (default: `https://github.com/qwibitai/nanoclaw.git`).
72+
- Ask the user for the upstream repo URL (default: `https://github.com/nanocoai/nanoclaw.git`).
7373
- Add it: `git remote add upstream <user-provided-url>`
7474
- Then: `git fetch upstream --prune`
7575

.claude/skills/update-skills/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Check remotes:
4242
- `git remote -v`
4343

4444
If `upstream` is missing:
45-
- Ask the user for the upstream repo URL (default: `https://github.com/qwibitai/nanoclaw.git`).
45+
- Ask the user for the upstream repo URL (default: `https://github.com/nanocoai/nanoclaw.git`).
4646
- `git remote add upstream <url>`
4747

4848
Fetch:

.claude/skills/use-native-credential-proxy/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ git remote -v
4040
If `upstream` is missing, add it:
4141

4242
```bash
43-
git remote add upstream https://github.com/qwibitai/nanoclaw.git
43+
git remote add upstream https://github.com/nanocoai/nanoclaw.git
4444
```
4545

4646
### Merge the skill branch

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ NanoClaw provides that same core functionality, but in a codebase small enough t
2626
## Quick Start
2727

2828
```bash
29-
git clone https://github.com/qwibitai/nanoclaw.git nanoclaw-v2
29+
git clone https://github.com/nanocoai/nanoclaw.git nanoclaw-v2
3030
cd nanoclaw-v2
3131
bash nanoclaw.sh
3232
```
@@ -39,7 +39,7 @@ bash nanoclaw.sh
3939
Run from a fresh v2 checkout next to your v1 install:
4040

4141
```bash
42-
git clone https://github.com/qwibitai/nanoclaw.git nanoclaw-v2
42+
git clone https://github.com/nanocoai/nanoclaw.git nanoclaw-v2
4343
cd nanoclaw-v2
4444
bash migrate-v2.sh
4545
```

README_ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ NanoClawは同じコア機能を提供しますが、理解できる規模のコ
2626
## クイックスタート
2727

2828
```bash
29-
git clone https://github.com/qwibitai/nanoclaw.git nanoclaw-v2
29+
git clone https://github.com/nanocoai/nanoclaw.git nanoclaw-v2
3030
cd nanoclaw-v2
3131
bash nanoclaw.sh
3232
```

README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ NanoClaw 用一个您能轻松理解的代码库提供了同样的核心功能
2626
## 快速开始
2727

2828
```bash
29-
git clone https://github.com/qwibitai/nanoclaw.git nanoclaw-v2
29+
git clone https://github.com/nanocoai/nanoclaw.git nanoclaw-v2
3030
cd nanoclaw-v2
3131
bash nanoclaw.sh
3232
```

0 commit comments

Comments
 (0)