@timmeck/marketing-brain 1.32.27 → 1.32.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -5,9 +5,9 @@
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
6
6
  [![GitHub stars](https://img.shields.io/github/stars/timmeck/brain-ecosystem?style=social)](https://github.com/timmeck/brain-ecosystem)
7
7
 
8
- **Self-Learning Marketing Intelligence System for Claude Code — 131 MCP Tools, 60+ Engines**
8
+ **Self-Learning Marketing Intelligence System for Claude Code — 142 MCP Tools, 72+ Engines**
9
9
 
10
- Marketing Brain is an MCP server that gives Claude Code a persistent marketing memory. It tracks every post you publish, learns what works across 6 platforms, and builds a Hebbian synapse network connecting posts, campaigns, strategies, templates, and insights. Live social feeds from Bluesky + Reddit. Over time, it learns your best-performing patterns, generates content drafts, schedules posts, analyzes competitors, and runs 60+ autonomous engines in a 40-step feedback cycle to discover engagement patterns, reason about causality, evolve strategies genetically, and improve itself. Multi-provider LLM (Anthropic + Ollama). 85 tests.
10
+ Marketing Brain is an MCP server that gives Claude Code a persistent marketing memory. It tracks every post you publish, learns what works across 6 platforms, and builds a Hebbian synapse network connecting posts, campaigns, strategies, templates, and insights. Live social feeds from Bluesky + Reddit. Over time, it learns your best-performing patterns, generates content drafts, schedules posts, analyzes competitors, and runs 72+ autonomous engines in a 49-step feedback cycle to discover engagement patterns, reason about causality, evolve strategies genetically, and improve itself. Full intelligence suite: RAG, Knowledge Graph, feedback learning, tool tracking, user model, proactive suggestions. Multi-provider LLM (Anthropic + Ollama). 407 tests.
11
11
 
12
12
  ## Quick Start
13
13
 
@@ -53,7 +53,7 @@ That's it. One command configures MCP, hooks, and starts the daemon.
53
53
  - **Rate Limiting** — Per-hour and per-day token budgets with automatic throttling
54
54
  - **Usage Tracking** — Calls, tokens, latency, cache hit rate, cost tracking
55
55
 
56
- ### 60+ Autonomous Engines
56
+ ### 72+ Autonomous Engines
57
57
 
58
58
  The ResearchOrchestrator runs a 40-step feedback cycle every 5 minutes:
59
59
 
@@ -179,7 +179,7 @@ marketing config Configuration management
179
179
  | [Brain](../brain) | Error memory, code intelligence, full autonomy & self-modification | 7777 / 7778 / 7788 / 7790 |
180
180
  | [Trading Brain](../trading-brain) | Adaptive trading intelligence with signal learning & paper trading | 7779 / 7780 |
181
181
  | **Marketing Brain** (this) | Content strategy, social engagement & cross-platform optimization | **7781** / 7782 / 7783 |
182
- | [Brain Core](../brain-core) | Shared infrastructure — 60+ engines | — |
182
+ | [Brain Core](../brain-core) | Shared infrastructure — 72+ engines | — |
183
183
 
184
184
  ## Support
185
185
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timmeck/marketing-brain",
3
- "version": "1.32.27",
3
+ "version": "1.32.28",
4
4
  "description": "Self-learning marketing intelligence system with Hebbian synapse network",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -41,7 +41,7 @@
41
41
  "dependencies": {
42
42
  "@atproto/api": "^0.19.3",
43
43
  "@modelcontextprotocol/sdk": "^1.0.0",
44
- "@timmeck/brain-core": "2.36.31",
44
+ "@timmeck/brain-core": "2.36.32",
45
45
  "better-sqlite3": "^11.7.0",
46
46
  "chalk": "^5.6.2",
47
47
  "commander": "^13.0.0",