Remove third-party identity from package metadata; point docs to Gitea

Drop former GitHub org/user references and personal email from plugin
metadata. Clone URLs and repository fields now point at the Gitea host.
This commit is contained in:
2026-07-17 16:30:16 +08:00
parent df6a9e74d9
commit 18c04f5874
5 changed files with 15 additions and 16 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
## Setup ## Setup
```bash ```bash
git clone https://github.com/sooneocean/grok-build-hud.git git clone http://172.238.15.154:3000/Redredchen01/grok-hud.git
cd grok-build-hud cd grok-hud
npm install npm install
npm test npm test
``` ```
+5 -5
View File
@@ -30,8 +30,8 @@ Built for Grok Build sessions: context window, quota, **input/output/cache token
### A. One-shot script (recommended) ### A. One-shot script (recommended)
```bash ```bash
git clone https://github.com/sooneocean/grok-build-hud.git git clone http://172.238.15.154:3000/Redredchen01/grok-hud.git
cd grok-build-hud cd grok-hud
bash scripts/install.sh bash scripts/install.sh
``` ```
@@ -40,8 +40,8 @@ This runs `npm install` → `build` → `npm link` → dashboard + hooks → `--
### B. Manual steps ### B. Manual steps
```bash ```bash
git clone https://github.com/sooneocean/grok-build-hud.git git clone http://172.238.15.154:3000/Redredchen01/grok-hud.git
cd grok-build-hud cd grok-hud
npm install npm install
npm run build npm run build
npm link # puts grok-build-hud / grok-hud / grok-hud-run on PATH npm link # puts grok-build-hud / grok-hud / grok-hud-run on PATH
@@ -51,7 +51,7 @@ npm run install-local
### C. From an already-cloned path ### C. From an already-cloned path
```bash ```bash
cd /path/to/grok-build-hud cd /path/to/grok-hud
bash scripts/install.sh bash scripts/install.sh
``` ```
+2 -2
View File
@@ -32,8 +32,8 @@
### 方式 A:从 GitHub 克隆(推荐别人安装时用) ### 方式 A:从 GitHub 克隆(推荐别人安装时用)
```bash ```bash
git clone https://github.com/sooneocean/grok-build-hud.git git clone http://172.238.15.154:3000/Redredchen01/grok-hud.git
cd grok-build-hud cd grok-hud
bash scripts/install.sh bash scripts/install.sh
``` ```
+3 -3
View File
@@ -53,12 +53,12 @@
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/sooneocean/grok-build-hud.git" "url": "http://172.238.15.154:3000/Redredchen01/grok-hud.git"
}, },
"bugs": { "bugs": {
"url": "https://github.com/sooneocean/grok-build-hud/issues" "url": "http://172.238.15.154:3000/Redredchen01/grok-hud/issues"
}, },
"homepage": "https://github.com/sooneocean/grok-build-hud#readme", "homepage": "http://172.238.15.154:3000/Redredchen01/grok-hud",
"devDependencies": { "devDependencies": {
"@types/node": "^22.13.10", "@types/node": "^22.13.10",
"typescript": "^5.8.2" "typescript": "^5.8.2"
+3 -4
View File
@@ -3,11 +3,10 @@
"version": "0.3.9", "version": "0.3.9",
"description": "Live multi-line status strip for Grok Build: context, quota, tokens, tools, todos, git", "description": "Live multi-line status strip for Grok Build: context, quota, tokens, tools, todos, git",
"author": { "author": {
"name": "sooneocean", "name": "Redredchen01"
"email": "redredchen01@gmail.com"
}, },
"homepage": "https://github.com/sooneocean/grok-build-hud", "homepage": "http://172.238.15.154:3000/Redredchen01/grok-hud",
"repository": "https://github.com/sooneocean/grok-build-hud", "repository": "http://172.238.15.154:3000/Redredchen01/grok-hud",
"commands": "./commands", "commands": "./commands",
"skills": "./skills", "skills": "./skills",
"hooks": "./hooks/hooks.json" "hooks": "./hooks/hooks.json"