@sashabogi/foundation 0.1.1 → 0.1.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 CHANGED
@@ -1,6 +1,12 @@
1
- # 🏛️ Foundation
2
-
3
- **The unified MCP server for AI-assisted development.**
1
+ <p align="center">
2
+ <img src="docs/banner.svg" alt="Foundation - Unified MCP Server" width="100%">
3
+ </p>
4
+
5
+ <p align="center">
6
+ <a href="https://www.npmjs.com/package/@sashabogi/foundation"><img src="https://img.shields.io/npm/v/@sashabogi/foundation.svg" alt="npm version"></a>
7
+ <a href="https://www.npmjs.com/package/@sashabogi/foundation"><img src="https://img.shields.io/npm/dm/@sashabogi/foundation.svg" alt="npm downloads"></a>
8
+ <a href="https://github.com/sashabogi/foundation/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/@sashabogi/foundation.svg" alt="license"></a>
9
+ </p>
4
10
 
5
11
  Three pillars from Asimov's Foundation universe, working together:
6
12
 
@@ -0,0 +1,201 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 640">
2
+ <defs>
3
+ <!-- Gradient backgrounds -->
4
+ <linearGradient id="spaceGradient" x1="0%" y1="0%" x2="100%" y2="100%">
5
+ <stop offset="0%" style="stop-color:#0a0a1a"/>
6
+ <stop offset="50%" style="stop-color:#0d1525"/>
7
+ <stop offset="100%" style="stop-color:#0a0a1a"/>
8
+ </linearGradient>
9
+
10
+ <linearGradient id="glowGradient" x1="0%" y1="0%" x2="0%" y2="100%">
11
+ <stop offset="0%" style="stop-color:#1a365d;stop-opacity:0.8"/>
12
+ <stop offset="100%" style="stop-color:#0a0a1a;stop-opacity:0"/>
13
+ </linearGradient>
14
+
15
+ <!-- Pillar gradients -->
16
+ <linearGradient id="demerzelGradient" x1="0%" y1="0%" x2="0%" y2="100%">
17
+ <stop offset="0%" style="stop-color:#60a5fa"/>
18
+ <stop offset="100%" style="stop-color:#1d4ed8"/>
19
+ </linearGradient>
20
+
21
+ <linearGradient id="seldonGradient" x1="0%" y1="0%" x2="0%" y2="100%">
22
+ <stop offset="0%" style="stop-color:#f59e0b"/>
23
+ <stop offset="100%" style="stop-color:#b45309"/>
24
+ </linearGradient>
25
+
26
+ <linearGradient id="gaiaGradient" x1="0%" y1="0%" x2="0%" y2="100%">
27
+ <stop offset="0%" style="stop-color:#34d399"/>
28
+ <stop offset="100%" style="stop-color:#059669"/>
29
+ </linearGradient>
30
+
31
+ <!-- Glow filters -->
32
+ <filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
33
+ <feGaussianBlur stdDeviation="3" result="coloredBlur"/>
34
+ <feMerge>
35
+ <feMergeNode in="coloredBlur"/>
36
+ <feMergeNode in="SourceGraphic"/>
37
+ </feMerge>
38
+ </filter>
39
+
40
+ <filter id="softGlow" x="-50%" y="-50%" width="200%" height="200%">
41
+ <feGaussianBlur stdDeviation="8" result="coloredBlur"/>
42
+ <feMerge>
43
+ <feMergeNode in="coloredBlur"/>
44
+ <feMergeNode in="SourceGraphic"/>
45
+ </feMerge>
46
+ </filter>
47
+
48
+ <!-- Star pattern -->
49
+ <pattern id="stars" x="0" y="0" width="100" height="100" patternUnits="userSpaceOnUse">
50
+ <circle cx="12" cy="23" r="0.8" fill="#ffffff" opacity="0.6"/>
51
+ <circle cx="67" cy="8" r="0.5" fill="#ffffff" opacity="0.4"/>
52
+ <circle cx="89" cy="45" r="0.7" fill="#ffffff" opacity="0.5"/>
53
+ <circle cx="34" cy="78" r="0.6" fill="#ffffff" opacity="0.7"/>
54
+ <circle cx="56" cy="56" r="0.4" fill="#ffffff" opacity="0.3"/>
55
+ <circle cx="78" cy="89" r="0.9" fill="#ffffff" opacity="0.5"/>
56
+ <circle cx="23" cy="45" r="0.5" fill="#ffffff" opacity="0.4"/>
57
+ <circle cx="91" cy="12" r="0.6" fill="#ffffff" opacity="0.6"/>
58
+ <circle cx="45" cy="34" r="0.4" fill="#ffffff" opacity="0.3"/>
59
+ </pattern>
60
+ </defs>
61
+
62
+ <!-- Background -->
63
+ <rect width="1280" height="640" fill="url(#spaceGradient)"/>
64
+ <rect width="1280" height="640" fill="url(#stars)"/>
65
+
66
+ <!-- Subtle grid lines (psychohistory math feel) -->
67
+ <g opacity="0.05" stroke="#60a5fa" stroke-width="0.5">
68
+ <line x1="0" y1="160" x2="1280" y2="160"/>
69
+ <line x1="0" y1="320" x2="1280" y2="320"/>
70
+ <line x1="0" y1="480" x2="1280" y2="480"/>
71
+ <line x1="320" y1="0" x2="320" y2="640"/>
72
+ <line x1="640" y1="0" x2="640" y2="640"/>
73
+ <line x1="960" y1="0" x2="960" y2="640"/>
74
+ </g>
75
+
76
+ <!-- Central glow -->
77
+ <ellipse cx="640" cy="320" rx="500" ry="300" fill="url(#glowGradient)" opacity="0.3"/>
78
+
79
+ <!-- Main title -->
80
+ <text x="640" y="140" text-anchor="middle" font-family="Georgia, serif" font-size="84" font-weight="bold" fill="#f8fafc" filter="url(#softGlow)">
81
+ FOUNDATION
82
+ </text>
83
+
84
+ <!-- Subtitle -->
85
+ <text x="640" y="190" text-anchor="middle" font-family="SF Mono, Consolas, monospace" font-size="18" fill="#94a3b8" letter-spacing="8">
86
+ UNIFIED MCP SERVER FOR AI-ASSISTED DEVELOPMENT
87
+ </text>
88
+
89
+ <!-- Decorative line -->
90
+ <line x1="340" y1="215" x2="940" y2="215" stroke="#334155" stroke-width="1"/>
91
+
92
+ <!-- Three Pillars Section -->
93
+
94
+ <!-- Demerzel (Left) -->
95
+ <g transform="translate(260, 280)">
96
+ <!-- Icon: Eye/Observer -->
97
+ <circle cx="0" cy="40" r="45" fill="none" stroke="url(#demerzelGradient)" stroke-width="2" opacity="0.3"/>
98
+ <circle cx="0" cy="40" r="30" fill="none" stroke="url(#demerzelGradient)" stroke-width="2" filter="url(#glow)"/>
99
+ <circle cx="0" cy="40" r="12" fill="url(#demerzelGradient)" filter="url(#glow)"/>
100
+ <circle cx="0" cy="40" r="5" fill="#0a0a1a"/>
101
+
102
+ <!-- Label -->
103
+ <text x="0" y="110" text-anchor="middle" font-family="Georgia, serif" font-size="28" font-weight="bold" fill="#60a5fa" filter="url(#glow)">
104
+ DEMERZEL
105
+ </text>
106
+ <text x="0" y="138" text-anchor="middle" font-family="SF Mono, Consolas, monospace" font-size="13" fill="#94a3b8">
107
+ Codebase Intelligence
108
+ </text>
109
+ <text x="0" y="160" text-anchor="middle" font-family="SF Mono, Consolas, monospace" font-size="11" fill="#64748b">
110
+ 9 tools
111
+ </text>
112
+
113
+ <!-- Quote -->
114
+ <text x="0" y="195" text-anchor="middle" font-family="Georgia, serif" font-size="11" fill="#475569" font-style="italic">
115
+ "I have been watching
116
+ </text>
117
+ <text x="0" y="210" text-anchor="middle" font-family="Georgia, serif" font-size="11" fill="#475569" font-style="italic">
118
+ for 20,000 years"
119
+ </text>
120
+ </g>
121
+
122
+ <!-- Seldon (Center) -->
123
+ <g transform="translate(640, 280)">
124
+ <!-- Icon: Mathematical/Plan symbol -->
125
+ <polygon points="0,-45 39,22.5 -39,22.5" fill="none" stroke="url(#seldonGradient)" stroke-width="2" filter="url(#glow)"/>
126
+ <polygon points="0,50 -39,-17.5 39,-17.5" fill="none" stroke="url(#seldonGradient)" stroke-width="2" opacity="0.5"/>
127
+ <circle cx="0" cy="2" r="8" fill="url(#seldonGradient)" filter="url(#glow)"/>
128
+
129
+ <!-- Label -->
130
+ <text x="0" y="110" text-anchor="middle" font-family="Georgia, serif" font-size="28" font-weight="bold" fill="#f59e0b" filter="url(#glow)">
131
+ SELDON
132
+ </text>
133
+ <text x="0" y="138" text-anchor="middle" font-family="SF Mono, Consolas, monospace" font-size="13" fill="#94a3b8">
134
+ Multi-Agent Orchestration
135
+ </text>
136
+ <text x="0" y="160" text-anchor="middle" font-family="SF Mono, Consolas, monospace" font-size="11" fill="#64748b">
137
+ 19 tools
138
+ </text>
139
+
140
+ <!-- Quote -->
141
+ <text x="0" y="195" text-anchor="middle" font-family="Georgia, serif" font-size="11" fill="#475569" font-style="italic">
142
+ "The future is not set,
143
+ </text>
144
+ <text x="0" y="210" text-anchor="middle" font-family="Georgia, serif" font-size="11" fill="#475569" font-style="italic">
145
+ but it can be guided"
146
+ </text>
147
+ </g>
148
+
149
+ <!-- Gaia (Right) -->
150
+ <g transform="translate(1020, 280)">
151
+ <!-- Icon: Connected nodes/collective -->
152
+ <circle cx="0" cy="40" r="35" fill="none" stroke="url(#gaiaGradient)" stroke-width="2" opacity="0.3"/>
153
+ <circle cx="0" cy="15" r="8" fill="url(#gaiaGradient)" filter="url(#glow)"/>
154
+ <circle cx="-25" cy="55" r="8" fill="url(#gaiaGradient)" filter="url(#glow)"/>
155
+ <circle cx="25" cy="55" r="8" fill="url(#gaiaGradient)" filter="url(#glow)"/>
156
+ <line x1="0" y1="23" x2="-20" y2="48" stroke="url(#gaiaGradient)" stroke-width="2" filter="url(#glow)"/>
157
+ <line x1="0" y1="23" x2="20" y2="48" stroke="url(#gaiaGradient)" stroke-width="2" filter="url(#glow)"/>
158
+ <line x1="-17" y1="55" x2="17" y2="55" stroke="url(#gaiaGradient)" stroke-width="2" filter="url(#glow)"/>
159
+
160
+ <!-- Label -->
161
+ <text x="0" y="110" text-anchor="middle" font-family="Georgia, serif" font-size="28" font-weight="bold" fill="#34d399" filter="url(#glow)">
162
+ GAIA
163
+ </text>
164
+ <text x="0" y="138" text-anchor="middle" font-family="SF Mono, Consolas, monospace" font-size="13" fill="#94a3b8">
165
+ Workflow Patterns
166
+ </text>
167
+ <text x="0" y="160" text-anchor="middle" font-family="SF Mono, Consolas, monospace" font-size="11" fill="#64748b">
168
+ 13 tools
169
+ </text>
170
+
171
+ <!-- Quote -->
172
+ <text x="0" y="195" text-anchor="middle" font-family="Georgia, serif" font-size="11" fill="#475569" font-style="italic">
173
+ "We are all one,
174
+ </text>
175
+ <text x="0" y="210" text-anchor="middle" font-family="Georgia, serif" font-size="11" fill="#475569" font-style="italic">
176
+ and one is all"
177
+ </text>
178
+ </g>
179
+
180
+ <!-- Connecting lines between pillars -->
181
+ <line x1="320" y1="350" x2="580" y2="350" stroke="#334155" stroke-width="1" stroke-dasharray="4,4" opacity="0.5"/>
182
+ <line x1="700" y1="350" x2="960" y2="350" stroke="#334155" stroke-width="1" stroke-dasharray="4,4" opacity="0.5"/>
183
+
184
+ <!-- Bottom tagline box -->
185
+ <rect x="390" y="540" width="500" height="50" rx="4" fill="#1e293b" opacity="0.6"/>
186
+ <text x="640" y="572" text-anchor="middle" font-family="SF Mono, Consolas, monospace" font-size="20" fill="#f8fafc">
187
+ One install. One config. 41 tools.
188
+ </text>
189
+
190
+ <!-- Version badge -->
191
+ <rect x="1140" y="20" width="120" height="28" rx="14" fill="#1e293b"/>
192
+ <text x="1200" y="40" text-anchor="middle" font-family="SF Mono, Consolas, monospace" font-size="13" fill="#94a3b8">
193
+ v0.1.1
194
+ </text>
195
+
196
+ <!-- MCP badge -->
197
+ <rect x="20" y="20" width="60" height="28" rx="14" fill="#1e293b"/>
198
+ <text x="50" y="40" text-anchor="middle" font-family="SF Mono, Consolas, monospace" font-size="13" fill="#94a3b8">
199
+ MCP
200
+ </text>
201
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sashabogi/foundation",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Unified MCP server for AI-assisted development: codebase intelligence, multi-agent orchestration, and workflow patterns",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",