Skip to content

Commit 04a59a8

Browse files
committed
Update CHANGELOG to v3.0.0 - Production release complete
1 parent df5fdd3 commit 04a59a8

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

docs/CHANGELOG.md

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

8+
## [3.0.0] - 2025-11-03
9+
10+
### 🎯 Production Release
11+
12+
Clean, user-focused marketplace with two-repository architecture fully implemented.
13+
14+
### Changed
15+
16+
**Production Repository Finalized**:
17+
- Removed all development artifacts (persistence/, migration files)
18+
- Repository size reduced to 779K (down from 15 MB)
19+
- Clean structure with only user-facing content
20+
- Streamlined workflows for production plugins only
21+
22+
**Two-Repository Architecture Complete**:
23+
- Production: https://github.com/ZenterFlow/claude-priority (779K)
24+
- Development: https://github.com/ZenterFlow/claude-priority-dev (954K)
25+
- Auto-sync workflow configured and tested
26+
- All tests passing in both repositories
27+
28+
### Removed
29+
30+
- `persistence/` folder (development tracking)
31+
- `MIGRATION_CHECKLIST.md` (development artifact)
32+
- `READY_TO_MIGRATE.md` (development artifact)
33+
- All development-only documentation
34+
35+
### Repository Status
36+
37+
| Repository | Size | Plugins | Purpose |
38+
|------------|------|---------|---------|
39+
| Production | 779K | 2 | User installation |
40+
| Development | 954K | 3 | Development work |
41+
42+
### For Users
43+
44+
Install from production repository:
45+
```bash
46+
/plugin marketplace add https://github.com/ZenterFlow/claude-priority
47+
/plugin install plugin-formatter@claude-priority
48+
/plugin install claude-prioritise@claude-priority
49+
```
50+
51+
### For Developers
52+
53+
Clone and work in development repository:
54+
```bash
55+
git clone https://github.com/ZenterFlow/claude-priority-dev.git
56+
cd claude-priority-dev
57+
```
58+
59+
Changes to plugins in dev repo automatically sync to production via GitHub Actions.
60+
61+
---
62+
863
## [2.1.0] - 2025-11-03
964

1065
### 🏗️ Repository Architecture Release

0 commit comments

Comments
 (0)