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
5 changes: 0 additions & 5 deletions .changeset/but-019-update.md

This file was deleted.

18 changes: 14 additions & 4 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"name": "outfitter",
"source": "./plugins/outfitter",
"description": "Core development methodology and Claude Code extensibility. Includes TDD, debugging, architecture, research, multi-agent coordination, plus skills/plugins/agents/hooks authoring for Claude Code and Codex configuration.",
"version": "1.3.1",
"version": "1.3.0",
"license": "MIT",
Comment on lines 18 to 20

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Outfitter version regressed

This PR changes the outfitter plugin version from 1.3.1 to 1.3.0 (see .claude-plugin/marketplace.json:18-20). That’s a downgrade and will make the marketplace manifest advertise an older version than what was previously released.

Suggested change
"description": "Core development methodology and Claude Code extensibility. Includes TDD, debugging, architecture, research, multi-agent coordination, plus skills/plugins/agents/hooks authoring for Claude Code and Codex configuration.",
"version": "1.3.1",
"version": "1.3.0",
"license": "MIT",
"version": "1.3.1",
Prompt To Fix With AI
This is a comment left during a code review.
Path: .claude-plugin/marketplace.json
Line: 18:20

Comment:
**Outfitter version regressed**

This PR changes the `outfitter` plugin version from `1.3.1` to `1.3.0` (see `.claude-plugin/marketplace.json:18-20`). That’s a downgrade and will make the marketplace manifest advertise an older version than what was previously released.

```suggestion
			"version": "1.3.1",
```

How can I resolve this? If you propose a fix, please make it concise.

"keywords": [
"tdd",
Expand All @@ -39,7 +39,7 @@
"name": "but",
"source": "./plugins/but",
"description": "GitButler virtual branch workflows for parallel development, multi-agent coordination, and post-hoc commit organization",
"version": "1.1.0",
"version": "1.2.0",
"license": "Apache-2.0",
"keywords": [
"gitbutler",
Expand All @@ -54,15 +54,25 @@
"description": "Graphite stack workflows for trunk-based development with stacked PRs",
"version": "1.1.0",
"license": "Apache-2.0",
"keywords": ["graphite", "stacked-prs", "trunk-based", "gt-commands"]
"keywords": [
"graphite",
"stacked-prs",
"trunk-based",
"gt-commands"
]
},
{
"name": "cli-dev",
"source": "./plugins/cli-dev",
"description": "Skills for building command-line tools: argument parsing, help text, subcommands, and CLI best practices",
"version": "1.1.0",
"license": "CC-BY-SA-4.0 AND MIT",
"keywords": ["cli", "command-line", "argument-parsing", "terminal"]
"keywords": [
"cli",
"command-line",
"argument-parsing",
"terminal"
]
},
{
"name": "outfitter-stack",
Expand Down
7 changes: 7 additions & 0 deletions plugins/but/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# but

## 1.2.0

### Minor Changes

- 32a51d7: Update for GitButler CLI 0.19.0: rename 15 broken commands, add new commands (resolve, squash, show, commit --changes, push --dry-run, config subsystem), and update comparison tables for full CLI parity.
6 changes: 5 additions & 1 deletion plugins/but/package.json
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
{"name": "but", "version": "1.1.0", "private": true}
{
"name": "but",
"version": "1.2.0",
"private": true
}