@timmeck/trading-brain 1.3.1 → 1.3.2
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 +14 -13
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/@timmeck/trading-brain)
|
|
4
4
|
[](https://www.npmjs.com/package/@timmeck/trading-brain)
|
|
5
5
|
[](LICENSE)
|
|
6
|
-
[](https://github.com/timmeck/brain-ecosystem)
|
|
7
7
|
|
|
8
8
|
**Adaptive Trading Intelligence & Signal Learning System for Claude Code**
|
|
9
9
|
|
|
@@ -68,15 +68,15 @@ Without Trading Brain, every trading decision starts from zero. With Trading Bra
|
|
|
68
68
|
|
|
69
69
|
```bash
|
|
70
70
|
npm install -g @timmeck/trading-brain
|
|
71
|
+
trading setup
|
|
71
72
|
```
|
|
72
73
|
|
|
73
|
-
|
|
74
|
+
That's it. One command configures MCP and starts the daemon.
|
|
75
|
+
|
|
76
|
+
Or install globally and configure manually:
|
|
74
77
|
|
|
75
78
|
```bash
|
|
76
|
-
|
|
77
|
-
cd trading-brain
|
|
78
|
-
npm install
|
|
79
|
-
npm run build
|
|
79
|
+
npm install -g @timmeck/trading-brain
|
|
80
80
|
```
|
|
81
81
|
|
|
82
82
|
### Setup with Claude Code
|
|
@@ -178,6 +178,7 @@ The daemon runs background tasks: learning cycles, research analysis, synapse de
|
|
|
178
178
|
## CLI Commands
|
|
179
179
|
|
|
180
180
|
```
|
|
181
|
+
trading setup One-command setup: MCP + daemon
|
|
181
182
|
trading start Start the Trading Brain daemon
|
|
182
183
|
trading stop Stop the daemon
|
|
183
184
|
trading status Show stats (trades, rules, chains, insights, synapses)
|
|
@@ -326,17 +327,17 @@ Each signal dimension is classified:
|
|
|
326
327
|
|
|
327
328
|
## Brain Ecosystem
|
|
328
329
|
|
|
329
|
-
Trading Brain is part of the **Brain Ecosystem** — a
|
|
330
|
+
Trading Brain is part of the **[Brain Ecosystem](https://github.com/timmeck/brain-ecosystem)** — a monorepo of MCP servers that give Claude Code persistent, self-learning memory.
|
|
330
331
|
|
|
331
332
|
| Brain | Purpose | Ports |
|
|
332
333
|
|-------|---------|-------|
|
|
333
|
-
| [Brain](https://github.com/timmeck/brain) v2.2.
|
|
334
|
-
| **Trading Brain** v1.3.
|
|
335
|
-
| [Marketing Brain](https://github.com/timmeck/marketing-brain) | Content strategy & engagement | 7781 / 7782 |
|
|
336
|
-
| [Brain Core](https://github.com/timmeck/brain-core) v1.6.
|
|
334
|
+
| [Brain](https://github.com/timmeck/brain-ecosystem/tree/main/packages/brain) v2.2.1 | Error memory, code intelligence & persistent context | 7777 / 7778 |
|
|
335
|
+
| **Trading Brain** v1.3.2 | Adaptive trading intelligence with memory & sessions | **7779** / 7780 |
|
|
336
|
+
| [Marketing Brain](https://github.com/timmeck/brain-ecosystem/tree/main/packages/marketing-brain) v0.5.2 | Content strategy & engagement with memory & sessions | 7781 / 7782 / 7783 |
|
|
337
|
+
| [Brain Core](https://github.com/timmeck/brain-ecosystem/tree/main/packages/brain-core) v1.6.1 | Shared infrastructure (IPC, MCP, REST, CLI, math, synapses, memory) | — |
|
|
337
338
|
| [Brain Hub](https://timmeck.github.io/brain-hub/) | Ecosystem landing page | — |
|
|
338
339
|
|
|
339
|
-
|
|
340
|
+
All packages live in the [brain-ecosystem](https://github.com/timmeck/brain-ecosystem) monorepo with npm workspaces. [Brain Core](https://www.npmjs.com/package/@timmeck/brain-core) provides shared infrastructure (IPC, MCP, REST API, CLI, math, synapse algorithms) used by all brains, eliminating ~2,800 lines of duplicated code.
|
|
340
341
|
|
|
341
342
|
### Cross-Brain Communication
|
|
342
343
|
|
|
@@ -350,7 +351,7 @@ The interactive HTML dashboard (`trading dashboard`) includes an Ecosystem Peers
|
|
|
350
351
|
|
|
351
352
|
If Trading Brain helps you, consider giving it a star — it helps others discover the project and keeps development going.
|
|
352
353
|
|
|
353
|
-
[](https://github.com/timmeck/brain-ecosystem)
|
|
354
355
|
[](https://github.com/sponsors/timmeck)
|
|
355
356
|
|
|
356
357
|
## License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@timmeck/trading-brain",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2",
|
|
4
4
|
"description": "Adaptive trading intelligence system with Hebbian synapses, spreading activation, Wilson Score confidence, and adaptive calibration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"scripts": {
|
|
11
11
|
"build": "tsc",
|
|
12
12
|
"dev": "tsx src/index.ts",
|
|
13
|
-
"test": "vitest",
|
|
13
|
+
"test": "vitest run",
|
|
14
14
|
"lint": "eslint src/",
|
|
15
15
|
"lint:fix": "eslint src/ --fix",
|
|
16
16
|
"test:coverage": "vitest --coverage"
|
|
@@ -36,11 +36,12 @@
|
|
|
36
36
|
"license": "MIT",
|
|
37
37
|
"repository": {
|
|
38
38
|
"type": "git",
|
|
39
|
-
"url": "https://github.com/timmeck/
|
|
39
|
+
"url": "https://github.com/timmeck/brain-ecosystem",
|
|
40
|
+
"directory": "packages/trading-brain"
|
|
40
41
|
},
|
|
41
42
|
"dependencies": {
|
|
42
43
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
43
|
-
"@timmeck/brain-core": "
|
|
44
|
+
"@timmeck/brain-core": "*",
|
|
44
45
|
"better-sqlite3": "^11.7.0",
|
|
45
46
|
"chalk": "^5.6.2",
|
|
46
47
|
"commander": "^13.0.0",
|