You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+37Lines changed: 37 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,43 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [1.6.1] - 2026-03-27
9
+
10
+
### Added
11
+
-**Marketplace distribution**: Created `.claude-plugin/marketplace.json` for plugin marketplace submission. Users can now install via `/plugin marketplace add AgriciDaniel/claude-seo`
12
+
-**Agent model and turn limits**: All 11 subagents now specify `model: sonnet` and `maxTurns` (15-25) for predictable cost and behavior
13
+
-**Plugin keywords**: Added 12 discovery keywords to `plugin.json` for marketplace searchability
14
+
15
+
### Changed
16
+
-**Standard directory structure**: Moved `seo/` orchestrator to `skills/seo/` for auto-discovery compliance. Extension skills (seo-dataforseo, seo-image-gen) and agents copied to standard `skills/` and `agents/` directories
17
+
-**plugin.json rewrite**: Removed non-standard `entry_point` field and individual file-path arrays for `skills`/`agents`. All 17 skills and 11 agents now rely on directory auto-discovery per Anthropic plugin spec
18
+
-**allowed-tools format**: Converted from YAML arrays to comma-separated strings across all 17 SKILL.md files
19
+
-**Metadata standardized**: Added `license: MIT` and `metadata:` block (author, version, category) to all SKILL.md frontmatters
20
+
-**Cross-references**: Updated all agent and skill files referencing `seo/references/` to `skills/seo/references/`
21
+
-**CLAUDE.md**: Architecture tree updated to reflect new structure
22
+
23
+
### Fixed
24
+
-**Plugin validation**: `claude plugin validate .` now passes cleanly (previously would fail on non-standard fields)
25
+
26
+
---
27
+
28
+
## [1.6.0] - 2026-03-23
29
+
30
+
### Added
31
+
-**Local SEO skill**: `skills/seo-local/SKILL.md` for GBP, NAP, citations, reviews, and map pack analysis
0 commit comments