You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| V-lang adapters |**Sidelined** — all cartridge adapters are now Zig, `.v` variants preserved alongside as `SIDELINED-*.v.adoc`|`cartridges/*/adapter/`|
@@ -72,7 +72,7 @@ component's state **within its home context only** unless noted.
72
72
| Catalogue ABI (Idris2) | C |`alpha-stable`| Type-checks with `%default total`. 4 `believe_me` (down from 31). Deep annotation complete. Dogfooded for 4+ weeks. | None — promoted to C. | 2026-05-25 |
73
73
| Catalogue FFI (Zig) | C |`alpha-stable`| Builds clean. 178 core tests pass. Deep annotation complete. Dogfooded for 4+ weeks. | None — promoted to C. | 2026-05-25 |
74
74
| C Headers (generated) | D |`alpha-unstable`| Generated, matches Idris2 encodings. Not tested via a C consumer. | Real C consumer + ABI round-trip test | 2026-04-18 |
75
-
| Cartridge fleet (99) | C |`alpha-stable`|96/99 shared libs built. 100/100 cartridges have `README.adoc`. 113 FFI tests pass. Deep annotation complete (393 per-directory READMEs). Dogfooded for 4+ weeks. | None — promoted to C. | 2026-05-25|
75
+
| Cartridge fleet (106) | C |`alpha-stable`|103/106 shared libs built. 106/106 cartridges have `README.adoc`. 113 FFI tests pass. Deep annotation complete (393 per-directory READMEs). Dogfooded for 4+ weeks. | None — promoted to C. | 2026-05-28|
76
76
| Zig adapter layer (per cartridge) | C |`alpha-stable`| All adapters are Zig-only. V-lang files eliminated. Deep annotation complete. Dogfooded for 4+ weeks. | None — promoted to C. | 2026-05-25 |
77
77
| Dynamic Loader | D |`alpha-unstable`| Hash verification, mount/unmount. 14 loader tests pass. | Use in anger on multi-cartridge live reload | 2026-04-18 |
Copy file name to clipboardExpand all lines: mcp-bridge/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@hyperpolymath/boj-server",
3
-
"version": "0.3.1",
3
+
"version": "0.4.0",
4
4
"description": "Bundle of Joy (BoJ) MCP Server — cartridge-based DevOps toolkit with 96 domain cartridges (database, container, git, k8s, observability, secrets, IaC, and more)",
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@hyperpolymath/boj-server",
3
-
"version": "0.3.1",
3
+
"version": "0.4.0",
4
4
"description": "Bundle of Joy (BoJ) MCP Server — cartridge-based DevOps toolkit with 96 domain cartridges (database, container, git, k8s, observability, secrets, IaC, and more)",
Copy file name to clipboardExpand all lines: smithery.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
name: boj-server
8
8
description: "Bundle of Joy — cartridge-based MCP server with 53 formally verified domain cartridges (database, cloud, git, k8s, containers, observability, secrets, IaC, and more)"
0 commit comments