accounts/skills/docs/rules.md
2026-01-26 22:52:24 +08:00

335 B

Hard Rules

  1. Do not change docs/ structure.
  2. Do not add files not listed in docs/schema.md.
  3. Do not edit documentation files the user did not explicitly specify.
  4. Do not invent features, APIs, or behavior.
  5. Do not rely on external sources.
  6. Do not modify code or non-doc files.
  7. Use minimal necessary changes only.