Expand description
Semantic diff between ontology catalogs and Git refs.
Structs§
- Annotation
Change - Axiom
Change - Breaking
Change - Diff
Result - Diff
Summary Counts - Entity
Change - GitDiff
Spec - Import
Change - Inference
Change
Enums§
Functions§
- apply_
unsat_ diff - Merge unsatisfiability sets into inference + breaking sections.
- catalog_
at_ git_ ref - catalog_
at_ worktree - Build catalog from ontology files in the working tree: git-indexed paths plus untracked workspace files (respecting path jail and scan limits).
- diff_
catalogs - diff_
directories - diff_
git_ refs - diff_
git_ refs_ with_ catalogs - Like
diff_git_refs, but also returns the left and right catalogs used for the diff. - discover_
repo_ root - format_
diff_ json - format_
diff_ markdown - format_
diff_ pr_ summary - format_
diff_ text - is_
indexed_ catalog_ ref - Indexed in-memory catalog (LSP last index). Legacy alias:
WORKSPACE. - is_
worktree_ ref - Filesystem / git worktree catalog (uncommitted or working tree snapshot).
- parse_
git_ range - Parse
main..feature,main...feature(merge-base), or single ref vs WORKTREE.