- Lint, types, tests, and build pass.
- Smoke pipeline succeeds in non-DB mode.
- Command docs reflect actual CLI behavior.
- Snapshot/delta workflow verified on changed fixture input.
-
Validate environment
codegraphx doctor --skip-neo4j
-
Run quality gate
powershell -ExecutionPolicy RemoteSigned -File .\check_project.ps1
-
Run non-DB smoke
powershell -ExecutionPolicy RemoteSigned -File .\scripts\smoke_no_db.ps1 -ReportPath smoke_no_db_report.json
-
Run combined release check
powershell -ExecutionPolicy RemoteSigned -File .\scripts\release_check.ps1
-
Review generated artifacts
data/*.json*smoke_no_db_report.json
- If parse/extract counts regress, inspect
parse.meta.jsonandextract.meta.json. - If delta output is empty unexpectedly, verify snapshot inputs and event hash source.
- If load fails, run
doctorand inspect Neo4j credentials in settings.