- Introduced a new document, `extension-examples.md`, providing code examples for implementing custom extensions in ZeroClaw. - Updated `SUMMARY.md` and `README.md` to include links to the new examples. - Modified `change-playbooks.md` to reference the new examples for better guidance on extension implementation. - Removed outdated example files for custom channels, memory, providers, and tools to streamline documentation.
20 lines
631 B
Markdown
20 lines
631 B
Markdown
# Contributing, Review, and CI Docs
|
|
|
|
For contributors, reviewers, and maintainers.
|
|
|
|
## Core Policies
|
|
|
|
- Contribution guide: [../../CONTRIBUTING.md](../../CONTRIBUTING.md)
|
|
- PR workflow rules: [./pr-workflow.md](./pr-workflow.md)
|
|
- Reviewer playbook: [./reviewer-playbook.md](./reviewer-playbook.md)
|
|
- CI map and ownership: [./ci-map.md](./ci-map.md)
|
|
- Actions source policy: [./actions-source-policy.md](./actions-source-policy.md)
|
|
- Extension examples: [./extension-examples.md](./extension-examples.md)
|
|
|
|
## Suggested Reading Order
|
|
|
|
1. `CONTRIBUTING.md`
|
|
2. `docs/pr-workflow.md`
|
|
3. `docs/reviewer-playbook.md`
|
|
4. `docs/ci-map.md`
|