ktx/examples/orbit-relationship-verification
Andrey Avtomonov 075764fe77
[codex] Add Conductor workspace setup (#5)
* Add Conductor workspace setup

* Refine Conductor setup script structure

* Separate Conductor setup steps

* Consolidate Conductor setup script

* Use KTX env var for agent overlays

* Restore Orbit verification summary docs
2026-05-11 10:40:30 +02:00
..
ktx.yaml rename klo to ktx 2026-05-10 23:51:24 +02:00
README.md [codex] Add Conductor workspace setup (#5) 2026-05-11 10:40:30 +02:00

Orbit-style relationship discovery verification

This KTX project backs the default relationships:verify-orbit command. It uses the checked-in Orbit-style SQLite fixture from the relationship discovery benchmark corpus, with no declared primary keys or foreign keys in the database schema.

Run from the KTX workspace root:

pnpm run relationships:verify-orbit

Expected relationship summary:

Accepted: 9
Review: 0
Rejected: 0
Skipped: 0

The command refreshes:

examples/orbit-relationship-verification/reports/orbit-verification.md

Use a real local Orbit project by overriding the project directory:

KTX_ORBIT_PROJECT_DIR=/path/to/orbit-project pnpm run relationships:verify-orbit