oss.sarwagya.wtf

Introduction

What Ontoly builds, what it refuses to be, and where to start.

Ontoly turns a TypeScript repository into a deterministic Software Graph.

Most developer tools keep rebuilding the same partial understanding of a codebase. Agents search files. Documentation tools parse declarations. SDK generators reconstruct schemas. Architecture tools rebuild dependency graphs. Ontoly gives those tools one shared semantic layer.

The product is the graph.

Ontoly does not answer questions, generate code, or reason with AI. It discovers files, parses source, resolves symbols, extracts relationships, builds indexes, and persists a graph that other tools can consume.

Where to start

Release references

Boundaries

  • Not a chat interface.
  • Not an AI agent.
  • Not vector search.
  • Not hosted SaaS.
  • Not code generation.

Plugins may build AI-facing tools, SDK generators, docs, diagrams, or reports. The compiler remains deterministic and AI-free.

Status

Release Candidate. The TypeScript frontend, Software Graph, Query Engine, MCP, Skills, validation lab, and benchmarks are in v1 freeze. Changes that affect the graph contract, public APIs, packages, or skill compatibility still require the RFC and release-gate process.