Commit Graph

2 Commits

Author SHA1 Message Date
Markus Maiwald 3d00e1a38e docs: complete TrustGraph.ai-style documentation restructure
New docs/ layout:
- src/index.md - Landing page
- src/getting-started/ - Installation, first node, concepts
- src/architecture/ - L0-L4 stack documentation
- src/for-agents/ - AI-focused docs (Day Zero, RFC-0290, emergence)
- src/tutorials/ - 3 hands-on tutorials (hello-world, chat, agent-bridge)
- src/rfcs/ - All RFC specifications
- mkdocs.yml - Site configuration

Old docs archived to docs/archive/
Total: ~4,000 lines new documentation

Built by 3 parallel subagents:
2026-02-08 16:57:23 +01:00
Markus Maiwald c8ba5ea532 feat(all): Complete Phase 2 and Phase 3 Implementation
- l1-identity:
  - Vector Clocks (vector.zig) and Causality tracking
  - Trust Graph (trust_graph.zig) and Reputation logic
  - Proof of Path (proof_of_path.zig)
  - PQXDH Protocol (pqxdh.zig) with LibOQS integration
  - Argon2/SoulKey hardening
- builds:
  - Integrated static liboqs build script
  - Updated build.zig for modular linkage
- docs:
  - Added Phase 3 completion report
  - Added build instructions
2026-01-30 23:24:01 +01:00