#6910: Holochain Integration Example Configurations
docs
Cluster:
UI and Model Management Enhancements
This directory contains example configurations for different Holochain integration scenarios.
## Files
- `holochain-disabled.json` - Default mode (no Holochain)
- `holochain-hybrid.json` - Hybrid mode with DHT session storage
- `holochain-full-p2p.json` - Full P2P mode with complete decentralization
- `holochain-enterprise.json` - Enterprise configuration with security features
- `holochain-a2a-economy.json` - Agent-to-Agent economy with Solana/USDC
<!-- greptile_comment -->
<h2>Greptile Overview</h2>
<h3>Greptile Summary</h3>
This PR adds a new Holochain configuration surface: example JSON configs and extensive docs (`docs/holochain.md`, roadmap), plus new config types and zod schemas (`src/config/types.holochain.ts`, `src/config/zod-schema.holochain.ts`) and UI schema hints (`src/config/schema.ts`). It also introduces `applyHolochainDefaults` and a dedicated test suite for those defaults.
Main gap: the new defaults function is not currently wired into the config IO/validation default-application pipeline, so enabling `holochain.mode` in real configs won’t actually receive the intended default values.
<h3>Confidence Score: 3/5</h3>
- This PR looks mostly safe to merge, but has a functional integration gap in how Holochain defaults are applied.
- The schema/type additions are self-contained and the defaults logic is unit-tested, but `applyHolochainDefaults` is not invoked during config load/write/validation flows, so expected behavior won’t occur in production. There’s also a minor sensitivity-hint gap for wallet seed phrases.
- src/config/io.ts, src/config/validation.ts, src/config/schema.ts
<!-- greptile_other_comments_section -->
<sub>(2/5) Greptile learns from your feedback when you react with thumbs up/down!</sub>
<!-- /greptile_comment -->
Most Similar PRs
#8546: Fix/config UI improvements
by RandomRaine · 2026-02-04
66.7%
#10943: fix(config): resolve Control UI "Unsupported schema node" for confi...
by kraftbj · 2026-02-07
66.5%
#7892: Claude/setup agent firewall ww xsv
by starwreckntx · 2026-02-03
65.9%
#3396: Config: gateway.unhandledRejections (warn|exit)
by diegoaledesma · 2026-01-28
65.7%
#5823: fix(config): exit cleanly on invalid config instead of high CPU loop
by gavinbmoore · 2026-02-01
65.1%
#3561: fix: fail fast when both state dirs exist
by adityarao3 · 2026-01-28
65.0%
#9909: Gateway: add HITL approvals integration
by FletcherFrimpong · 2026-02-05
64.8%
#13838: UI: fix config panel CI failures and modularize rendering
by fresed05 · 2026-02-11
64.8%
#11457: feat: Add hybrid memory mode with auto-created daily log templates
by Undertone0809 · 2026-02-07
64.7%
#11915: Docs: Docker + reverse proxy deployment notes and pairing pitfalls
by walshd1 · 2026-02-08
64.7%