Skip to content

Commit 147ad49

Browse files
chore: rename repo SafeApiKeyManager → demosafe
Update remote URL, git clone URLs, project structure references, and SSH alias across CLAUDE.md, README.md, README.zh-TW.md, and docs/12-platform-scraper-toolkit.md. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8d129a5 commit 147ad49

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Demo-safe API Key Manager — macOS system-level tool that masks API keys during
77
## Git
88

99
- **Author**: All commits MUST use `--author="easyvibecoding <easyvibecoding@gmail.com>"`
10-
- **Remote**: `git@github-easyvibecoding:easyvibecoding/SafeApiKeyManager.git` (SSH alias)
10+
- **Remote**: `git@github-easyvibecoding:easyvibecoding/demosafe.git` (SSH alias)
1111
- **Convention**: [Conventional Commits](https://www.conventionalcommits.org/)`feat:`, `fix:`, `docs:`, `refactor:`, `chore:`
1212
- **License**: Apache License 2.0 — all new files must be consistent
1313

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ Demo-safe is a macOS system-level tool that masks API keys from the moment they
5454
### 1. Clone and install dependencies
5555

5656
```bash
57-
git clone https://github.com/easyvibecoding/SafeApiKeyManager.git
58-
cd SafeApiKeyManager
57+
git clone https://github.com/easyvibecoding/demosafe.git
58+
cd demosafe
5959
npm install
6060
```
6161

@@ -94,7 +94,7 @@ The Swift Core writes `~/.demosafe/ipc.json` on startup with the WebSocket port
9494
## Project Structure
9595

9696
```
97-
SafeApiKeyManager/
97+
demosafe/
9898
├── packages/
9999
│ ├── swift-core/ # macOS Menu Bar App (Swift/SwiftUI)
100100
│ ├── vscode-extension/ # VS Code Extension (TypeScript)

README.zh-TW.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ Demo-safe 是一款 macOS 系統級工具,從 API Key 進入工作流程的那
5454
### 1. 複製並安裝依賴
5555

5656
```bash
57-
git clone https://github.com/easyvibecoding/SafeApiKeyManager.git
58-
cd SafeApiKeyManager
57+
git clone https://github.com/easyvibecoding/demosafe.git
58+
cd demosafe
5959
npm install
6060
```
6161

@@ -94,7 +94,7 @@ Swift Core 啟動時會寫入 `~/.demosafe/ipc.json`,包含 WebSocket port 和
9494
## 專案結構
9595

9696
```
97-
SafeApiKeyManager/
97+
demosafe/
9898
├── packages/
9999
│ ├── swift-core/ # macOS Menu Bar App (Swift/SwiftUI)
100100
│ ├── vscode-extension/ # VS Code Extension (TypeScript)

docs/12-platform-scraper-toolkit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ scripts/platform-analysis/reports/
283283
### Skill 檔案結構
284284
285285
```
286-
SafeApiKeyManager/
286+
demosafe/
287287
└── .claude/
288288
└── skills/
289289
└── analyze-platform/

0 commit comments

Comments
 (0)