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
docs: update README with latest stats and What's New section
- Add forks (5K+) and contributors (22) badges
- Add Python and Java language badges
- Add stats summary line (41K+ stars, 5K+ forks, 22 contributors)
- Add What's New section covering v1.2.0 through v1.4.1
- Update What's Inside tree with new commands (PM2, multi-agent)
- Update skills list with Django, Spring Boot, Python, configure-ecc
- Update agents list with python-reviewer, database-reviewer
- Update OpenCode feature parity table with latest counts
- Update contribution ideas to reflect current language coverage
@@ -61,6 +67,38 @@ This repo is the raw code only. The guides explain everything.
61
67
62
68
---
63
69
70
+
## What's New
71
+
72
+
### v1.4.1 — Bug Fix (Feb 2026)
73
+
74
+
-**Fixed instinct import content loss** — `parse_instinct_file()` was silently dropping all content after frontmatter (Action, Evidence, Examples sections) during `/instinct-import`. Fixed by community contributor @ericcai0814 ([#148](https://github.com/affaan-m/everything-claude-code/issues/148), [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
-**Interactive installation wizard** — New `configure-ecc` skill provides guided setup with merge/overwrite detection
79
+
-**PM2 & multi-agent orchestration** — 6 new commands (`/pm2`, `/multi-plan`, `/multi-execute`, `/multi-backend`, `/multi-frontend`, `/multi-workflow`) for managing complex multi-service workflows
80
+
-**Multi-language rules architecture** — Rules restructured from flat files into `common/` + `typescript/` + `python/` + `golang/` directories. Install only the languages you need
81
+
-**Chinese (zh-CN) translations** — Complete translation of all agents, commands, skills, and rules (80+ files)
82
+
-**GitHub Sponsors support** — Sponsor the project via GitHub Sponsors
83
+
-**Enhanced CONTRIBUTING.md** — Detailed PR templates for each contribution type
84
+
85
+
### v1.3.0 — OpenCode Plugin Support (Feb 2026)
86
+
87
+
-**Full OpenCode integration** — 12 agents, 24 commands, 16 skills with hook support via OpenCode's plugin system (20+ event types)
0 commit comments