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:
15
README.md
15
README.md
@@ -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.**
|
||||
|
||||
Reference in New Issue
Block a user