developer · AVC

Build against explicit contracts.

Concepts, contracts, events, evidence and design conventions remain implementation-independent.

Developer path

Concept → contract → adapter → evidence.

Framework code is downstream of the system boundary.

  1. 01
    Understand

    Read canonical definitions and the source-of-truth hierarchy.

    complete
  2. 02
    Model

    Declare inputs, outputs, states, authority and failure behavior.

    complete
  3. 03
    Implement

    Add the smallest vertical slice through the real boundary.

    active
  4. 04
    Verify

    Run focused and repository-level checks on exact head.

    queued
  5. 05
    Document

    Update status, limitations, recovery and usage evidence.

    queued
Contract first

Build against domain and authority boundaries before framework APIs.

Jobs, capabilities, events, evidence, risk and failure behavior are stable seams that product and UI adapters must preserve.

Source hierarchy

Executable contracts outrank summaries and screenshots.

Documentation navigates the system; schemas, services and tests define current behavior.

Verification

Exact-head evidence accompanies every meaningful change.

Focused tests, build output, integration behavior, security implications and recovery remain part of implementation, not an afterthought.