简体中文 · Contributing · Content contracts · Qoder Cloud Agents
Qoder Cloud Agents Cookbook is the public source repository for practical, read-only guidance about building, deploying, operating, and evaluating cloud agents. Every published Cookbook page comes from a reviewed pull request in this repository.
| Type | Use it for |
|---|---|
| Recipe | A focused, repeatable way to complete one task |
| Best Practice | Production guidance, boundaries, and trade-offs |
| Showcase | An end-to-end scenario and its outcome |
| Workshop | Structured learning or team training material |
Content is available in zh-CN and en-US and is organized under content/<locale>/<type>/<slug>/index.md. Launch content will be added through reviewed pull requests; this initial repository intentionally contains no fabricated publishable articles.
- Read CONTRIBUTING.md.
- Copy one of the templates from
templates/. - Create an article with local assets under
content/. - Optionally run the recommended local checks if Node.js 20 or later is available.
- Commit with
git commit -sand open a pull request.
Local validation is not required to submit. GitHub Actions validates every pull request automatically and provides the required preview. Passing checks prove that the submission can be parsed and rendered; maintainers still review accuracy, safety, licensing, and publication value. Only a maintainer merges an approved pull request.
These commands are recommended for faster feedback when Node.js 20 or later is available:
npm ci --ignore-scripts
npm run checkThe generated preview is written to dist/preview/ and is not committed. Contributors without Node.js can open a pull request directly and review the preview produced by GitHub Actions.
- Metadata contract
- Authoring and rendering contract
- Taxonomy
- Automated checks
- Repository governance
- Frontend integration contract
- Maintainer repository settings
- Release and rollback
Content, content images, templates, and documentation are licensed under CC BY 4.0. Executable tooling, workflows, tests, and standalone examples are licensed under Apache-2.0. See LICENSE and NOTICE for the exact scope.
Contributions are accepted under the same applicable license and require a Developer Certificate of Origin sign-off.