This release introduces GitLab merge request integration for issue forks. It also adds agentic development capabilities by providing agent skills and an MCP stdio server.
What's Changed
- Support semantic version branches (e.g. 1.0.x) by @Copilot in #263
- Add ActionInterface and ResultInterface foundation by @mglaman in #281
- Refactor issue:show using GetIssueAction (#277) by @mglaman in #282
- Bump czproject/git-php from 4.1.0 to 4.6.0 by @dependabot[bot] in #265
- Refactor issue:link, issue:branch, issue:apply to Action/Result pattern by @mglaman in #283
- Refactor project:* commands to Action/Result pattern by @mglaman in #284
- Refactor maintainer:* commands to Action/Result pattern by @mglaman in #286
- Refactor issue:patch, issue:interdiff, and issue:apply to Action/Result pattern by @mglaman in #289
- Add json/md/llm output formatters (#272) by @mglaman in #291
- Add SKILL.md and skill:install command for agent integration (#273) by @mglaman in #292
- Add GitLab-native primitives for issue fork and MR workflows by @mglaman in #293
- Enhance agent skill: move to skills/ directory with workflow references by @mglaman in #296
- Add /drupal-work-on-issue agentic workflow skill by @mglaman in #297
- Integrate MCP PHP SDK and implement mcp:serve / mcp:config commands by @mglaman in #298
- Add issue:show --with-comments and drupalorg-issue-summary-update skill by @mglaman in #300
- Improve /drupal-work-on-issue skill with six friction-point fixes by @mglaman in #302
New Contributors
- @Copilot made their first contribution in #263
Full Changelog: 0.7.0...0.8.0