Skip to content

Commit ecc5bc0

Browse files
Merge pull request #18 from hyperpolymath/fix/security-and-rsr-alignment
fix: security hardening, RSR structure alignment, README restoration
2 parents 211345e + d6f12a0 commit ecc5bc0

13 files changed

Lines changed: 19 additions & 159 deletions

File tree

.clinerules

Lines changed: 0 additions & 43 deletions
This file was deleted.

.cursorrules

Lines changed: 0 additions & 47 deletions
This file was deleted.

.github/workflows/zig-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2828

2929
- name: Install Zig
30-
uses: mlugg/setup-zig@v2
30+
uses: mlugg/setup-zig@d1434d08867e3ee9daa34448df10607b98908d29 # v2
3131
with:
3232
version: 0.15.2
3333

.maintenance-perms-ignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

.nojekyll

Whitespace-only changes.

.windsurfrules

Lines changed: 0 additions & 43 deletions
This file was deleted.

CODEOWNERS

Lines changed: 0 additions & 14 deletions
This file was deleted.

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Unified server capability catalogue with formally verified cartridges, distribut
66
> `Set up Bundle of Joy Server from https://github.com/hyperpolymath/boj-server`
77
> The AI reads this repo, asks you a few questions, and handles everything.
88
9+
<a href="https://glama.ai/mcp/servers/hyperpolymath/boj-server">
10+
<img width="380" height="200" src="https://glama.ai/mcp/servers/hyperpolymath/boj-server/badge" alt="BoJ MCP Server on Glama" />
11+
</a>
12+
913
## What is this?
1014

1115
BoJ solves the **combinatoric explosion of developer server protocols**. Instead of hunting across dozens of MCP, LSP, DAP, and other servers, AI goes to ONE place — the Teranga menu — and orders what it needs.
@@ -93,9 +97,7 @@ cd ../../ffi/zig && zig build
9397

9498
# Run tests
9599
cd ffi/zig && zig build test
96-
```<a href="https://glama.ai/mcp/servers/hyperpolymath/boj-server">
97-
<img width="380" height="200" src="https://glama.ai/mcp/servers/hyperpolymath/boj-server/badge" />
98-
</a>
100+
```
99101

100102
## Distributed Hosting (Umoja Network)
101103

@@ -126,7 +128,7 @@ PMPL-1.0-or-later (Palimpsest License). The license's provenance requirements (c
126128

127129
## Project Status
128130

129-
**Grade A (Production)** — 18 cartridges, 307 tests passing, thread-safe FFI (mutex-hardened), panic-attack validated. See `READINESS.md` for the full CRG assessment and `.machine_readable/STATE.a2ml` for milestone progress.
131+
**Grade A (Production)** — 18 cartridges, 307 tests passing, thread-safe FFI (mutex-hardened), panic-attack validated. See `docs/READINESS.md` for the full CRG assessment and `.machine_readable/STATE.a2ml` for milestone progress.
130132

131133
## A Community Project
132134

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)