|
2 | 2 |
|
3 | 3 | All notable changes to this repository are documented in this file. |
4 | 4 |
|
| 5 | +## v0.13.0 |
| 6 | + |
| 7 | +### Minor |
| 8 | + |
| 9 | +__🎯 [feat: consolidate issue-authoring skills into single skill with agent modes #98](https://github.com/equinor/fusion-skills/pull/98)<br/> |
| 10 | +🗂️ [6bb9cdc](https://github.com/equinor/fusion-skills/commit/6bb9cdcc1e2e0ed25d562bfd5db4dfab52559c0f)<br/> |
| 11 | +📦 fusion-issue-authoring@0.3.0__ |
| 12 | + |
| 13 | +Consolidate issue-authoring capability into a single skill with agent modes |
| 14 | + |
| 15 | +- Merge type-specific drafting logic from 4 subordinate skills into agent mode files (`agents/*.agent.md`) |
| 16 | +- Move all 10 issue templates into `assets/issue-templates/` within this skill |
| 17 | +- Update orchestrator to route to internal agent modes instead of external subordinate skills |
| 18 | +- Retain full 8-step workflow, shared gates, caching strategy, and MCP mutation sequencing |
| 19 | + |
| 20 | +Resolves equinor/fusion-core-tasks#802 |
| 21 | + |
| 22 | +### Patch |
| 23 | + |
| 24 | +__🎯 [feat: consolidate issue-authoring skills into single skill with agent modes #98](https://github.com/equinor/fusion-skills/pull/98)<br/> |
| 25 | +🗂️ [6bb9cdc](https://github.com/equinor/fusion-skills/commit/6bb9cdcc1e2e0ed25d562bfd5db4dfab52559c0f)<br/> |
| 26 | +📦 fusion-issue-author-bug@0.1.3__ |
| 27 | + |
| 28 | +Deprecate in favor of consolidated `fusion-issue-authoring` skill |
| 29 | + |
| 30 | +- Set `metadata.status: deprecated` and `metadata.successor: fusion-issue-authoring` |
| 31 | +- Move to `skills/.deprecated/` placement lane |
| 32 | +- Add deprecation notice pointing to the consolidated skill |
| 33 | + |
| 34 | +Resolves equinor/fusion-core-tasks#802 |
| 35 | + |
| 36 | +--- |
| 37 | + |
| 38 | +__🎯 [feat: consolidate issue-authoring skills into single skill with agent modes #98](https://github.com/equinor/fusion-skills/pull/98)<br/> |
| 39 | +🗂️ [6bb9cdc](https://github.com/equinor/fusion-skills/commit/6bb9cdcc1e2e0ed25d562bfd5db4dfab52559c0f)<br/> |
| 40 | +📦 fusion-issue-author-feature@0.1.3__ |
| 41 | + |
| 42 | +Deprecate in favor of consolidated `fusion-issue-authoring` skill |
| 43 | + |
| 44 | +- Set `metadata.status: deprecated` and `metadata.successor: fusion-issue-authoring` |
| 45 | +- Move to `skills/.deprecated/` placement lane |
| 46 | +- Add deprecation notice pointing to the consolidated skill |
| 47 | + |
| 48 | +Resolves equinor/fusion-core-tasks#802 |
| 49 | + |
| 50 | +--- |
| 51 | + |
| 52 | +__🎯 [feat: consolidate issue-authoring skills into single skill with agent modes #98](https://github.com/equinor/fusion-skills/pull/98)<br/> |
| 53 | +🗂️ [6bb9cdc](https://github.com/equinor/fusion-skills/commit/6bb9cdcc1e2e0ed25d562bfd5db4dfab52559c0f)<br/> |
| 54 | +📦 fusion-issue-author-task@0.1.3__ |
| 55 | + |
| 56 | +Deprecate in favor of consolidated `fusion-issue-authoring` skill |
| 57 | + |
| 58 | +- Set `metadata.status: deprecated` and `metadata.successor: fusion-issue-authoring` |
| 59 | +- Move to `skills/.deprecated/` placement lane |
| 60 | +- Add deprecation notice pointing to the consolidated skill |
| 61 | + |
| 62 | +Resolves equinor/fusion-core-tasks#802 |
| 63 | + |
| 64 | +--- |
| 65 | + |
| 66 | +__🎯 [feat: consolidate issue-authoring skills into single skill with agent modes #98](https://github.com/equinor/fusion-skills/pull/98)<br/> |
| 67 | +🗂️ [6bb9cdc](https://github.com/equinor/fusion-skills/commit/6bb9cdcc1e2e0ed25d562bfd5db4dfab52559c0f)<br/> |
| 68 | +📦 fusion-issue-author-user-story@0.1.3__ |
| 69 | + |
| 70 | +Deprecate in favor of consolidated `fusion-issue-authoring` skill |
| 71 | + |
| 72 | +- Set `metadata.status: deprecated` and `metadata.successor: fusion-issue-authoring` |
| 73 | +- Move to `skills/.deprecated/` placement lane |
| 74 | +- Add deprecation notice pointing to the consolidated skill |
| 75 | + |
| 76 | +Resolves equinor/fusion-core-tasks#802 |
| 77 | + |
| 78 | +--- |
| 79 | + |
| 80 | +__🎯 [feat: consolidate issue-authoring skills into single skill with agent modes #98](https://github.com/equinor/fusion-skills/pull/98)<br/> |
| 81 | +🗂️ [6bb9cdc](https://github.com/equinor/fusion-skills/commit/6bb9cdcc1e2e0ed25d562bfd5db4dfab52559c0f)<br/> |
| 82 | +📦 fusion-skill-authoring@0.3.2__ |
| 83 | + |
| 84 | +Extract template baseline and validation signals to references/ |
| 85 | + |
| 86 | +- Move folder structure and SKILL.md baseline template to `references/skill-template-baseline.md` |
| 87 | +- Move success/failure signals and recovery steps to `references/validation-signals.md` |
| 88 | +- Reduce SKILL.md from 356 to 286 lines (below 300-line CI warning threshold) |
| 89 | + |
5 | 90 | ## v0.12.1 |
6 | 91 |
|
7 | 92 | ### Patch |
|
0 commit comments