|
| 1 | +--- |
| 2 | +name: Specification Change |
| 3 | +description: >- |
| 4 | + Propose a change to the ccpkg specification |
| 5 | +labels: ["spec", "proposal"] |
| 6 | +body: |
| 7 | + - type: markdown |
| 8 | + attributes: |
| 9 | + value: > |
| 10 | + Use this template to propose additions, |
| 11 | + modifications, or removals to the ccpkg |
| 12 | + specification. |
| 13 | + - type: dropdown |
| 14 | + id: change-type |
| 15 | + attributes: |
| 16 | + label: Change Type |
| 17 | + description: >- |
| 18 | + What kind of specification change |
| 19 | + are you proposing? |
| 20 | + options: |
| 21 | + - New section or feature |
| 22 | + - Modification to existing section |
| 23 | + - Deprecation or removal |
| 24 | + - Clarification of ambiguous language |
| 25 | + validations: |
| 26 | + required: true |
| 27 | + - type: input |
| 28 | + id: spec-section |
| 29 | + attributes: |
| 30 | + label: Specification Section |
| 31 | + description: >- |
| 32 | + Which section(s) of the specification |
| 33 | + does this affect? |
| 34 | + placeholder: >- |
| 35 | + e.g., Section 4 - Component Types |
| 36 | + validations: |
| 37 | + required: true |
| 38 | + - type: textarea |
| 39 | + id: summary |
| 40 | + attributes: |
| 41 | + label: Summary |
| 42 | + description: >- |
| 43 | + Brief description of the proposed change. |
| 44 | + validations: |
| 45 | + required: true |
| 46 | + - type: textarea |
| 47 | + id: motivation |
| 48 | + attributes: |
| 49 | + label: Motivation |
| 50 | + description: >- |
| 51 | + Why is this change needed? What problem |
| 52 | + does it solve or what use case does it |
| 53 | + enable? |
| 54 | + validations: |
| 55 | + required: true |
| 56 | + - type: textarea |
| 57 | + id: proposal |
| 58 | + attributes: |
| 59 | + label: Proposed Change |
| 60 | + description: >- |
| 61 | + Describe the change in detail. Include |
| 62 | + proposed spec language where possible |
| 63 | + (using RFC 2119 keywords). |
| 64 | + validations: |
| 65 | + required: true |
| 66 | + - type: textarea |
| 67 | + id: alternatives |
| 68 | + attributes: |
| 69 | + label: Alternatives Considered |
| 70 | + description: >- |
| 71 | + What other approaches were considered |
| 72 | + and why were they rejected? |
| 73 | + - type: textarea |
| 74 | + id: impact |
| 75 | + attributes: |
| 76 | + label: Impact Assessment |
| 77 | + description: | |
| 78 | + Which areas does this change affect? |
| 79 | + - Manifest schema changes? |
| 80 | + - Host adapter changes? |
| 81 | + - Backward compatibility implications? |
| 82 | + - Tooling changes required? |
| 83 | + - type: dropdown |
| 84 | + id: hosts-affected |
| 85 | + attributes: |
| 86 | + label: Host Adapters Affected |
| 87 | + description: >- |
| 88 | + Which AI coding assistant adapters |
| 89 | + does this change affect? |
| 90 | + multiple: true |
| 91 | + options: |
| 92 | + - All hosts |
| 93 | + - Claude Code |
| 94 | + - GitHub Copilot |
| 95 | + - OpenAI Codex CLI |
| 96 | + - Google Gemini CLI |
| 97 | + - OpenCode |
| 98 | + validations: |
| 99 | + required: true |
0 commit comments