docs: fix README_zh consistency and remove Skills System CLI section

- Fix 你→您 inconsistency in README_zh.md
- Add missing nanoclaw.dev link to README_zh.md header
- Remove Skills System CLI section from both README.md and README_zh.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
gavrielc
2026-02-21 17:16:28 +02:00
parent 3d1859f919
commit 3c79c61f67
2 changed files with 2 additions and 31 deletions

View File

@@ -88,21 +88,6 @@ Or run `/customize` for guided changes.
The codebase is small enough that Claude can safely modify it.
## Skills System CLI (Experimental)
The new deterministic skills-system primitives are available as local commands:
```bash
npm run skills:init -- --core-version 0.5.0 --base-source .
npm run skills:apply -- --skill whatsapp --version 1.2.0 --files-modified src/server.ts
npm run skills:update-preview
npm run skills:update-stage -- --target-core-version 0.6.0 --base-source /path/to/new/core
npm run skills:update-commit
# or: npm run skills:update-rollback
```
These commands operate on `.nanoclaw/state.yaml`, `.nanoclaw/state.next.yaml`, `.nanoclaw/base/`, `.nanoclaw/base.next/`, and `.nanoclaw/backup/`.
## Contributing
**Don't add features. Add skills.**