Read Artifacts
Inspect the graph files generated under .ontoly.
After ontoly build, inspect the graph:
ontoly inspect
ontoly graph --jsonThe canonical artifact is:
.ontoly/SoftwareGraph.jsonDerived artifacts exist for fast local access and human inspection:
.ontoly/graph.json
.ontoly/indexes.json
.ontoly/diagnostics.json
.ontoly/metadata.json
.ontoly/statistics.json
.ontoly/cache.json.ontoly/graph.json is written as a compatibility alias for older tools.
Downstream tools should prefer the public packages over manually depending on private artifact details.