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: correct grade inflation and fill template stubs across docs
README, STATE.a2ml, and TOPOLOGY.md all claimed Grade A/B when
READINESS.md honestly reports Grade D (Alpha) with 0 components
at Grade C+. Aligned all documents to Grade D. Also: filled
release workflow build stubs, removed template placeholders from
SECURITY.md and CODE_OF_CONDUCT.md, expanded Justfile test recipe
from 5/18 to all 17 cartridges, and updated ROADMAP.adoc checkboxes
to match actual completion state.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
We as members, contributors, and leaders pledge to make participation in boj-server a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, colour, religion, or sexual identity and orientation.
@@ -138,7 +118,7 @@ If you experience or witness unacceptable behaviour, or have any other concerns,
We take security seriously. We appreciate your efforts to responsibly disclose vulnerabilities and will make every effort to acknowledge your contributions.
22
4
23
5
## Table of Contents
@@ -60,7 +42,6 @@ If you cannot use GitHub Security Advisories, you may email us directly:
60
42
|---|---|
61
43
|**Email**|j.d.a.jewell@open.ac.uk|
62
44
|**PGP Key**|[Download Public Key](https://github.com/hyperpolymath.gpg)|
63
-
|**Fingerprint**|`See GitHub profile`|
64
45
65
46
```bash
66
47
# Import our PGP key
@@ -335,8 +316,6 @@ To stay informed about security updates:
335
316
336
317
### Supported Versions
337
318
338
-
<!-- Adjust this table to match your actual version support policy -->
Copy file name to clipboardExpand all lines: .machine_readable/STATE.a2ml
+20-19Lines changed: 20 additions & 19 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-10"
10
10
status = "active"
11
-
grade = "A-production"
11
+
grade = "D-alpha"
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."
16
-
completion-percentage = 100
16
+
completion-percentage = 57
17
17
18
18
[position]
19
-
phase = "rc"
20
-
maturity = "release-candidate"
19
+
phase = "alpha"
20
+
maturity = "alpha"
21
21
22
22
[route-to-mvp]
23
23
milestones = [
@@ -29,14 +29,14 @@ milestones = [
29
29
{ name = "Phase 5: Umoja federation & PanLL panel", completion = 100 },
30
30
{ name = "Phase 6: Remaining cartridges (fill the matrix)", completion = 100 },
0 commit comments