Commit 5d67d0f
feat: add Groove Protocol standard — universal plug-and-play composition
Groove Protocol specification for type-safe, zero-config system composition:
spec/SPEC.adoc — Full protocol specification covering:
- Discovery (local port probing + distributed mDNS/BEAM)
- Capability negotiation (structural matching, SemVer versioning)
- Idris2 dependent type proofs (match safety, linear handles,
capability authenticity, composition soundness)
- Connection lifecycle (states, heartbeat, graceful degradation)
- Attestation (VeriSimDB provenance hash-chains)
- Groove Mesh (transitive composition with type-safety proofs)
- Groove Bridge (legacy adaptation, BoJ as reference)
- Security (mTLS, capability requirements, blocklists)
spec/CONFORMANCE.adoc — Four conformance levels:
Level 1 Groove-Aware, Level 2 Connected, Level 3 Proven, Level 4 Native
spec/MODULARITY.adoc — Module architecture following ABI/FFI/API triple:
Idris2 ABI → Zig FFI → V API. Dependency graph, user journeys,
stripping-back guide. Each module is self-contained.
docs/POSITIONING.adoc — Market positioning strategy:
Five audience channels, phased rollout, one-line pitches per audience.
"Groove occupies unclaimed space — it doesn't compete with anything."
harness/groove-harness.js — Universal Groove Harness:
Copy-paste boilerplate that handles discovery, connection lifecycle,
heartbeat, FLI provisioning, and attestation. Panel authors only write
their capabilities, UI, and handlers.
harness/groove-panel-template/ — Mintable panel template:
Three-step panel creation (declare capabilities, write handlers,
write UI). Everything else is automatic.
examples/ — Burble manifest (full) and minimal manifest
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent ac5794b commit 5d67d0f
13 files changed
Lines changed: 2167 additions & 279 deletions
File tree
- consent-aware-http
- groove-protocol
- docs
- examples
- harness
- groove-panel-template
- spec
- k9-svc
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 29 | | |
35 | 30 | | |
36 | 31 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
0 commit comments