@timmeck/marketing-brain 1.30.0 → 1.30.1

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 +1 -1
package/README.md CHANGED
@@ -51,7 +51,7 @@ Same full engine suite as Brain, fed with post/engagement history via DataMiner:
51
51
 
52
52
  ### Dream Mode & Consciousness
53
53
  - **Dream Engine** — Offline consolidation: memory replay, synapse pruning, compression, importance decay
54
- - **Consciousness Dashboard** — Live neural graph at http://localhost:7786 with thought stream and engine status
54
+ - **Mission Control Dashboard** — Unified dashboard at http://localhost:7788 (Consciousness Entity, Thoughts, Engines, Intelligence)
55
55
  - **Prediction Engine** — Holt-Winters forecasting for engagement rates and post performance
56
56
  - **AutoResponder** — Automatically adjusts marketing parameters when anomalies detected
57
57
  - **Self-Improvement Loop** — Generates improvement suggestions
@@ -69,7 +69,7 @@ Same full engine suite as Brain, fed with post/engagement history via DataMiner:
69
69
  | Dashboard | Port | What It Shows |
70
70
  |-----------|------|--------------|
71
71
  | **Marketing Dashboard** | 7783 | Interactive synapse graph, platform charts, top posts, insights |
72
- | **Consciousness** | 7786 | Neural graph, thought stream, engine status |
72
+ | **Mission Control** | 7788 | Unified 7-tab dashboard: Overview, Consciousness (Entity visualization), Thoughts, CodeGen, Self-Mod, Engines, Intelligence |
73
73
 
74
74
  ### Universal Access
75
75
  - **MCP Server** — Stdio transport for Claude Code
@@ -183,10 +183,10 @@ marketing config Configuration management
183
183
 
184
184
  | Brain | Version | Purpose | Ports |
185
185
  |-------|---------|---------|-------|
186
- | [Brain](../brain) | v3.33.0 | Error memory, code intelligence, full autonomy & self-modification | 7777 / 7778 / 7784 / 7787 / 7788 |
187
- | [Trading Brain](../trading-brain) | v2.28.0 | Adaptive trading intelligence with signal learning & backtesting | 7779 / 7780 / 7785 |
188
- | **Marketing Brain** | v1.29.0 | Content strategy, engagement & cross-platform optimization | **7781** / 7782 / 7783 / 7786 |
189
- | [Brain Core](../brain-core) | v2.33.0 | Shared infrastructure — 30+ engines | — |
186
+ | [Brain](../brain) | v3.34.0 | Error memory, code intelligence, full autonomy & self-modification | 7777 / 7778 / 7788 |
187
+ | [Trading Brain](../trading-brain) | v2.29.0 | Adaptive trading intelligence with signal learning & backtesting | 7779 / 7780 |
188
+ | **Marketing Brain** | v1.30.0 | Content strategy, engagement & cross-platform optimization | **7781** / 7782 / 7783 |
189
+ | [Brain Core](../brain-core) | v2.34.0 | Shared infrastructure — 30+ engines | — |
190
190
 
191
191
  ## Support
192
192
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timmeck/marketing-brain",
3
- "version": "1.30.0",
3
+ "version": "1.30.1",
4
4
  "description": "Self-learning marketing intelligence system with Hebbian synapse network",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",