chore: update repo owner and support email

This commit is contained in:
cexll
2026-02-23 13:41:48 +08:00
parent 19d411a6a2
commit 4c25dd8d2f
14 changed files with 98 additions and 98 deletions

View File

@@ -47,7 +47,7 @@ All notable changes to this project will be documented in this file.
### 🚀 Features
- support `npx github:cexll/myclaude` for installation and execution
- support `npx github:stellarlinkco/myclaude` for installation and execution
- default module changed from `dev` to `do`
### 🚜 Refactor
@@ -138,7 +138,7 @@ All notable changes to this project will be documented in this file.
### 🐛 Bug Fixes
- read GEMINI_MODEL from ~/.gemini/.env ([#131](https://github.com/cexll/myclaude/issues/131))
- read GEMINI_MODEL from ~/.gemini/.env ([#131](https://github.com/stellarlinkco/myclaude/issues/131))
- validate non-empty output message before printing
@@ -159,7 +159,7 @@ All notable changes to this project will be documented in this file.
- update release workflow build path for new directory structure
- write PATH config to both profile and rc files ([#128](https://github.com/cexll/myclaude/issues/128))
- write PATH config to both profile and rc files ([#128](https://github.com/stellarlinkco/myclaude/issues/128))
### 🚀 Features
@@ -184,9 +184,9 @@ All notable changes to this project will be documented in this file.
### 📚 Documentation
- update 'Agent Hierarchy' model for frontend-ui-ux-engineer and document-writer in README ([#127](https://github.com/cexll/myclaude/issues/127))
- update 'Agent Hierarchy' model for frontend-ui-ux-engineer and document-writer in README ([#127](https://github.com/stellarlinkco/myclaude/issues/127))
- update mappings for frontend-ui-ux-engineer and document-writer in README ([#126](https://github.com/cexll/myclaude/issues/126))
- update mappings for frontend-ui-ux-engineer and document-writer in README ([#126](https://github.com/stellarlinkco/myclaude/issues/126))
### 🚀 Features
@@ -205,7 +205,7 @@ All notable changes to this project will be documented in this file.
### 🐛 Bug Fixes
- remove extraneous dash arg for opencode stdin mode ([#124](https://github.com/cexll/myclaude/issues/124))
- remove extraneous dash arg for opencode stdin mode ([#124](https://github.com/stellarlinkco/myclaude/issues/124))
### 💼 Other
@@ -218,7 +218,7 @@ All notable changes to this project will be documented in this file.
### 🐛 Bug Fixes
- correct default models for oracle and librarian agents ([#120](https://github.com/cexll/myclaude/issues/120))
- correct default models for oracle and librarian agents ([#120](https://github.com/stellarlinkco/myclaude/issues/120))
### 🚀 Features
@@ -231,7 +231,7 @@ All notable changes to this project will be documented in this file.
### 🐛 Bug Fixes
- filter codex 0.84.0 stderr noise logs ([#122](https://github.com/cexll/myclaude/issues/122))
- filter codex 0.84.0 stderr noise logs ([#122](https://github.com/stellarlinkco/myclaude/issues/122))
- filter codex stderr noise logs
@@ -256,11 +256,11 @@ All notable changes to this project will be documented in this file.
### 🐛 Bug Fixes
- propagate SkipPermissions to parallel tasks ([#113](https://github.com/cexll/myclaude/issues/113))
- propagate SkipPermissions to parallel tasks ([#113](https://github.com/stellarlinkco/myclaude/issues/113))
- add timeout for Windows process termination
- reject dash as workdir parameter ([#118](https://github.com/cexll/myclaude/issues/118))
- reject dash as workdir parameter ([#118](https://github.com/stellarlinkco/myclaude/issues/118))
### 📚 Documentation
@@ -315,14 +315,14 @@ All notable changes to this project will be documented in this file.
### 🐛 Bug Fixes
- 修复 Gemini init 事件 session_id 未提取的问题 ([#111](https://github.com/cexll/myclaude/issues/111))
- 修复 Gemini init 事件 session_id 未提取的问题 ([#111](https://github.com/stellarlinkco/myclaude/issues/111))
- fix codeagent skill TaskOutput
### 💼 Other
- Merge branch 'master' of github.com:cexll/myclaude
- Merge branch 'master' of github.com:stellarlinkco/myclaude
- add test-cases skill
@@ -339,7 +339,7 @@ All notable changes to this project will be documented in this file.
### 💼 Other
- 修复 Windows 后端退出taskkill 结束进程树 + turn.completed 支持 ([#108](https://github.com/cexll/myclaude/issues/108))
- 修复 Windows 后端退出taskkill 结束进程树 + turn.completed 支持 ([#108](https://github.com/stellarlinkco/myclaude/issues/108))
## [5.4.3] - 2026-01-06
@@ -347,7 +347,7 @@ All notable changes to this project will be documented in this file.
### 🐛 Bug Fixes
- support model parameter for all backends, auto-inject from settings ([#105](https://github.com/cexll/myclaude/issues/105))
- support model parameter for all backends, auto-inject from settings ([#105](https://github.com/stellarlinkco/myclaude/issues/105))
### 📚 Documentation
@@ -367,7 +367,7 @@ All notable changes to this project will be documented in this file.
### 🐛 Bug Fixes
- replace setx with reg add to avoid 1024-char PATH truncation ([#101](https://github.com/cexll/myclaude/issues/101))
- replace setx with reg add to avoid 1024-char PATH truncation ([#101](https://github.com/stellarlinkco/myclaude/issues/101))
## [5.4.1] - 2025-12-26
@@ -375,21 +375,21 @@ All notable changes to this project will be documented in this file.
### 🐛 Bug Fixes
- 移除未知事件格式的日志噪声 ([#96](https://github.com/cexll/myclaude/issues/96))
- 移除未知事件格式的日志噪声 ([#96](https://github.com/stellarlinkco/myclaude/issues/96))
- prevent duplicate PATH entries on reinstall ([#95](https://github.com/cexll/myclaude/issues/95))
- prevent duplicate PATH entries on reinstall ([#95](https://github.com/stellarlinkco/myclaude/issues/95))
### 📚 Documentation
- 添加 FAQ 常见问题章节
- update troubleshooting with idempotent PATH commands ([#95](https://github.com/cexll/myclaude/issues/95))
- update troubleshooting with idempotent PATH commands ([#95](https://github.com/stellarlinkco/myclaude/issues/95))
### 🚀 Features
- Add intelligent backend selection based on task complexity ([#61](https://github.com/cexll/myclaude/issues/61))
- Add intelligent backend selection based on task complexity ([#61](https://github.com/stellarlinkco/myclaude/issues/61))
## [5.4.0] - 2025-12-24
@@ -404,7 +404,7 @@ All notable changes to this project will be documented in this file.
### 🚀 Features
- v5.4.0 structured execution report ([#94](https://github.com/cexll/myclaude/issues/94))
- v5.4.0 structured execution report ([#94](https://github.com/stellarlinkco/myclaude/issues/94))
## [5.2.8] - 2025-12-22
@@ -430,21 +430,21 @@ All notable changes to this project will be documented in this file.
### 🐛 Bug Fixes
- allow claude backend to read env from setting.json while preventing recursion ([#92](https://github.com/cexll/myclaude/issues/92))
- allow claude backend to read env from setting.json while preventing recursion ([#92](https://github.com/stellarlinkco/myclaude/issues/92))
- comprehensive security and quality improvements for PR #85 & #87 ([#90](https://github.com/cexll/myclaude/issues/90))
- comprehensive security and quality improvements for PR #85 & #87 ([#90](https://github.com/stellarlinkco/myclaude/issues/90))
- Parser重复解析优化 + 严重bug修复 + PR #86兼容性 ([#88](https://github.com/cexll/myclaude/issues/88))
- Parser重复解析优化 + 严重bug修复 + PR #86兼容性 ([#88](https://github.com/stellarlinkco/myclaude/issues/88))
### 💼 Other
- Improve backend termination after message and extend timeout ([#86](https://github.com/cexll/myclaude/issues/86))
- Improve backend termination after message and extend timeout ([#86](https://github.com/stellarlinkco/myclaude/issues/86))
### 🚀 Features
- add millisecond-precision timestamps to all log entries ([#91](https://github.com/cexll/myclaude/issues/91))
- add millisecond-precision timestamps to all log entries ([#91](https://github.com/stellarlinkco/myclaude/issues/91))
## [5.2.6] - 2025-12-19
@@ -452,16 +452,16 @@ All notable changes to this project will be documented in this file.
### 🐛 Bug Fixes
- filter noisy stderr output from gemini backend ([#83](https://github.com/cexll/myclaude/issues/83))
- filter noisy stderr output from gemini backend ([#83](https://github.com/stellarlinkco/myclaude/issues/83))
- 修復 wsl install.sh 格式問題 ([#78](https://github.com/cexll/myclaude/issues/78))
- 修復 wsl install.sh 格式問題 ([#78](https://github.com/stellarlinkco/myclaude/issues/78))
### 💼 Other
- update all readme
- BMADh和Requirements-Driven支持根据语义生成对应的文档 ([#82](https://github.com/cexll/myclaude/issues/82))
- BMADh和Requirements-Driven支持根据语义生成对应的文档 ([#82](https://github.com/stellarlinkco/myclaude/issues/82))
## [5.2.5] - 2025-12-17
@@ -469,7 +469,7 @@ All notable changes to this project will be documented in this file.
### 🐛 Bug Fixes
- 修复多 backend 并行日志 PID 混乱并移除包装格式 ([#74](https://github.com/cexll/myclaude/issues/74)) ([#76](https://github.com/cexll/myclaude/issues/76))
- 修复多 backend 并行日志 PID 混乱并移除包装格式 ([#74](https://github.com/stellarlinkco/myclaude/issues/74)) ([#76](https://github.com/stellarlinkco/myclaude/issues/76))
- replace "Codex" to "codeagent" in dev-plan-generator subagent
@@ -480,7 +480,7 @@ All notable changes to this project will be documented in this file.
- Merge pull request #71 from aliceric27/master
- Merge branch 'cexll:master' into master
- Merge branch 'stellarlinkco:master' into master
- Merge pull request #72 from changxvv/master
@@ -508,13 +508,13 @@ All notable changes to this project will be documented in this file.
### 💼 Other
- Merge pull request #70 from cexll/fix/prevent-codeagent-infinite-recursion
- Merge pull request #70 from stellarlinkco/fix/prevent-codeagent-infinite-recursion
- Merge pull request #69 from cexll/myclaude-master-20251215-073053-338465000
- Merge pull request #69 from stellarlinkco/myclaude-master-20251215-073053-338465000
- update CHANGELOG.md
- Merge pull request #65 from cexll/fix/issue-64-buffer-overflow
- Merge pull request #65 from stellarlinkco/fix/issue-64-buffer-overflow
## [5.2.3] - 2025-12-15
@@ -522,7 +522,7 @@ All notable changes to this project will be documented in this file.
### 🐛 Bug Fixes
- 修复 bufio.Scanner token too long 错误 ([#64](https://github.com/cexll/myclaude/issues/64))
- 修复 bufio.Scanner token too long 错误 ([#64](https://github.com/stellarlinkco/myclaude/issues/64))
### 💼 Other
@@ -609,7 +609,7 @@ All notable changes to this project will be documented in this file.
- Merge rc/5.2 into master: v5.2.0 release improvements
- Merge pull request #53 from cexll/rc/5.2
- Merge pull request #53 from stellarlinkco/rc/5.2
- remove docs
@@ -627,7 +627,7 @@ All notable changes to this project will be documented in this file.
- Merge branch 'master' into rc/5.2
- Merge pull request #52 from cexll/fix/parallel-log-path-on-startup
- Merge pull request #52 from stellarlinkco/fix/parallel-log-path-on-startup
### 📚 Documentation
@@ -684,7 +684,7 @@ All notable changes to this project will be documented in this file.
### 💼 Other
- Merge pull request #51 from cexll/fix/channel-sync-race-conditions
- Merge pull request #51 from stellarlinkco/fix/channel-sync-race-conditions
- change codex-wrapper version
@@ -701,7 +701,7 @@ All notable changes to this project will be documented in this file.
### 💼 Other
- Merge pull request #49 from cexll/freespace8/master
- Merge pull request #49 from stellarlinkco/freespace8/master
- resolve signal handling conflict preserving testability and Windows support
@@ -751,7 +751,7 @@ All notable changes to this project will be documented in this file.
### 💼 Other
- Merge branch 'master' of github.com:cexll/myclaude
- Merge branch 'master' of github.com:stellarlinkco/myclaude
- Merge pull request #43 from gurdasnijor/smithery/add-badge
@@ -795,7 +795,7 @@ All notable changes to this project will be documented in this file.
### 💼 Other
- Merge pull request #41 from cexll/fix-async-log
- Merge pull request #41 from stellarlinkco/fix-async-log
- remove test case 90
@@ -840,7 +840,7 @@ All notable changes to this project will be documented in this file.
### 💼 Other
- Merge pull request #34 from cexll/cce-worktree-master-20251129-111802-997076000
- Merge pull request #34 from stellarlinkco/cce-worktree-master-20251129-111802-997076000
- update CLAUDE.md and codex skill
@@ -892,7 +892,7 @@ All notable changes to this project will be documented in this file.
### 🐛 Bug Fixes
- update repository URLs to cexll/myclaude
- update repository URLs to stellarlinkco/myclaude
## [4.7-alpha1] - 2025-11-27
@@ -905,7 +905,7 @@ All notable changes to this project will be documented in this file.
### 💼 Other
- Merge pull request #29 from cexll/feat/codex-wrapper
- Merge pull request #29 from stellarlinkco/feat/codex-wrapper
- Add codex-wrapper Go implementation
@@ -957,9 +957,9 @@ All notable changes to this project will be documented in this file.
- update codex skills model config
- Merge branch 'master' of github.com:cexll/myclaude
- Merge branch 'master' of github.com:stellarlinkco/myclaude
- Merge pull request #24 from cexll/swe-agent/23-1763544297
- Merge pull request #24 from stellarlinkco/swe-agent/23-1763544297
### 🚀 Features
@@ -1025,7 +1025,7 @@ All notable changes to this project will be documented in this file.
- optimize codex skills
- Merge branch 'master' of github.com:cexll/myclaude
- Merge branch 'master' of github.com:stellarlinkco/myclaude
- Rename SKILLS.md to SKILL.md
@@ -1062,9 +1062,9 @@ All notable changes to this project will be documented in this file.
### 💼 Other
- Merge branch 'master' of github.com:cexll/myclaude
- Merge branch 'master' of github.com:stellarlinkco/myclaude
- Merge pull request #18 from cexll/swe-agent/17-1760969135
- Merge pull request #18 from stellarlinkco/swe-agent/17-1760969135
- update requirements clarity
@@ -1092,13 +1092,13 @@ All notable changes to this project will be documented in this file.
### 💼 Other
- Merge pull request #15 from cexll/swe-agent/13-1760944712
- Merge pull request #15 from stellarlinkco/swe-agent/13-1760944712
- Fix #13: Clean up redundant README files
- Optimize README structure - Solution A (modular)
- Merge pull request #14 from cexll/swe-agent/12-1760944588
- Merge pull request #14 from stellarlinkco/swe-agent/12-1760944588
- Fix #12: Update Makefile install paths for new directory structure
@@ -1108,7 +1108,7 @@ All notable changes to this project will be documented in this file.
### 💼 Other
- Merge pull request #11 from cexll/swe-agent/10-1760752533
- Merge pull request #11 from stellarlinkco/swe-agent/10-1760752533
- Fix marketplace metadata references

View File

@@ -7,12 +7,12 @@
help:
@echo "Claude Code Multi-Agent Workflow - Quick Deployment"
@echo ""
@echo "Recommended installation: npx github:cexll/myclaude"
@echo "Recommended installation: npx github:stellarlinkco/myclaude"
@echo ""
@echo "Usage: make [target]"
@echo ""
@echo "Targets:"
@echo " install - LEGACY: install all configurations (prefer npx github:cexll/myclaude)"
@echo " install - LEGACY: install all configurations (prefer npx github:stellarlinkco/myclaude)"
@echo " deploy-bmad - Deploy BMAD workflow (bmad-pilot)"
@echo " deploy-requirements - Deploy Requirements workflow (requirements-pilot)"
@echo " deploy-essentials - Deploy Development Essentials workflow"
@@ -40,7 +40,7 @@ OUTPUT_STYLES_DIR = output-styles
# Install all configurations
install: deploy-all
@echo "⚠️ LEGACY PATH: make install will be removed in future versions."
@echo " Prefer: npx github:cexll/myclaude"
@echo " Prefer: npx github:stellarlinkco/myclaude"
@echo "✅ Installation complete!"
# Deploy BMAD workflow

View File

@@ -5,7 +5,7 @@ Claude Code plugins for this repo are defined in `.claude-plugin/marketplace.jso
## Install
```bash
/plugin marketplace add cexll/myclaude
/plugin marketplace add stellarlinkco/myclaude
/plugin list
```

View File

@@ -2,17 +2,17 @@
# Claude Code Multi-Agent Workflow System
[![Run in Smithery](https://smithery.ai/badge/skills/cexll)](https://smithery.ai/skills?ns=cexll&utm_source=github&utm_medium=badge)
[![Run in Smithery](https://smithery.ai/badge/skills/stellarlinkco)](https://smithery.ai/skills?ns=stellarlinkco&utm_source=github&utm_medium=badge)
[![License: AGPL-3.0](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
[![Claude Code](https://img.shields.io/badge/Claude-Code-blue)](https://claude.ai/code)
[![Version](https://img.shields.io/badge/Version-6.x-green)](https://github.com/cexll/myclaude)
[![Version](https://img.shields.io/badge/Version-6.x-green)](https://github.com/stellarlinkco/myclaude)
> AI-powered development automation with multi-backend execution (Codex/Claude/Gemini/OpenCode)
## Quick Start
```bash
npx github:cexll/myclaude
npx github:stellarlinkco/myclaude
```
## Modules Overview
@@ -30,7 +30,7 @@ npx github:cexll/myclaude
### Available Skills
Individual skills can be installed separately via `npx github:cexll/myclaude --list` (skills bundled in modules like do, omo, sparv are listed above):
Individual skills can be installed separately via `npx github:stellarlinkco/myclaude --list` (skills bundled in modules like do, omo, sparv are listed above):
| Skill | Description |
|-------|-------------|
@@ -48,16 +48,16 @@ Individual skills can be installed separately via `npx github:cexll/myclaude --l
```bash
# Interactive installer (recommended)
npx github:cexll/myclaude
npx github:stellarlinkco/myclaude
# List installable items (modules / skills / wrapper)
npx github:cexll/myclaude --list
npx github:stellarlinkco/myclaude --list
# Detect installed modules and update from GitHub
npx github:cexll/myclaude --update
npx github:stellarlinkco/myclaude --update
# Custom install directory / overwrite
npx github:cexll/myclaude --install-dir ~/.claude --force
npx github:stellarlinkco/myclaude --install-dir ~/.claude --force
```
`--update` detects already installed modules in the target install dir (defaults to `~/.claude`, via `installed_modules.json` when present) and updates them from GitHub (latest release) by overwriting the module files.
@@ -132,13 +132,13 @@ Edit `config.json` to enable/disable modules:
**Codex wrapper not found:**
```bash
# Select: codeagent-wrapper
npx github:cexll/myclaude
npx github:stellarlinkco/myclaude
```
**Module not loading:**
```bash
cat ~/.claude/installed_modules.json
npx github:cexll/myclaude --force
npx github:stellarlinkco/myclaude --force
```
**Backend CLI errors:**
@@ -156,7 +156,7 @@ which gemini && gemini --version
| Gemini can't read .gitignore files | Remove from .gitignore or use different backend |
| Codex permission denied | Set `approval_policy = "never"` in ~/.codex/config.yaml |
See [GitHub Issues](https://github.com/cexll/myclaude/issues) for more.
See [GitHub Issues](https://github.com/stellarlinkco/myclaude/issues) for more.
## License
@@ -164,8 +164,8 @@ AGPL-3.0 - see [LICENSE](LICENSE)
### Commercial Licensing
For commercial use without AGPL obligations, contact: evanxian9@gmail.com
For commercial use without AGPL obligations, contact: support@stellarlink.co
## Support
- [GitHub Issues](https://github.com/cexll/myclaude/issues)
- [GitHub Issues](https://github.com/stellarlinkco/myclaude/issues)

View File

@@ -2,14 +2,14 @@
[![License: AGPL-3.0](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
[![Claude Code](https://img.shields.io/badge/Claude-Code-blue)](https://claude.ai/code)
[![Version](https://img.shields.io/badge/Version-6.x-green)](https://github.com/cexll/myclaude)
[![Version](https://img.shields.io/badge/Version-6.x-green)](https://github.com/stellarlinkco/myclaude)
> AI 驱动的开发自动化 - 多后端执行架构 (Codex/Claude/Gemini/OpenCode)
## 快速开始
```bash
npx github:cexll/myclaude
npx github:stellarlinkco/myclaude
```
## 模块概览
@@ -27,7 +27,7 @@ npx github:cexll/myclaude
### 可用技能
可通过 `npx github:cexll/myclaude --list` 单独安装技能(模块内置技能如 do、omo、sparv 见上表):
可通过 `npx github:stellarlinkco/myclaude --list` 单独安装技能(模块内置技能如 do、omo、sparv 见上表):
| 技能 | 描述 |
|------|------|
@@ -188,16 +188,16 @@ npx github:cexll/myclaude
```bash
# 交互式安装器(推荐)
npx github:cexll/myclaude
npx github:stellarlinkco/myclaude
# 列出可安装项module:* / skill:* / codeagent-wrapper
npx github:cexll/myclaude --list
npx github:stellarlinkco/myclaude --list
# 检测已安装 modules 并从 GitHub 更新
npx github:cexll/myclaude --update
npx github:stellarlinkco/myclaude --update
# 指定安装目录 / 强制覆盖
npx github:cexll/myclaude --install-dir ~/.claude --force
npx github:stellarlinkco/myclaude --install-dir ~/.claude --force
```
`--update` 会在目标安装目录(默认 `~/.claude`,优先读取 `installed_modules.json`)检测已安装 modules并从 GitHub 拉取最新发布版本覆盖更新。
@@ -244,13 +244,13 @@ npx github:cexll/myclaude --install-dir ~/.claude --force
**Codex wrapper 未找到:**
```bash
# 选择codeagent-wrapper
npx github:cexll/myclaude
npx github:stellarlinkco/myclaude
```
**模块未加载:**
```bash
cat ~/.claude/installed_modules.json
npx github:cexll/myclaude --force
npx github:stellarlinkco/myclaude --force
```
## FAQ
@@ -261,7 +261,7 @@ npx github:cexll/myclaude --force
| Gemini 无法读取 .gitignore 文件 | 从 .gitignore 移除或使用其他后端 |
| Codex 权限拒绝 | 在 ~/.codex/config.yaml 设置 `approval_policy = "never"` |
更多问题请访问 [GitHub Issues](https://github.com/cexll/myclaude/issues)。
更多问题请访问 [GitHub Issues](https://github.com/stellarlinkco/myclaude/issues)。
## 许可证
@@ -269,8 +269,8 @@ AGPL-3.0 - 查看 [LICENSE](LICENSE)
### 商业授权
如需商业授权(无需遵守 AGPL 义务),请联系:evanxian9@gmail.com
如需商业授权(无需遵守 AGPL 义务),请联系:support@stellarlink.co
## 支持
- [GitHub Issues](https://github.com/cexll/myclaude/issues)
- [GitHub Issues](https://github.com/stellarlinkco/myclaude/issues)

View File

@@ -10,7 +10,7 @@ const readline = require("readline");
const zlib = require("zlib");
const { spawn, spawnSync } = require("child_process");
const REPO = { owner: "cexll", name: "myclaude" };
const REPO = { owner: "stellarlinkco", name: "myclaude" };
const API_HEADERS = {
"User-Agent": "myclaude-npx",
Accept: "application/vnd.github+json",
@@ -60,12 +60,12 @@ function printHelp() {
"myclaude (npx installer)",
"",
"Usage:",
" npx github:cexll/myclaude",
" npx github:cexll/myclaude --list",
" npx github:cexll/myclaude --update",
" npx github:cexll/myclaude --install-dir ~/.claude --force",
" npx github:cexll/myclaude uninstall",
" npx github:cexll/myclaude uninstall --module bmad,do -y",
" npx github:stellarlinkco/myclaude",
" npx github:stellarlinkco/myclaude --list",
" npx github:stellarlinkco/myclaude --update",
" npx github:stellarlinkco/myclaude --install-dir ~/.claude --force",
" npx github:stellarlinkco/myclaude uninstall",
" npx github:stellarlinkco/myclaude uninstall --module bmad,do -y",
"",
"Options:",
" --install-dir <path> Default: ~/.claude",

View File

@@ -39,7 +39,7 @@ filter_unconventional = false
split_commits = false
# regex for preprocessing the commit messages
commit_preprocessors = [
{ pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](https://github.com/cexll/myclaude/issues/${2}))" },
{ pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](https://github.com/stellarlinkco/myclaude/issues/${2}))" },
]
# regex for parsing and grouping commits
commit_parsers = [

View File

@@ -28,7 +28,7 @@ Entry point: `cmd/codeagent-wrapper/main.go` (binary: `codeagent-wrapper`).
### Recommended (interactive installer)
```bash
npx github:cexll/myclaude
npx github:stellarlinkco/myclaude
```
Select the `codeagent-wrapper` module to install.

View File

@@ -28,7 +28,7 @@
### 推荐方式(交互式安装器)
```bash
npx github:cexll/myclaude
npx github:stellarlinkco/myclaude
```
选择 `codeagent-wrapper` 模块进行安装。

View File

@@ -15,7 +15,7 @@ Multi-backend AI code execution wrapper supporting Codex, Claude, Gemini, and Op
```bash
# Recommended: run the installer and select "codeagent-wrapper"
npx github:cexll/myclaude
npx github:stellarlinkco/myclaude
# Manual build (optional; requires repo checkout)
cd codeagent-wrapper

View File

@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/cexll/myclaude/config.schema.json",
"$id": "https://github.com/stellarlinkco/myclaude/config.schema.json",
"title": "Modular Installation Config",
"type": "object",
"additionalProperties": false,

View File

@@ -2,7 +2,7 @@
setlocal enabledelayedexpansion
set "EXIT_CODE=0"
set "REPO=cexll/myclaude"
set "REPO=stellarlinkco/myclaude"
set "VERSION=latest"
set "OS=windows"

View File

@@ -4,7 +4,7 @@ set -e
if [ -z "${SKIP_WARNING:-}" ]; then
echo "⚠️ WARNING: install.sh is LEGACY and will be removed in future versions."
echo "Please use the new installation method:"
echo " npx github:cexll/myclaude"
echo " npx github:stellarlinkco/myclaude"
echo ""
echo "Set SKIP_WARNING=1 to bypass this message"
echo "Continuing with legacy installation in 5 seconds..."
@@ -23,7 +23,7 @@ case "$ARCH" in
esac
# Build download URL
REPO="cexll/myclaude"
REPO="stellarlinkco/myclaude"
VERSION="${CODEAGENT_WRAPPER_VERSION:-latest}"
BINARY_NAME="codeagent-wrapper-${OS}-${ARCH}"
if [ "$VERSION" = "latest" ]; then

View File

@@ -7,17 +7,17 @@ This directory contains agent skills (each skill lives in its own folder with a
List installable items:
```bash
npx github:cexll/myclaude --list
npx github:stellarlinkco/myclaude --list
```
Install (interactive; pick `skill:<name>`):
```bash
npx github:cexll/myclaude
npx github:stellarlinkco/myclaude
```
Force overwrite / custom install directory:
```bash
npx github:cexll/myclaude --install-dir ~/.claude --force
npx github:stellarlinkco/myclaude --install-dir ~/.claude --force
```