chore: rename project to clawdbot

This commit is contained in:
Peter Steinberger
2026-01-04 14:32:47 +00:00
parent d48dc71fa4
commit 246adaa119
841 changed files with 4590 additions and 4328 deletions

View File

@@ -6,7 +6,7 @@ read_when:
---
# Skills Config
All skills-related configuration lives under `skills` in `~/.clawdis/clawdis.json`.
All skills-related configuration lives under `skills` in `~/.clawdbot/clawdbot.json`.
```json5
{
@@ -54,5 +54,5 @@ Per-skill fields:
## Notes
- Keys under `entries` map to the skill name by default. If a skill defines
`metadata.clawdis.skillKey`, use that key instead.
`metadata.clawdbot.skillKey`, use that key instead.
- Changes to skills are picked up on the next new session.