Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.6 KB

File metadata and controls

47 lines (33 loc) · 1.6 KB

Contributing

Thanks for helping improve the agent harness.

This repository is docs-oriented. Changes should increase clarity, correctness, and operator usability without adding speculative complexity.

How To Propose Changes

  1. Open an issue (or include clear problem framing in your PR) describing:
    • what is wrong or missing
    • which source-of-truth file(s) are affected
    • how maintainers should validate the change
  2. Keep each PR focused on one concern (for example: one checklist update, one README expansion, one prompt correction).
  3. Link the exact files you used as source of truth in the PR description.

Validation Expectations (Docs-Oriented Repo)

Before opening a PR:

  1. Confirm links and paths resolve to files that exist in this repository.
  2. Confirm terminology is consistent with:
    • principles.md
    • repository-knowledge.md
    • sources/openai-harness-engineering.md
  3. Verify no contradictory guidance was introduced across README/checklists/prompts.
  4. Keep edits minimal and explicit; avoid unrelated rewrites.

PR Checklist References In This Repo

Use these checklists directly:

  • checklists/change-preflight.md
  • checklists/pr-review.md
  • checklists/doc-gardening.md

For OpenClaw-specific changes, also use:

  • openclaw/checklists/config-change-preflight.md
  • openclaw/checklists/workspace-health.md

Pull Request Checklist

  • Scope is focused and intentional
  • Source-of-truth files are referenced in PR description
  • Paths/links were verified locally
  • Relevant checklist(s) above were applied
  • No unrelated behavior changes were introduced