From a231966dd3e850d90c714b4efdc43f93126e503a Mon Sep 17 00:00:00 2001 From: space Date: Tue, 2 Jun 2026 18:00:57 +0200 Subject: [PATCH] Added an Agents.md --- AGENTS.md | 24 ++++++++++++++++++++++++ openclaw/idea-evaluator/README.md | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..8442634 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,24 @@ +# AGENTS.md + +## Purpose + +This repository packages the `idea-evaluator` skill for multiple agent ecosystems. +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. + +## 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/`. +- 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. + +## Validation + +- Markdown files are checked in CI with `cspell`. +- Make sure new or edited `.md` files pass spellcheck before you consider the work done. diff --git a/openclaw/idea-evaluator/README.md b/openclaw/idea-evaluator/README.md index f4eb0d8..593d70a 100644 --- a/openclaw/idea-evaluator/README.md +++ b/openclaw/idea-evaluator/README.md @@ -6,7 +6,7 @@ This folder contains the OpenClaw version of `idea-evaluator`. - OpenClaw loads skills from `SKILL.md` files with YAML frontmatter. - The skill name lives in frontmatter and should stay lowercase hyphen-case. -- The body stas concise because it is the operating playbook once the skill triggers. +- The body stays concise because it is the operating playbook once the skill triggers. ## Source