The Atlas doc.haus documentation, bound to its code
180 documents

The Atlas

doc.haus documentation, bound to its code

Journeys

Getting Started

The front door: the product README and the fictional demo matter. Together they take you from a clone to a seeded "Aldgate Mills — Engagement (Demo)" workspace with five suggested exercises — cited Q&A, tabular review, multi-agent review, drafting and case-law research — without touching a real document.

  • Demo matter First run, demos to others, or safe testing of new agents and tools.
  • README First contact with the project, or when you need the product's own framing of its privacy posture.

Architecture & Design

How the system actually runs: the three-process topology (engine :4096, ingest :4500, web :5173), the OpenCode session-runtime terminology the fork inherits, provider resolution and data-egress guarantees, and a code-verified analysis that measures the prose docs against the tree and flags where they have drifted.

Legal Domain Layer

The fork's own brain: ten agents, one command and three skills under dochaus/, all plain markdown with YAML frontmatter. This is where routing precedence, citation discipline ([Document § section] with verbatim excerpts), tracked-changes-first editing and the reviewer → challenger → summarizer pipeline are defined — no TypeScript required to change agent behaviour.

Technical Specs

Design documents, mostly inherited from upstream OpenCode's V2 effort: session runner and durable-event architecture, config schema review, provider/model catalogs and policy, storage migration off the legacy db.ts wrapper, plus the fork's own Docxodus spike that validated the redline engine. Statuses range from completed migrations to open work-in-progress checklists.

Fork & Governance

The rules of the fork: AGENTS.md's mergeability-first principles (CLAUDE.md is a one-line pointer to it), the contributor guide split between doc.haus and upstream expectations, the self-hosted security posture, and the deprecated FUTURE.md that now redirects to GitHub issues.

  • CLAUDE Only to confirm where the actual guidance lives; read AGENTS.md instead.
  • Contributing to doc.haus Before opening a PR or issue — against the fork or upstream.
  • doc.haus Before writing any code in this repo — it decides where your change is allowed to live.
  • doc.haus — Future Seams (DEPRECATED) Only for history; current work is tracked on GitHub issues.
  • Security — doc.haus Evaluating doc.haus for firm deployment, exposing it beyond localhost, or reporting a vulnerability.

Package Docs

READMEs and design notes shipped inside the upstream OpenCode packages (packages/*). Indexed for search so upstream concepts are findable, but not curated — they document code the fork deliberately never edits.

Upstream Dev Config

OpenCode's own development config inherited under .opencode/ — dev agents, commands and prompt fragments. Search-only: useful for understanding how upstream works on itself, out of scope for the fork's documentation.

Doc Builds

The Atlas's own paper trail: which commit each curation pass was authored against and what changed in the authored layer between builds.

  • Atlas doc-build log Checking how stale the authored curation is before trusting a summary, or before running an --update pass.