Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sdlc",
"version": "1.21.0",
"version": "1.22.0",
"description": "Comprehensive SDLC plugin with specialized agents, commands, and integrations for enhanced software development workflow",
"author": {
"name": "Ladislav Martincik",
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to the SDLC Plugin will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.22.0] - 2026-02-14

### Changed

- **Swarm mode default** — `/research` now uses agent team (swarm) workflow by default; opt out with `--no-swarm` instead of opting in with `--swarm`

## [1.21.0] - 2026-02-14

### Changed
Expand Down
6 changes: 3 additions & 3 deletions commands/research.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Read documentarian constraints (Glob `**/sdlc/**/references/documentarian-constr

### CRITICAL: Route Selection

BEFORE taking any other action, check `$ARGUMENTS` for the `--swarm` flag:
BEFORE taking any other action, check `$ARGUMENTS` for the `--no-swarm` flag:

1. If `--swarm` IS present: remove it from the arguments (the remaining text is the research topic), then skip directly to **Swarm Workflow**. Do NOT execute any Standard Workflow steps.
2. If `--swarm` is NOT present: the full `$ARGUMENTS` is the research topic, skip directly to **Standard Workflow**. Do NOT execute any Swarm Workflow steps.
1. If `--no-swarm` IS present: remove it from the arguments (the remaining text is the research topic), then skip directly to **Standard Workflow**. Do NOT execute any Swarm Workflow steps.
2. If `--no-swarm` is NOT present: the full `$ARGUMENTS` is the research topic, skip directly to **Swarm Workflow**. Do NOT execute any Standard Workflow steps.

If no research topic remains after processing, ask the user for a research question before proceeding.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sdlc-plugin",
"version": "1.21.0",
"version": "1.22.0",
"description": "Comprehensive SDLC plugin with specialized agents, commands, and integrations",
"private": true,
"type": "module",
Expand Down