Verticals guide
Vertical packages (lending, legal, healthcare, etc.) extend the gateway with domain-specific tools while sharing security, memory, and audit infrastructure.
No vertical packages are shipped yet. This page indexes how to enable and build them from the Contributor Technical Specification.
Design rules
- Verticals never import other verticals — cross-domain operations route through
clawql-api.execute() - Disabled verticals have zero runtime footprint (Operator /
ClawQLInstanceCRD) - Each vertical declares
maxClassificationLevel, required ATR purposes, and Presidio policies
Enabling a vertical
- Set vertical flags in Tier 2+
ClawQLInstancespec (see Deployment & Operations Guide) - Register vertical plugins at gateway startup per contributor spec § vertical packages
- Run vertical-specific evaluation suites before production promotion
Building a new vertical
→ Contributor Technical Specification — vertical plugin interface, Effect-TS patterns, and CI dependency rules
→ Modularization v2.1 — opt-in package ecosystem
