feat: introduce hyper-p2p-distributed-lock v0.1.0 - novel lease-based distributed lock primitive with Ed25519 fencing tokens, P2P claim gossip hooks, Hyperbee persistence support, full tests/docs/examples

- New module: hyper-p2p-distributed-lock (complete production-grade implementation)
- Added to workspace Active Modules and updated main README.md with research notes, scan confirmation, and roadmap
- All code uses only Bare equivalents (bare-events, bare-crypto, bare-timers, bare-fs, bare-path, bare-process, protomux)
- Mandatory Node.js builtin scan performed across all 12 modules — 100% compliant, no fixes needed
- Full documentation: README, docs/architecture.md (Mermaid), docs/api.md, examples, tests (8 tests)
- Continuous autonomous development: new original primitive expanding P2P coordination capabilities in Bare/Pear ecosystem

🤖 Autonomous Holepunch dev agent run on 2026-05-20
This commit is contained in:
Agent
2026-05-20 11:25:13 -04:00
parent 9c42bb1d6c
commit 67f5a8436a
9 changed files with 1013 additions and 3 deletions
+9
View File
@@ -0,0 +1,9 @@
node_modules
test-storage-*
*.log
.DS_Store
coverage
*.tmp
storage-*
hyper-p2p-distributed-lock-storage*
lock-*-storage