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
fix: coprocessor segfault — replace filesystem probing with env-only detection
The coprocessor init was segfaulting because std.fs.openFileAbsolute
and std.posix.getenv don't work safely from a Zig static library
linked into the V runtime. Replaced with C extern getenv() and
env-only device detection.
Also downgraded Grade to B-RC (honest assessment: Grade A requires
real external users and community adoption, not just code).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: .machine_readable/STATE.a2ml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,16 @@ project = "boj-server"
8
8
version = "0.2.0"
9
9
last-updated = "2026-03-09"
10
10
status = "active"
11
-
grade = "A-production"
11
+
grade = "B-rc"
12
12
13
13
[project-context]
14
14
name = "Bundle of Joy Server"
15
15
purpose = "Unified server capability catalogue solving the combinatoric explosion of developer server protocols. Provides a 2D matrix of formally verified cartridges (protocol types x capability domains), distributed via community-hosted nodes with hash attestation and gossip protocol."
0 commit comments