Skip to content
Pilox

Docs_archive

Documentation index

Source docs/README.md · All_docs

Index of documents useful for understanding and operating the product.

Deployment model: Hive is intended to run via Docker (Compose / Kubernetes). The os/ directory is an optional appliance layer and is not required for running Hive.

Scroll horizontally →
DocumentContents
ROADMAP_2026_EXEC_SUMMARY.mdDirection 2026 (1 page) — principes (mesh additif, NATS avant DHT, Stripe + légal), jalons trimestriels recadrés, risques.
ROADMAP_2026_ENGINEERING_CHECKLIST.mdChecklist technique — tickets par trimestre, fichiers du dépôt, critères de done (fédération, Stripe, NATS, release 1.0).
GETTING_STARTED.mdDev local — Docker Postgres/Redis, minimal .env.local, migrate, seed, dev server, troubleshooting, optional mesh.
DOCKER_ONLY.mdDocker-only — what to run, what to ignore (os/), links to the authoritative guides.
SERVER_INSTALL.mdInstallation sur un serveur (FR) — Compose prod, DNS, Let’s Encrypt, wizard /setup, migrations, dépannage.
PRODUCTION.mdEnvironment variables, TLS, health (/api/health), bootstrap, RBAC, backups, security links, Stripe webhooks (/api/webhooks/stripe).
STRIPE_LOCAL_DEV.mdStripe en local — CLI stripe listen, variables, cartes de test, événements webhooks.
RUNBOOK.mdIncidents, DB restoration, key rotation, post-deployment checks.
A2A_INTEGRATION.md@hive/a2a-sdk integration (routes, Redis, env).
MESH_PUBLIC_A2A.mdUnauthenticated opt-in JSON-RPC (allowlist, rate limit, threats) — V2.3 bootstrap.
A2A_OPS_AUDIT.mdA2A operational audit (scalability, multi-worker limitations).
PETIT_GROS_AUDIT.mdShort cross-cutting audit: public APIs, Redis, CORS, A2A, priorities.
CHECKUP_AUDIT.mdFull audit / checkup: tsc, tests, ESLint, npm audit, mesh DoD summary.
MESH_V1_REDIS_BUS.mdShort spec: A2A + Redis pub/sub, v1 delivery guarantees.
MESH_V1_DONE.mdMesh v1 definition of done (100% checklist for local scope).
MESH_V2_GLOBAL.mdMesh V2 — WAN objective; V2.0.x = config + probe; V2.1 = JSON-RPC transport (shared secret + operator proxy).
MESH_PLANETARY_TRACE.mdP1–P6 Traceability: doc index ↔ OpenAPI schemas ↔ code (mesh-version, registry stub, public A2A).
MESH_PLANETARY_PRODUCT.mdMVP product scope P1–P3: what is delivered (including WAN ingress → Redis).
MESH_PLANETARY_DEV_STACK.mdPlanetary dev stack — start with the TL;DR section (NATS + core + smoke); then JetStream details, curl, X-Forwarded-For.
CDC_REGISTRY_PUBLIC.mdCDC registry public — cahier des charges opérationnel + produit pour services/registry (API v1, sécurité, déploiement, intégration marketplace).
MESH_FEDERATION_RUNBOOK.mdRunbook for pairing 2+ instances (env, curls, incidents, secret rotation).
MESH_WAN_COMPLETE_DEPLOYMENT.mdGuide opérateur : déploiement complet registry + gateway + bridge + NATS + Hive (ordre, secrets, TLS, vérifs).
MESH_WORLD_NETWORK_EPIC.mdEpic (planning): DHT/discovery, WAN relays/transport, centralized policy, multi-region SLO — GitHub issue templates + PR order.
MESH_DHT_OPERATOR_RUNBOOK.mdOps: run libp2p-dht-node, copy multiaddrs into Hive + registry DHT hint env vars (/.well-known, registry health).
ADR-dht-directory-records.mdADR: DHT directory vs P1 registry (trust, TTL, witnesses) — design only.
MESH_CENTRALIZED_POLICY.mdOrg-wide policy distribution, versioning, audit (MVP = GitOps env).
MESH_ROLLOUT_PLAYBOOK.mdFeature flags, kill switches, exit criteria for mesh/WAN rollouts.
deploy/nats-jetstream-hive-mesh-wan.example.mdExample NATS JetStream stream for subject hive.mesh.wan (transport-bridge).
deploy/p3-jetstream-multi-site-lab.mdTwo-footprint JetStream lab (hub/leaf, SLO probes) — not single-cluster CI.
Helm: deploy/helm/README.mdChart index (gateway, transport-bridge, registry).
deploy/kubernetes/README.mdExample Job manifests (P3 NATS smoke).
MARKETPLACE_ARCHITECTURE.mdIn-app marketplace (catalog, cache, pins, import/deploy + marketplace provenance).
MARKETPLACE_V2_SCALING.mdV2: DB index, worker, pagination, Playwright E2E, roadmap (discovery / reputation / billing).
BILLING_METERING_SOURCES.mdCartographie — wallet/Stripe app principale vs metering Hive market-place (quota tokens).
ADR/001-billing-stripe-internal-credits.mdADR — Stripe + crédits internes (ledger Postgres).
THREAT_MODEL.mdThreat / surface / mitigation overview.
TECH_VISION.mdLong-term vision (OSS layers, confidential computing, mesh, etc.).
llm-optimization.mdInference optimization spec (VM pause, Redis proxy, phases).
packages/a2a-sdk/docs/ARCHITECTURE.mdA2A SDK architecture (Noise, Zod, rate limit, audit).

CDC deliverables (Word) and associated scripts live under CDC/ at the repository root.


Developer Quick Start

  1. GETTING_STARTED.md (authoritative walkthrough)
  2. app/README.md — compact reference from the app/ directory
  3. app/package.jsonnpm run dev, db:*, test