Skip to content

Commit aacac6c

Browse files
AgriciDanielclaude
andcommitted
docs: add v1.6.1 and v1.6.0 changelog entries, fix version in CLAUDE.md
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 609eeff commit aacac6c

2 files changed

Lines changed: 38 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,43 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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
32+
- **Maps intelligence skill**: `skills/seo-maps/SKILL.md` for geo-grid rank tracking, GBP auditing, review intelligence, competitor radius mapping
33+
- **Maps subagent**: `agents/seo-maps.md` for parallel maps analysis during audits
34+
- **Local subagent**: `agents/seo-local.md` for parallel local SEO analysis
35+
- **Maps reference files**: 4 new reference files (maps-geo-grid.md, maps-gbp-checklist.md, maps-api-endpoints.md, maps-free-apis.md)
36+
- **Local reference files**: 2 new reference files (local-seo-signals.md, local-schema-types.md)
37+
- **Installer fixes**: Cross-platform install script improvements
38+
39+
### Changed
40+
- Subagent count: 7 -> 9 core (+ 2 extension) with conditional local/maps spawning
41+
- Sub-skill count: 12 -> 14 core (+ 2 extension)
42+
43+
---
44+
845
## [1.5.0] - 2026-03-19
946

1047
### Added

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rank tracking, GBP auditing, review intelligence, competitor radius mapping).
1717
claude-seo/
1818
CLAUDE.md # Project instructions (this file)
1919
.claude-plugin/
20-
plugin.json # Plugin manifest (v1.7.0)
20+
plugin.json # Plugin manifest (v1.6.1)
2121
marketplace.json # Marketplace catalog for distribution
2222
skills/ # 17 skills (auto-discovered)
2323
seo/ # Main orchestrator skill

0 commit comments

Comments
 (0)