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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,15 @@ 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
+
## [0.15.1] - 2026-04-11
9
+
10
+
### Changed
11
+
12
+
-**Brand refresh — new EvoNexus logo** — `public/EVO_NEXUS.png` is now the canonical brand asset. `public/cover.svg` has the old `<text>Evo Nexus</text>` replaced by an embedded base64 `<image>` of the new logo, so the README banner renders the real brand mark in any viewer without external dependencies. Copies of `EVO_NEXUS.png` also live at `site/public/assets/EVO_NEXUS.png` and `dashboard/frontend/public/EVO_NEXUS.png` so the site and dashboard can serve it directly.
13
+
-**`site/src/pages/Home.tsx` — nav header** — the top navigation now shows only the EvoNexus PNG logo (`@assets/EVO_NEXUS.png`). The legacy Evolution logo (`@assets/logo.png`) and the duplicate `<span>Evo</span><span>Nexus</span>` text that sat next to it were both removed from the header — Evolution branding remains on the case-study card and the footer where it belongs.
14
+
-**`dashboard/frontend/src/components/Sidebar.tsx` — sidebar header** — the two-tone `<h1><span>Evo</span><span>Nexus</span></h1>` heading was replaced by `<img src="/EVO_NEXUS.png" className="h-8 w-auto" />`, matching the new brand.
15
+
-**Skill count bumped to 150+ across every source of truth** — `README.md` (4 spots: intro bullet, Key Features list, dashboard table, folder tree), `public/cover.svg` (badge), `.claude/rules/skills.md` (header), `docs/introduction.md`, `docs/architecture.md` (ASCII diagram + evo-skills note), `docs/skills/overview.md`, `docs/getting-started.md`, and `site/src/pages/Home.tsx` (4 spots: hero paragraph, stat card, feature tile, "Skills as Instructions" description). Previous counts of `~137`, `~140`, `137+`, `~130` all normalized to `150+`. `docs/llms-full.txt` regenerated via `make docs-build` to pick up the new numbers.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ It turns a single CLI installation into a team of **38 specialized agents** orga
34
34
### Why EvoNexus?
35
35
36
36
-**Markdown-first agents** — agents are `.md` files with system prompts, not code. No SDK, no plugin runtime, no compile step. Add an agent by dropping a file in `.claude/agents/`
-**Multi-provider by design** — default runs on Anthropic's native `claude` CLI, but can switch to OpenRouter, OpenAI, Gemini, AWS Bedrock, Google Vertex, or Codex Auth via [OpenClaude](https://www.npmjs.com/package/@gitlawb/openclaude) without touching a line of code. Your keys, your model choice, no vendor lock-in
39
39
-**MCP integrations** — first-class support for Google Calendar, Gmail, GitHub, Linear, Telegram, Canva, Notion, and more via the Model Context Protocol
40
40
-**Slash commands** — `/clawdia`, `/flux`, `/pulse`, `/apex` invoke agents directly from the terminal
@@ -47,7 +47,7 @@ It turns a single CLI installation into a team of **38 specialized agents** orga
47
47
48
48
-**Multi-Provider** — runs on Anthropic (native `claude`) or any of 6 alternate backends via [OpenClaude](https://www.npmjs.com/package/@gitlawb/openclaude): OpenRouter (200+ models), OpenAI, Google Gemini, Codex Auth, AWS Bedrock, Google Vertex AI. Switch providers from the dashboard, no code changes
-**~140 Skills + Custom** — organized by domain prefix (`social-`, `fin-`, `int-`, `prod-`, `mkt-`, `gog-`, `obs-`, `discord-`, `pulse-`, `sage-`, `hr-`, `legal-`, `ops-`, `cs-`, `data-`, `pm-`). Includes `prod-activation-plan` — the canonical skill for producing phased activation plans (index + folder-per-phase + file-per-item) used by Oracle
50
+
-**150+ Skills + Custom** — organized by domain prefix (`social-`, `fin-`, `int-`, `prod-`, `mkt-`, `gog-`, `obs-`, `discord-`, `pulse-`, `sage-`, `hr-`, `legal-`, `ops-`, `cs-`, `data-`, `pm-`). Includes `prod-activation-plan` — the canonical skill for producing phased activation plans (index + folder-per-phase + file-per-item) used by Oracle
51
51
-**7 Core + 20 Custom Routines** — daily, weekly, and monthly ADWs managed by a scheduler (core routines ship with the repo; custom routines are user-created and gitignored)
52
52
-**Web Dashboard** — React + Flask app with auth, roles, web terminal, service management
53
53
-**19 Integrations** — Google Calendar, Gmail, Linear, GitHub, Discord, Telegram, Stripe, Omie, Bling, Asaas, Fathom, Todoist, YouTube, Instagram, LinkedIn, Evolution API, Evolution Go, Evo CRM, and more
@@ -276,7 +276,7 @@ A full web UI at `http://localhost:8080`:
276
276
|**Agents**| View agent definitions and system prompts |
277
277
|**Routines**| Metrics per routine (runs, success rate, cost) + manual run |
278
278
|**Tasks**| Schedule one-off actions (skill, prompt, script) at a specific date/time |
279
-
|**Skills**| Browse all ~140 skills by category (~115 business + 25 dev-*) |
279
+
|**Skills**| Browse all 150+ skills by category (~125 business + 25 dev-*) |
280
280
|**Templates**| Preview HTML report templates |
281
281
|**Services**| Start/stop scheduler, channels (Telegram, Discord, iMessage) with live logs |
282
282
|**Memory**| Browse agent and global memory files |
@@ -335,7 +335,7 @@ evo-nexus/
335
335
├── .claude/
336
336
│ ├── agents/ — 16 agent system prompts
337
337
│ ├── commands/ — 16 slash commands
338
-
│ ├── skills/ — ~140 skills by prefix (~115 business + 25 dev-*) (+ custom)
338
+
│ ├── skills/ — 150+ skills by prefix (~125 business + 25 dev-*) (+ custom)
339
339
│ └── templates/html/ — 2 core + custom HTML templates
@@ -73,7 +73,7 @@ Skills are domain-specific instructions that teach Claude how to perform specifi
73
73
|`pulse-`| Community | 4 |
74
74
|`sage-`| Strategy | 3 |
75
75
76
-
> **Note:**`evo-` skills (~45) are maintained in the separate [EVO-METHOD](https://github.com/EvolutionAPI/EVO-METHOD) project. They are gitignored from this repo but work normally if installed locally. The repo ships ~130 non-evo skills.
76
+
> **Note:**`evo-` skills (~45) are maintained in the separate [EVO-METHOD](https://github.com/EvolutionAPI/EVO-METHOD) project. They are gitignored from this repo but work normally if installed locally. The repo ships 150+ non-evo skills.
Copy file name to clipboardExpand all lines: docs/introduction.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ A scheduler runs routines on a daily, weekly, and monthly cadence. Cross-layer h
68
68
69
69
### Skills
70
70
71
-
~130 reusable capabilities organized by prefix (`fin-`, `social-`, `int-`, `prod-`, `hr-`, `legal-`, `ops-`, `cs-`, `data-`, `pm-`, `mkt-`, etc.). Skills are markdown files that teach agents how to perform specific tasks — no plugins, no code.
71
+
150+ reusable capabilities organized by prefix (`fin-`, `social-`, `int-`, `prod-`, `hr-`, `legal-`, `ops-`, `cs-`, `data-`, `pm-`, `mkt-`, etc.). Skills are markdown files that teach agents how to perform specific tasks — no plugins, no code.
@@ -1588,7 +1588,7 @@ Skills are domain-specific instructions that teach Claude how to perform specifi
1588
1588
| `pulse-` | Community | 4 |
1589
1589
| `sage-` | Strategy | 3 |
1590
1590
1591
-
> **Note:** `evo-` skills (~45) are maintained in the separate [EVO-METHOD](https://github.com/EvolutionAPI/EVO-METHOD) project. They are gitignored from this repo but work normally if installed locally. The repo ships ~130 non-evo skills.
1591
+
> **Note:** `evo-` skills (~45) are maintained in the separate [EVO-METHOD](https://github.com/EvolutionAPI/EVO-METHOD) project. They are gitignored from this repo but work normally if installed locally. The repo ships 150+ non-evo skills.
1592
1592
1593
1593
### Routines (`ADWs/routines/`)
1594
1594
@@ -2360,7 +2360,7 @@ After the plan is ready, you can invoke individual agents:
2360
2360
## Next Steps
2361
2361
2362
2362
- Read [Architecture](architecture.md) to understand how agents, skills, and routines work together
2363
-
- Browse `.claude/skills/CLAUDE.md` for the full skill index (~130 skills)
2363
+
- Browse `.claude/skills/CLAUDE.md` for the full skill index (150+ skills)
2364
2364
- Check `ROUTINES.md` for routine documentation
2365
2365
- Customize `config/routines.yaml` to adjust schedules
2366
2366
@@ -5686,7 +5686,7 @@ A scheduler runs routines on a daily, weekly, and monthly cadence. Cross-layer h
5686
5686
5687
5687
### Skills
5688
5688
5689
-
~130 reusable capabilities organized by prefix (`fin-`, `social-`, `int-`, `prod-`, `hr-`, `legal-`, `ops-`, `cs-`, `data-`, `pm-`, `mkt-`, etc.). Skills are markdown files that teach agents how to perform specific tasks — no plugins, no code.
5689
+
150+ reusable capabilities organized by prefix (`fin-`, `social-`, `int-`, `prod-`, `hr-`, `legal-`, `ops-`, `cs-`, `data-`, `pm-`, `mkt-`, etc.). Skills are markdown files that teach agents how to perform specific tasks — no plugins, no code.
5690
5690
5691
5691
### Routines
5692
5692
@@ -7315,7 +7315,7 @@ A skill is a directory in `.claude/skills/` containing a `SKILL.md` file with:
7315
7315
7316
7316
Skills are organized by prefix:
7317
7317
7318
-
The repo ships **~137 skills** total: **~112 business skills** + **25 engineering skills (`dev-*`)**.
7318
+
The repo ships **150+ skills** total: **~125 business skills** + **25 engineering skills (`dev-*`)**.
0 commit comments