Skip to content

Commit 786b662

Browse files
committed
fix(docs): update plugin version to 5.1.0 and add marketplace install steps
- Fix plugin README version: 4.5.0 → 5.1.0 - Add marketplace add step before plugin install (correct order) - Root README: expand plugin section with marketplace-first flow - Add PT-BR, DE, FR to language config options
1 parent 1f1e8aa commit 786b662

2 files changed

Lines changed: 11 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,14 @@ Start coding with `PLAN`, `ACT`, `EVAL`, or `AUTO` keywords.
7373
> **Claude Code users**: Install as a plugin for the full experience:
7474
>
7575
> ```bash
76+
> # 1. Add marketplace
77+
> claude marketplace add JeremyDev87/codingbuddy
78+
>
79+
> # 2. Install plugin
7680
> claude plugin install codingbuddy@jeremydev87
7781
> ```
7882
>
79-
> The plugin adds session-aware hooks that power Impact Reports, buddy greetings, onboarding tours, achievement badges, and adaptive performance mode. Update to the latest version with the same command.
83+
> The plugin adds session-aware hooks that power Impact Reports, buddy greetings, onboarding tours, achievement badges, and adaptive performance mode. Update to the latest version with `claude plugin install codingbuddy@jeremydev87`.
8084
>
8185
> See the [Plugin Guide](docs/plugin-guide.md) for details.
8286

packages/claude-code-plugin/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
# CodingBuddy Claude Code Plugin
44

5-
> Version 4.5.0
5+
> Version 5.1.0
66
7-
Multi-AI Rules for consistent coding practices - PLAN/ACT/EVAL workflow, specialist agents, and reusable skills for systematic development.
7+
Multi-AI Rules for consistent coding practices - PLAN/ACT/EVAL workflow, specialist agents, Impact Telemetry, and reusable skills for systematic development.
88

99
## Installation
1010

1111
```bash
12-
# Via npm
13-
npm install codingbuddy-claude-plugin
12+
# 1. Add marketplace
13+
claude marketplace add JeremyDev87/codingbuddy
1414

15-
# Or via Claude Code
16-
claude plugin add codingbuddy
15+
# 2. Install plugin
16+
claude plugin install codingbuddy@jeremydev87
1717
```
1818

1919
## Features

0 commit comments

Comments
 (0)