@timmeck/marketing-brain 1.32.40 → 1.32.42
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.
- package/README.md +4 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
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 72+ autonomous engines in a
|
|
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 51-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. Workflow checkpointing, structured LLM output, observability tracing, agent training, dynamic tool scoping.
|
|
11
11
|
|
|
12
12
|
## Quick Start
|
|
13
13
|
|
|
@@ -55,7 +55,7 @@ That's it. One command configures MCP, hooks, and starts the daemon.
|
|
|
55
55
|
|
|
56
56
|
### 72+ Autonomous Engines
|
|
57
57
|
|
|
58
|
-
The ResearchOrchestrator runs a
|
|
58
|
+
The ResearchOrchestrator runs a 51-step feedback cycle every 5 minutes:
|
|
59
59
|
|
|
60
60
|
- **Observation** — SelfObserver, AnomalyDetective, DataScout, SignalScanner, TechRadar
|
|
61
61
|
- **Understanding** — AttentionEngine, CausalGraph, CrossDomain, PatternEngine
|
|
@@ -89,8 +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
|
-
| **
|
|
93
|
-
| **Command Center** | 7790 | 7-page: Ecosystem, Learning Pipeline, Trading Flow, Marketing Flow, Cross-Brain & Borg, Activity & Missions, Infrastructure |
|
|
92
|
+
| **Command Center** | 7790 | 9-page: Ecosystem, Consciousness, Learning, Trading, Marketing, Intelligence, Cross-Brain, Debates, Infrastructure |
|
|
94
93
|
|
|
95
94
|
### Memory & Sessions
|
|
96
95
|
- **Persistent Memory** — Preferences, decisions, context, facts, goals, lessons
|
|
@@ -176,7 +175,7 @@ marketing config Configuration management
|
|
|
176
175
|
|
|
177
176
|
| Brain | Purpose | Ports |
|
|
178
177
|
|-------|---------|-------|
|
|
179
|
-
| [Brain](../brain) | Error memory, code intelligence, full autonomy & self-modification | 7777 / 7778 /
|
|
178
|
+
| [Brain](../brain) | Error memory, code intelligence, full autonomy & self-modification | 7777 / 7778 / 7790 |
|
|
180
179
|
| [Trading Brain](../trading-brain) | Adaptive trading intelligence with signal learning & paper trading | 7779 / 7780 |
|
|
181
180
|
| **Marketing Brain** (this) | Content strategy, social engagement & cross-platform optimization | **7781** / 7782 / 7783 |
|
|
182
181
|
| [Brain Core](../brain-core) | Shared infrastructure — 72+ engines | — |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@timmeck/marketing-brain",
|
|
3
|
-
"version": "1.32.
|
|
3
|
+
"version": "1.32.42",
|
|
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.
|
|
44
|
+
"@timmeck/brain-core": "2.36.47",
|
|
45
45
|
"better-sqlite3": "^11.7.0",
|
|
46
46
|
"chalk": "^5.6.2",
|
|
47
47
|
"commander": "^13.0.0",
|