Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions app/(golems)/golems/lib/golems-stats.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"generatedAt": "2026-03-17T00:00:00Z",
"generatedAt": "2026-03-18T00:00:00Z",
"skills": {
"count": 45,
"withSkillMd": 45,
"count": 47,
"withSkillMd": 47,
"withEvals": 35,
"evalCoverage": "78%",
"evalCoverage": "74%",
"adapterLayer": "AI-agnostic (Claude, Cursor, Gemini, Codex, Kiro)"
},
"packages": {
Expand All @@ -19,10 +19,10 @@
"files": 78
},
"brainlayer": {
"chunks": 312000,
"chunksDisplay": "312K+",
"chunks": 321297,
"chunksDisplay": "321K+",
"mcpTools": 8,
"pythonTests": 846,
"pythonTests": 1030,
"swiftTests": 28,
"daemon": "BrainBar (209KB native binary)"
},
Expand Down
16 changes: 8 additions & 8 deletions app/(portfolio)/projects/[slug]/project-showcase-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ const configs: Record<string, ProjectShowcaseConfig> = {
tagline: "pip install brainlayer",
isMiniSite: true,
stats: [
{ value: 291, suffix: "K+", label: "Indexed chunks" },
{ value: 7, label: "MCP tools" },
{ value: 321, suffix: "K+", label: "Indexed chunks" },
{ value: 8, label: "MCP tools" },
{ value: 1024, label: "Vector dimensions" },
{ value: 119, label: "KG entities" },
],
Expand All @@ -68,9 +68,9 @@ const configs: Record<string, ProjectShowcaseConfig> = {
},
{
iconName: "Database",
title: "7 MCP Tools",
title: "8 MCP Tools",
description:
"3 core (search, store, recall) + 4 knowledge graph (digest, entity, update, person lookup). Consolidated from 14 to 7. Old names still work via aliases.",
"3 core (search, store, recall) + 5 knowledge graph (digest, entity, update, expand, tags). Consolidated from 14 to 8. Old names still work via aliases.",
},
{
iconName: "Brain",
Expand Down Expand Up @@ -112,7 +112,7 @@ const configs: Record<string, ProjectShowcaseConfig> = {
{ value: 2, label: "MCP tools" },
{ value: 2, label: "STT backends" },
{ value: 300, suffix: "ms", prefix: "~", label: "STT latency" },
{ value: 236, label: "Tests passing" },
{ value: 308, label: "Tests passing" },
],
features: [
{
Expand Down Expand Up @@ -299,10 +299,10 @@ const configs: Record<string, ProjectShowcaseConfig> = {
accent: { color: "#94A3B8", colorRgb: "148, 163, 184" },
isMiniSite: true,
stats: [
{ value: 11, label: "Packages" },
{ value: 12, label: "Packages" },
{ value: 4, label: "Domain golems" },
{ value: 55, label: "Skills" },
{ value: 261, suffix: "+", label: "PRs merged" },
{ value: 47, label: "Skills" },
{ value: 317, suffix: "+", label: "PRs merged" },
],
features: [
{
Expand Down