Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Rules:
- Unknown names are treated as raw commands.
- Escape hatch: `--agent <command>` sets a raw command explicitly.
- Default agent is `codex` for top-level `prompt|exec|sessions` verbs.
- Keep built-in adapter names and adapter examples in A-Z order where practical.

## Session Behavior

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ For the current maintainer list, check the original OpenClaw contributing guide:
- Run tests: `pnpm build && pnpm check && pnpm test:coverage`
- Ensure CI checks pass
- Keep PRs focused (one thing per PR; do not mix unrelated concerns)
- Keep adapter names, adapter lists, and adapter registry examples in A-Z order where practical
- Describe what & why
- Reply to or resolve bot review conversations you addressed before asking for review again
- **Include screenshots** — one showing the problem/before, one showing the fix/after (for UI or visual changes)
Expand Down
Loading