WRIT Documentation

WRIT detects misalignment between what people expect and what is actually true — powered by three-valued logic, domain models, and structured expectations.

Architecture
┌─────────────┐     ┌──────────────┐     ┌──────────────┐
│  CSV / API  │────▶│    kbpy      │────▶│   writ-kb    │
│  (sources)  │     │  (engine)    │     │   (UI)       │
└─────────────┘     └──────┬───────┘     └──────────────┘
                           │
                    ┌──────▼───────┐
                    │  Domain DSL  │
                    │  .kb files   │
                    └──────┬───────┘
                           │
              ┌────────────┼────────────┐
              ▼            ▼            ▼
        ┌──────────┐ ┌──────────┐ ┌──────────┐
        │ Entities │ │Partitions│ │Campaigns │
        │ & Types  │ │& Predic. │ │& Expects │
        └──────────┘ └──────────┘ └──────────┘