Skip to content

Commit dc602ea

Browse files
committed
release: merge develop into main for v0.15.1
2 parents 695e61d + ff04416 commit dc602ea

16 files changed

Lines changed: 36 additions & 36 deletions

File tree

.claude/rules/skills.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Skills (~137 skills, business + engineering layers)
1+
# Skills (150+ skills, business + engineering layers)
22

33
Organized by prefix — see `.claude/skills/CLAUDE.md` for the full index.
44

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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+
## [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.
16+
817
## [0.15.0] - 2026-04-11
918

1019
### Added

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ It turns a single CLI installation into a team of **38 specialized agents** orga
3434
### Why EvoNexus?
3535

3636
- **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/`
37-
- **Skills as instructions** — reusable capabilities are markdown too. ~140 skills covering finance, community, social, engineering, data, legal, HR, ops, product, CS
37+
- **Skills as instructions** — reusable capabilities are markdown too. 150+ skills covering finance, community, social, engineering, data, legal, HR, ops, product, CS
3838
- **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
3939
- **MCP integrations** — first-class support for Google Calendar, Gmail, GitHub, Linear, Telegram, Canva, Notion, and more via the Model Context Protocol
4040
- **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
4747

4848
- **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
4949
- **17 Core Agents + Custom** — Ops, Finance, Projects, Community, Social, Strategy, Sales, Courses, Learning Retention, Personal, Knowledge, Marketing, HR, Customer Success, Legal, Product, Data — plus user-created `custom-*` agents (gitignored)
50-
- **~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
5151
- **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)
5252
- **Web Dashboard** — React + Flask app with auth, roles, web terminal, service management
5353
- **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`:
276276
| **Agents** | View agent definitions and system prompts |
277277
| **Routines** | Metrics per routine (runs, success rate, cost) + manual run |
278278
| **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-*) |
280280
| **Templates** | Preview HTML report templates |
281281
| **Services** | Start/stop scheduler, channels (Telegram, Discord, iMessage) with live logs |
282282
| **Memory** | Browse agent and global memory files |
@@ -335,7 +335,7 @@ evo-nexus/
335335
├── .claude/
336336
│ ├── agents/ — 16 agent system prompts
337337
│ ├── 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)
339339
│ └── templates/html/ — 2 core + custom HTML templates
340340
├── ADWs/
341341
│ ├── runner.py — execution engine (logs + metrics + notifications)

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@evoapi/evo-nexus",
3-
"version": "0.15.0",
3+
"version": "0.15.1",
44
"description": "Unofficial open source toolkit for Claude Code — AI-powered business operating system",
55
"keywords": [
66
"claude-code",
12.3 KB
Loading

dashboard/frontend/src/components/Sidebar.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,7 @@ export default function Sidebar() {
214214
const sidebarContent = (
215215
<>
216216
<div className="px-5 py-6 flex items-center justify-between">
217-
<h1 className="text-xl font-bold tracking-tight">
218-
<span className="text-[#00FFA7]">Evo</span>
219-
<span className="text-white">Nexus</span>
220-
</h1>
217+
<img src="/EVO_NEXUS.png" alt="EvoNexus" className="h-8 w-auto" />
221218
<button onClick={() => setMobileOpen(false)} className="lg:hidden p-1 rounded hover:bg-white/10 text-[#667085]">
222219
<X size={20} />
223220
</button>

docs/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ EvoNexus organizes 38 agents in **two ortogonal layers**: a Business Layer (17 a
2626
│ └──────────────────────────┬─────────────────────────────────┘ │
2727
│ │ │
2828
│ ┌──────────────────────────┴─────────────────────────────────┐ │
29-
│ │ Skills (~137) │ │
29+
│ │ Skills (150+) │ │
3030
│ │ Business: fin- / social- / int- / hr- / legal- / pm- /... │ │
3131
│ │ Engineering: dev-* (25 skills, 3 tiers) │ │
3232
│ └──────────────────────────┬─────────────────────────────────┘ │
@@ -73,7 +73,7 @@ Skills are domain-specific instructions that teach Claude how to perform specifi
7373
| `pulse-` | Community | 4 |
7474
| `sage-` | Strategy | 3 |
7575

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.
7777
7878
### Routines (`ADWs/routines/`)
7979

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,6 @@ After the plan is ready, you can invoke individual agents:
113113
## Next Steps
114114

115115
- Read [Architecture](architecture.md) to understand how agents, skills, and routines work together
116-
- Browse `.claude/skills/CLAUDE.md` for the full skill index (~130 skills)
116+
- Browse `.claude/skills/CLAUDE.md` for the full skill index (150+ skills)
117117
- Check `ROUTINES.md` for routine documentation
118118
- Customize `config/routines.yaml` to adjust schedules

docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ A scheduler runs routines on a daily, weekly, and monthly cadence. Cross-layer h
6868

6969
### Skills
7070

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.
7272

7373
### Routines
7474

docs/llms-full.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1541,7 +1541,7 @@ EvoNexus organizes 38 agents in **two ortogonal layers**: a Business Layer (17 a
15411541
│ └──────────────────────────┬─────────────────────────────────┘ │
15421542
│ │ │
15431543
│ ┌──────────────────────────┴─────────────────────────────────┐ │
1544-
│ │ Skills (~137) │ │
1544+
│ │ Skills (150+) │ │
15451545
│ │ Business: fin- / social- / int- / hr- / legal- / pm- /... │ │
15461546
│ │ Engineering: dev-* (25 skills, 3 tiers) │ │
15471547
│ └──────────────────────────┬─────────────────────────────────┘ │
@@ -1588,7 +1588,7 @@ Skills are domain-specific instructions that teach Claude how to perform specifi
15881588
| `pulse-` | Community | 4 |
15891589
| `sage-` | Strategy | 3 |
15901590

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.
15921592

15931593
### Routines (`ADWs/routines/`)
15941594

@@ -2360,7 +2360,7 @@ After the plan is ready, you can invoke individual agents:
23602360
## Next Steps
23612361

23622362
- 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)
23642364
- Check `ROUTINES.md` for routine documentation
23652365
- Customize `config/routines.yaml` to adjust schedules
23662366

@@ -5686,7 +5686,7 @@ A scheduler runs routines on a daily, weekly, and monthly cadence. Cross-layer h
56865686

56875687
### Skills
56885688

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.
56905690

56915691
### Routines
56925692

@@ -7315,7 +7315,7 @@ A skill is a directory in `.claude/skills/` containing a `SKILL.md` file with:
73157315

73167316
Skills are organized by prefix:
73177317

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-*`)**.
73197319

73207320
### Business Layer skills
73217321

0 commit comments

Comments
 (0)