@timmeck/marketing-brain 1.32.81 → 1.32.83

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 +6 -6
  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 — 177 MCP Tools, 72+ Engines**
8
+ **Self-Learning Marketing Intelligence System for Claude Code — 177 MCP Tools, 117+ 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 72+ autonomous engines in a 68-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). FeedbackRouter closes the learning-to-action gap by routing dead-end data to ActionBridge proposals. AutoPublisher enables autonomous content scheduling and publishing. Engine Governance with formal profiles, runtime influence tracking, 4 anti-pattern detectors, and active control (throttle/cooldown/isolate/escalate/restore). 411 tests. Workflow checkpointing, structured LLM output, observability tracing, agent training, dynamic tool scoping.
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 117+ autonomous engines in a 68-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). FeedbackRouter closes the learning-to-action gap by routing dead-end data to ActionBridge proposals. AutoPublisher enables autonomous content scheduling and publishing. Engine Governance with formal profiles, runtime influence tracking, 4 anti-pattern detectors, and active control (throttle/cooldown/isolate/escalate/restore). 411 tests. Workflow checkpointing, structured LLM output, observability tracing, agent training, dynamic tool scoping.
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
- ### 72+ Autonomous Engines
56
+ ### 117+ Autonomous Engines
57
57
 
58
58
  The ResearchOrchestrator runs a 51-step feedback cycle every 5 minutes:
59
59
 
@@ -89,7 +89,7 @@ DataMiner bootstraps all historical posts and engagement data at startup.
89
89
  | Dashboard | Port | What It Shows |
90
90
  |-----------|------|--------------|
91
91
  | **Marketing Dashboard** | 7783 | Interactive synapse graph, platform charts, top posts, insights |
92
- | **Command Center** | 7790 | 9-page: Ecosystem, Consciousness, Learning, Trading, Marketing, Intelligence, Cross-Brain, Debates, Infrastructure |
92
+ | **Command Center** | 7790 | 13-page: Overview, Entity, Learning, Trading, Marketing, Intelligence, Cross-Brain, Activity, Debates, Desires, Forge, Infrastructure, Progress |
93
93
 
94
94
  ### Memory & Sessions
95
95
  - **Persistent Memory** — Preferences, decisions, context, facts, goals, lessons
@@ -101,7 +101,7 @@ DataMiner bootstraps all historical posts and engagement data at startup.
101
101
  - **MCP HTTP/SSE** — For Cursor, Windsurf, Cline, Continue (port 7782)
102
102
  - **REST API** — Full HTTP API on port 7781
103
103
 
104
- ## MCP Tools (128 tools)
104
+ ## MCP Tools (177 tools)
105
105
 
106
106
  **Content**: marketing_post_draft, marketing_post_report, marketing_post_engagement, marketing_post_similar, marketing_extract_patterns, marketing_content_calendar
107
107
 
@@ -178,7 +178,7 @@ marketing config Configuration management
178
178
  | [Brain](../brain) | Error memory, code intelligence, full autonomy & self-modification | 7777 / 7778 / 7790 |
179
179
  | [Trading Brain](../trading-brain) | Adaptive trading intelligence with signal learning & paper trading | 7779 / 7780 |
180
180
  | **Marketing Brain** (this) | Content strategy, social engagement & cross-platform optimization | **7781** / 7782 / 7783 |
181
- | [Brain Core](../brain-core) | Shared infrastructure — 72+ engines | — |
181
+ | [Brain Core](../brain-core) | Shared infrastructure — 117+ engines | — |
182
182
 
183
183
  ## Support
184
184
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timmeck/marketing-brain",
3
- "version": "1.32.81",
3
+ "version": "1.32.83",
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.91",
44
+ "@timmeck/brain-core": "^2.36.92",
45
45
  "better-sqlite3": "^11.7.0",
46
46
  "chalk": "^5.6.2",
47
47
  "commander": "^13.0.0",