oss.sarwagya.wtf

Read Artifacts

Inspect the graph files generated under .ontoly.

After ontoly build, inspect the graph:

ontoly inspect
ontoly graph --json

The canonical artifact is:

.ontoly/SoftwareGraph.json

Derived 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.