@0xsarwagya/ontoly-core 0.1.0-alpha.19 → 0.1.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -4,16 +4,6 @@ Software Graph schema, stable IDs, indexes, and graph helpers for Ontoly.
4
4
 
5
5
  This package is part of [Ontoly](https://github.com/0xsarwagya/ontoly), a TypeScript-native software intelligence engine that builds a deterministic Software Graph.
6
6
 
7
- ## Responsibility
8
-
9
- `@0xsarwagya/ontoly-core` is the innermost package. It owns Software Graph
10
- contracts, stable IDs, graph helpers, graph validation primitives, and shared
11
- graph/index data structures. It does not discover repositories, parse source,
12
- run the compiler pipeline, expose transport, or render artifacts.
13
-
14
- See the repository [architecture map](../../ARCHITECTURE.md) for package
15
- boundaries.
16
-
17
7
  ## Installation
18
8
 
19
9
  ```bash
@@ -22,10 +12,10 @@ pnpm add @0xsarwagya/ontoly-core
22
12
 
23
13
  ## Status
24
14
 
25
- Public Preview package for Ontoly v0.1.0-alpha.19. The public API is versioned with the Software Graph and RFC process.
15
+ Alpha package for Ontoly v0.1.0-alpha.2. The public API is versioned with the Software Graph and RFC process.
26
16
 
27
17
  ## Links
28
18
 
29
19
  - [Repository](https://github.com/0xsarwagya/ontoly)
30
- - [Documentation](https://ontoly.sarwagya.wtf)
20
+ - [Documentation](https://oss.sarwagya.wtf/ontoly)
31
21
  - [Issues](https://github.com/0xsarwagya/ontoly/issues)