Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.24 KB

File metadata and controls

37 lines (26 loc) · 1.24 KB

CodeGraphX Documentation

This directory contains the maintained project documentation for the public repo.

Start Here

Suggested Reading Order

  1. Read the root README.md for installation and quick start.
  2. Read commands.md for CLI usage.
  3. Read design.md and schema.md if you are changing pipeline behavior.
  4. Read security-architecture.md before changing query execution or loading behavior.

Validation

For current validation guidance, see VERIFY.md.

Typical commands:

python -m pytest -q
python -m codegraphx --help

For the full Windows release gate:

powershell -ExecutionPolicy Bypass -File .\scripts\release_check.ps1