Enterprise Features

ContextKit includes features for policy enforcement, corrections tracking, and monorepo support.

Policy Enforcement

contextkit check

Validate installation and enforce policy compliance based on .contextkit/policies/policy.yml.

Policy Configuration Example:

enforcement:
  testing:
    numbered_cases: warn  # off | warn | block
    coverage_threshold: 80
  code_style:
    typescript_strict: warn
contextkit checkcontextkit check --strict

Enforcement levels: off (no check), warn (warning), block (error).

Corrections Logging

contextkit note

Track AI performance issues, preferences, and improvements in .contextkit/corrections.md.

contextkit note "always use named exports" --category "Preferences" --priority LOW

Categories: AI Behavior, Preferences, Rule Updates, Trend Indicators. Use this to continuously improve AI performance over time.

Monorepo Support

Automatic Detection & Scope Selection

ContextKit automatically detects monorepo structures (Turborepo, Nx, Lerna) and classifies packages as frontend or backend.

contextkit analyze # Interactive: prompts for scopecontextkit analyze --scope both # Analyze both frontend & backend

When analyzing both, generates separate standards in .contextkit/standards/frontend/ and .contextkit/standards/backend/.

💡 Getting Started

All features are available immediately after installation — no extra setup required.

Was this helpful?

Help us improve the documentation by sharing your feedback.