@corrdex/shared

v1.0.9

Published

Shared Corrdex protocol and snapshot contracts.

Readme

Corrdex Shared

This package is the separation boundary between:

  • local raw-code processing in the extension
  • hosted architectural intelligence in core

It contains only protocol/data shapes:

  • AST snapshot DTOs
  • dependency graph DTOs
  • AI/remote transport contracts
  • AST analysis request/response contracts

It must not contain:

  • parser execution
  • classification logic
  • semantic inference
  • policy compilation
  • architectural findings logic
  • scoring logic