@onesclawkolor/onesclaw
v0.1.1
Published
ONES internal AI Agent CLI
Readme
onesclaw
ONES 企业内部 AI Agent CLI。
Quick Start
公开 npm 安装:
npm install -g @onesclawkolor/onesclaw
onesclaw init
onesclaw或手动安装:
npm install -g @onesclawkolor/onesclaw
onesclaw init
onesclaw公开 npm 发布使用个人 scope,例如当前账号为 onesclawkolor 时:
npm install -g @onesclawkolor/onesclaw
onesclaw init
onesclawRequirements
- Node.js >= 18
- macOS / Linux(Windows 请使用 WSL)
Stage Gates
- 路线图:
phases.md - 蓝图:
docs/blueprint-v1.md - 面试讲述稿:
docs/interview/onesclaw-sre-interview.md - 标准部署文档:
docs/operations/standard-deployment-guide.md - 阶段门禁文档:
docs/gates/ - 发布运维 Runbook:
docs/operations/release-runbook.md - Phase1 冲刺看板:
docs/gates/phase1-sprint-board.md - Phase1 OAuth 矩阵:
docs/gates/phase1-oauth-matrix.md - 核心覆盖率检查:
npm run coverage:core - 运行自检:
npm run doctor - 安装演练:
npm run install:rehearsal - 本地预检:
npm run gate:all:local - 私有发布:
npm run release:publish:private - 公开发布:
npm run release:publish:public - 安装入口上传:
npm run release:install:upload - 远端安装验证:
npm run release:install:verify - 阶段命令:
npm run gate:phase0npm run gate:phase1npm run gate:phase1:strict-dryrunnpm run gate:phase1_5npm run gate:phase2npm run gate:phase3npm run gate:phase4npm run gate:phase4-skillsnpm run gate:phase5npm run gate:phase6-providernpm run gate:all:localnpm run gate:all
- 作用域白名单强制模式:
GATE_STRICT_SCOPE=true npm run gate:phaseX
