Files
boc/docs/design
Bernt b934797e65 docs: Field Trial Log v1.1 — Pilot phases + filming protocol
- Added four pilot phases (product research, not marketing):
  1. Collection — what can actually be detected?
  2. Analysis — are decisions understandable?
  3. Verification — was recommendation correct?
  4. Reflection — what needs to change?

- Measurement principle:
  - Not: Did AI find a crack?
  - But: Did this become a decision a real person could act on?

- Document 'non-decisions' — equally valuable as clear decisions
- Film workflow, not just infrastructure:
  - How you find area, choose mission, document
  - What feels unclear, when you become uncertain
  - When system saves time

- Observer mindset: document first, change model later
  - Build model from real workflows, not assumptions

Rationale: First 20-50 real missions teach more than months of modeling.
2026-07-02 12:21:20 +00:00
..

Landvex Design System

Documentation Structure

docs/design/
├── README.md                    # This file
├── COMPLIANCE_MATRIX.md         # Component readiness tracking
├── LANDVEX_DESIGN_CONSTITUTION.md  # UX principles (Level 3)
├── LANDVEX_DESIGN_SPECIFICATION.md # Technical contract (Level 5)
├── foundations/                 # Frozen foundations
│   ├── FOUNDATIONS-v1.0.md      # Freeze contract
│   ├── TOKEN_PHILOSOPHY.md      # Token rules
│   ├── SEMANTIC_COLOR_SYSTEM.md # Color tokens
│   ├── GRID_ELEVATION.md        # Layout & depth
│   ├── AI_DESIGN_PRINCIPLES.md  # AI governance
│   ├── COMPONENT_TEMPLATE.md    # RFC template
│   ├── RFC_DEFINITION_OF_DONE.md # Quality gate
│   ├── DESIGN_ANTI_PATTERNS.md  # Forbidden patterns
│   ├── COMPONENT_DECISION_TREE.md # Selection guide
│   ├── GLOSSARY.md              # Common language
│   ├── BRAND_PALETTE.md         # Brand colors
│   └── RELEASE_DEFINITION.md    # Release gates
├── components/                  # Component RFCs
│   ├── RFC-002-Input.md
│   ├── RFC-003-Select.md
│   └── RFC-004-Card.md
└── platform/                    # Cross-cutting governance
    └── README.md

Status

Foundations v1.0 — FROZEN

Components build on foundations. Foundations do not change without v2.0 RFC.