This directory contains the maintained project documentation for the public repo.
commands.md: CLI command reference and examplesdesign.md: pipeline stages, execution model, and artifactsschema.md: graph entities, identities, and relationshipsqueries.md: common Cypher usage patternssecurity-architecture.md: security model and safeguardsroadmap.md: planned workcompletion_plan.md: contributor execution checklist
- Read the root
README.mdfor installation and quick start. - Read
commands.mdfor CLI usage. - Read
design.mdandschema.mdif you are changing pipeline behavior. - Read
security-architecture.mdbefore changing query execution or loading behavior.
For current validation guidance, see VERIFY.md.
Typical commands:
python -m pytest -q
python -m codegraphx --helpFor the full Windows release gate:
powershell -ExecutionPolicy Bypass -File .\scripts\release_check.ps1