Skip to content

Commit 8b39ecf

Browse files
caohy1988claude
andcommitted
docs: move ontology reference docs from src/ontology/docs/ to docs/ontology/
The ontology reference docs (ontology, binding, compilation, cli, owl-import) were placed under src/ontology/docs/ but belong in the project's docs/ directory alongside all other documentation. Move them to docs/ontology/ and add index entries to docs/README.md. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5a2145e commit 8b39ecf

6 files changed

Lines changed: 11 additions & 0 deletions

File tree

docs/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@ architecture, rationale, and implementation plans behind key SDK features.
2323
| [context_graph_v2_design.md](context_graph_v2_design.md) | Property Graph V2 design |
2424
| [context_graph_v3_design.md](context_graph_v3_design.md) | Property Graph V3 with GQL and world-change detection |
2525
| [ontology_graph_v4_design.md](ontology_graph_v4_design.md) | YAML-driven ontology extraction and materialization |
26+
| [learning_ontology_and_context_graph.md](learning_ontology_and_context_graph.md) | Learning guide for ontology and context graph |
27+
28+
## Ontology Reference
29+
30+
| Document | Description |
31+
|----------|-------------|
32+
| [ontology/ontology.md](ontology/ontology.md) | Ontology core design — logical ontology spec |
33+
| [ontology/binding.md](ontology/binding.md) | Binding design — attaching ontology to physical tables |
34+
| [ontology/compilation.md](ontology/compilation.md) | Compilation — resolving ontology + binding into backend DDL |
35+
| [ontology/cli.md](ontology/cli.md) | CLI design for the `gm` tool (validate, compile, import-owl) |
36+
| [ontology/owl-import.md](ontology/owl-import.md) | OWL import — converting OWL ontologies to YAML format |
2637

2738
## Deployment Surfaces
2839

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)