|
10 | 10 | destination_route: "/docs/contributors", |
11 | 11 | ecosystem_packages: ["jido", "agent_jido"], |
12 | 12 | learning_outcomes: ["Find the canonical ecosystem-level contribution standards", |
13 | | - "Identify which contributor checklist or policy page applies to a package change"], |
| 13 | + "Identify which contributor page answers package ownership, support, quality, roadmap, or governance questions"], |
14 | 14 | order: 1, |
15 | 15 | prerequisites: [], |
16 | | - purpose: "Section root organizing contributor-facing policy, package standards, and shared ecosystem workflows", |
17 | | - related: ["docs/contributors/package-quality-standards", "docs/guides/_hub", "docs/reference/_hub"], |
| 16 | + purpose: "Section root organizing contributor-facing policy, package ownership, roadmap, and shared ecosystem workflows", |
| 17 | + related: ["docs/contributors/ecosystem-atlas", "docs/contributors/package-support-levels", |
| 18 | + "docs/contributors/package-quality-standards", "docs/contributors/roadmap", |
| 19 | + "docs/contributors/contributing", "docs/contributors/governance-and-team"], |
18 | 20 | prompt_overrides: %{ |
19 | | - document_intent: "Create the contributors section hub that routes maintainers and outside contributors to canonical ecosystem contribution guidance.", |
20 | | - required_sections: ["Overview", "Start Here", "What Belongs Here"], |
21 | | - must_include: ["One-line description of the package quality standards page", |
22 | | - "Clear statement that this section is the canonical contributor policy surface for the Jido ecosystem"], |
23 | | - must_avoid: ["Duplicating the full checklist from child pages", "Long prose"], |
24 | | - required_links: ["/docs/contributors/package-quality-standards", "/docs/guides", "/docs/reference"], |
| 21 | + document_intent: "Create the contributors section hub that routes maintainers and outside contributors to the canonical ecosystem handbook pages.", |
| 22 | + required_sections: ["Section Contents", "Common Entry Points"], |
| 23 | + must_include: ["Clear distinction between `/community` and `/docs/contributors`", |
| 24 | + "One-line description of each contributor page"], |
| 25 | + must_avoid: ["Duplicating the full content of child pages", "Long prose"], |
| 26 | + required_links: ["/docs/contributors/ecosystem-atlas", "/docs/contributors/package-support-levels", |
| 27 | + "/docs/contributors/package-quality-standards", "/docs/contributors/roadmap", |
| 28 | + "/docs/contributors/contributing", "/docs/contributors/governance-and-team", "/community"], |
25 | 29 | min_words: 150, |
26 | | - max_words: 400, |
| 30 | + max_words: 450, |
27 | 31 | minimum_code_blocks: 0, |
28 | 32 | diagram_policy: "none", |
29 | 33 | section_density: "minimal", |
|
33 | 37 | --- |
34 | 38 | ## Content Brief |
35 | 39 |
|
36 | | -Section root for Contributors. Organizes canonical contributor policy and ecosystem package standards. |
| 40 | +Section root for Contributors. Organizes canonical contributor policy, ownership, roadmap, and ecosystem package standards. |
37 | 41 |
|
38 | 42 | ### Validation Criteria |
39 | 43 |
|
40 | | -- Makes it obvious this is the contributor-facing standards area |
41 | | -- Links directly to package quality standards |
42 | | -- Keeps copy compact and easy to reference from PRs |
| 44 | +- Makes it obvious this is the contributor-facing handbook |
| 45 | +- Distinguishes `/community` from `/docs/contributors` |
| 46 | +- Links directly to all six contributor child pages |
0 commit comments