|
10 | 10 | | **2. Memory Safety** | ⚠️ 40% | ❌ 0% | ❌ 0% | ❌ 0% | **40%** | Deno sandbox, no unsafe code, but no Rust/Ada | |
11 | 11 | | **3. Offline-First** | ❌ 0% | ❌ 0% | ❌ 0% | ❌ 0% | **0%** | GraphQL requires network, no offline sync | |
12 | 12 | | **4. Documentation** | ⚠️ 60% | ❌ 0% | ❌ 0% | ❌ 0% | **60%** | Missing SECURITY.md, CODE_OF_CONDUCT.md, MAINTAINERS.md | |
13 | | -| **5. Build System** | ⚠️ 40% | ❌ 0% | ❌ 0% | ❌ 0% | **40%** | deno.json only, no justfile or flake.nix | |
| 13 | +| **5. Build System** | ⚠️ 40% | ❌ 0% | ❌ 0% | ❌ 0% | **40%** | deno.json only, no Justfile or flake.nix | |
14 | 14 | | **6. Testing** | ⚠️ 50% | ❌ 0% | ❌ 0% | ❌ 0% | **50%** | Unit tests exist but incomplete coverage | |
15 | 15 | | **7. Security** | ⚠️ 30% | ❌ 0% | ❌ 0% | ❌ 0% | **30%** | Post-quantum planned but not implemented | |
16 | 16 | | **8. .well-known/** | ❌ 0% | ❌ 0% | ❌ 0% | ❌ 0% | **0%** | Missing security.txt, ai.txt, humans.txt | |
|
33 | 33 | ### ❌ Currently Failing (7/11) |
34 | 34 | 1. ❌ **Memory Safety**: Need Rust/Ada core or explicit WASM sandboxing |
35 | 35 | 2. ❌ **Offline-First**: GraphQL API requires network, no local-first architecture |
36 | | -3. ❌ **Build System**: Missing justfile and flake.nix |
| 36 | +3. ❌ **Build System**: Missing Justfile and flake.nix |
37 | 37 | 4. ❌ **Security**: Missing SECURITY.md and .well-known/ directory |
38 | 38 | 5. ❌ **Post-Quantum Crypto**: Designed but not implemented |
39 | 39 | 6. ❌ **TPCF**: No tri-perimeter framework or governance model |
|
50 | 50 | - [ ] Create .well-known/security.txt (RFC 9116) |
51 | 51 | - [ ] Create .well-known/ai.txt (AI training policies) |
52 | 52 | - [ ] Create .well-known/humans.txt (attribution) |
53 | | -- [ ] Add justfile with 20+ recipes |
| 53 | +- [ ] Add Justfile with 20+ recipes |
54 | 54 | - [ ] Add flake.nix for reproducible Nix builds |
55 | 55 | - [ ] Implement offline-first architecture with IndexedDB/OPFS |
56 | 56 | - [ ] Add dual MIT + Palimpsest v0.8 licensing |
@@ -128,7 +128,7 @@ The reference implementation shows: |
128 | 128 | 1. **Run compliance check**: `deno run scripts/rsr-verify.ts` |
129 | 129 | 2. **Add missing docs**: Start with SECURITY.md and CODE_OF_CONDUCT.md |
130 | 130 | 3. **Create .well-known/**: security.txt is RFC standard |
131 | | -4. **Add justfile**: Port npm scripts to just recipes |
| 131 | +4. **Add Justfile**: Port npm scripts to just recipes |
132 | 132 | 5. **Implement offline mode**: IndexedDB for local-first storage |
133 | 133 |
|
134 | 134 | --- |
|
0 commit comments