Skip to content

Explanation

Understanding-oriented documentation: why Tend is shaped the way it is. Read these when you want the reasoning, not a procedure.

Architecture (C4 views)

The architecture is documented as C4 model views, from context down to components:

Concepts

  • Governance model — contract-not-code: why generated code is never reviewed, and what is enforced instead.
  • The evidence chain — from prompt hash to signed attestation to queryable history.
  • Boundary tiers — Tier 1 (cloud-private) inference, which is the only tier that has run, and Tier 2 (self-hosted), which is reserved and not exercised.
  • App lifecycle — owner sync, expiry, composable freeze causes, retirement and restore, durable history vs. transient Events, the cost axis; why enforcement rather than suggestion.
  • The constitution — the seven binding principles and how compliance is proven in CI.

Decisions

Significant architecture decisions are recorded as ADRs — each with context, the decision, alternatives rejected, and consequences.