994 B
994 B
AGENTS.md
Purpose
This repository packages the death-is-soon-wrap-up skill for multiple agent ecosystems.
Treat the root files as the canonical project guidance:
Intent.mdis the behavior spec for the skill.README.mdexplains the repo layout at a high level.cspell.jsondefines the spellcheck vocabulary used by CI.
Working Rules
- Read
Intent.mdandREADME.mdbefore making repo-wide changes. - Keep the three package folders aligned when a shared description changes.
- Keep prose concise and consistent across
codex/,claude/, andopenclaw/. - When adding new markdown wording or project terms, update
cspell.jsonif CI should accept them. - Preserve intentional misspellings only when they are part of a test or a deliberate example.
- Prefer
apply_patchfor edits and keep changes minimal.
Validation
- Markdown files are checked in CI with
cspell. - Make sure new or edited
.mdfiles pass spellcheck before you consider the work done.