Namaste Ji by Ayushman Dash

Docs / readme.md · mirrored from the repo

Namaste Ji — documentation map

The index for every design/ops doc in the repo. Architecture & technical decisions live here; business research, roadmap, and planning live in Notion (hub “Namaste Ji 🌅”). Repo entry points for agents: ../CLAUDE.md../AGENTS.md.

Most docs carry a status banner (design/brainstorm vs operational) and a decisions log with stable IDs (D-*, DS-*, CP-*, AK-*, AP-*, OR-*, BO-*, CI-*, FL-*, FE-*, SEC-*, P-*). Cite IDs when referencing a decision.

Start here (the meta layer)

DocWhat it gives you
SYSTEM-DESIGN.mdOne consolidated view of how everything fits — the planes, the end-to-end content flow, the spine, the feedback loops
PRINCIPLES.mdThe first principles (product · engineering · agent · distribution · security) that recur across every doc
FRAMEWORKS.mdThe tech stack + the recurring code patterns (ports/adapters, versioned Zod contracts, the Kernel, isomorphic serving) and why each was chosen
GLOSSARY.mdThe domain + system vocabulary in one place
ARCHITECTURE.mdThe foundational two-plane design, Control DO, observability, auth (decisions D1–D8)

The planes (deep design)

DocOwns
CREATIVE-PLANE.mdAgent org, the brief/strategy contract, content lifecycle, eval/Judge, ingest (CP-*)
CONTENT-PRODUCTION.mdExecution half: Content Director → Creator (batch), Heimdall QA, publish gate
DISTRIBUTION.mdCatalog → users: feed algorithm, anti-virality, novelty/rarity, edge logistics (DS-*)
BACK-OFFICE.mdControl-plane platform: local mesh, ports, RBAC, Secrets Store, environments (BO-*)
FRONTEND.mdThe consumer app plane: RN+Expo universal (web-first), feed client, auth funnel, i18n, push, UX (FE-*) — plan/status: FRONTEND-PLAN.md; app styling: consumer/STYLE-GUIDE.md
EVENTS-AND-ANALYTICS.mdInteraction events & analytics: state/stream/features split, Pipelines→Iceberg lake, feature pipeline, DPDP compliance architecture (EV-*)
FEED-SERVING.mdFeed serving & personalization: three-loop architecture, per-user slates + buffering, multi-interest user vectors + negatives, LLM slow brain, phased build (FS-*)
NOTIFICATION-SERVICE.mdPush/notification substrate

Agents

DocOwns
agents/AGENT-PLATFORM.mdThe platform: substrate, ports, manifest schema, memory, reflection (AP-*)
agents/AGENT-KERNEL.mdThe reusable agent anatomy — one shape every agent instantiates (AK-*)
agents/AGENT-KERNEL-RUNTIME.mdThe kernel’s runtime implementation notes
agents/ORCHESTRATION.mdMulti-agent topology: subagents-as-tools, online/offline planes (OR-*)
agents/CREATIVE-HEAD.mdThe first/reference Kernel instance (VP Content)
agents/CALENDAR-SEED-PLAYBOOK.mdEvents-calendar seeding playbook

Back-office console (surfaces)

DocOwns
console/DESIGN-PATTERNS.mdReusable object-presentation patterns (classify shape → apply contract)
console/CONTENT-SURFACES.mdProduction/staging/Heimdall/DLQ IA + wireframes
console/AGENT-HUB.mdAgent hub surface
console/FEED-LAB.mdThe recommendation/feed-algorithm playground (FL-*) + mockup

Operations & platform

DocOwns
INFRASTRUCTURE.mdCloudflare substrate: resources, purpose, setup, account pinning
CI-CD.mdBuild/deploy strategy: CI-as-deployer, path-scoped, staging/prod (CI-*)
RUNNING-LOCALLY.mdFull local runbook (Docker Compose mesh)
LOCAL-LLM.mdLocal LLM + AI-Gateway parity path
CLAUDE-CODE-SETUP.mdConfiguring Claude Code / agentic dev for this repo
SECURITY-ISO27001.mdSecurity posture + ISO 27001 readiness (SEC-*)

Product & brand

DocOwns
BRAND.md · brand/ · brand-tokens.jsonBrand system + tokens
ROADMAP.mdTechnical roadmap (business roadmap → Notion)
SHOWCASE.mdThe public showcase: two-door story site (See it / Build it), the open read-only console, the Guide (founder avatar, playable tour), the starter kit; hosting + PR ladder (SH-*)

Suggested reading order (new contributor / agent)

  1. ARCHITECTURE.mdSYSTEM-DESIGN.md — the shape.
  2. PRINCIPLES.md — the why behind the shape.
  3. FRAMEWORKS.md + GLOSSARY.md — the how and the words.
  4. The plane you’re touching (Creative / Production / Distribution / Back-office / Agents).
  5. INFRASTRUCTURE.md + CI-CD.md + RUNNING-LOCALLY.md — to run + ship it.