Add skill copy script
Spellcheck / spellcheck (push) Successful in 9s

This commit is contained in:
Space-Banane
2026-06-03 14:22:19 +02:00
parent 938a5a91a4
commit 9b78288731
6 changed files with 209 additions and 5 deletions
+2 -1
View File
@@ -8,12 +8,14 @@ Treat the root files as the canonical project guidance:
- `Intent.md` is the behavior spec for the skill.
- `README.md` explains the repo layout at a high level.
- `cspell.json` defines the spellcheck vocabulary used by CI.
- `copy-script/README.md` documents the installer helper.
## Working Rules
- Read `Intent.md` and `README.md` before making repo-wide changes.
- Keep the three package folders aligned when a shared description changes.
- Keep prose concise and consistent across `codex/`, `claude/`, and `openclaw/`.
- Keep the copy script aligned with the package folder names if those change.
- When adding new markdown wording or project terms, update `cspell.json` if CI should accept them.
- Preserve intentional misspellings only when they are part of a test or a deliberate example.
- Prefer `apply_patch` for edits and keep changes minimal.
@@ -22,4 +24,3 @@ Treat the root files as the canonical project guidance:
- Markdown files are checked in CI with `cspell`.
- Make sure new or edited `.md` files pass spellcheck before you consider the work done.