@opensip-cli/graph-python 0.1.9 → 0.1.11
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 +4 -2
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -10,6 +10,8 @@ This is a **graph language adapter**. Install it alongside the CLI to add langua
|
|
|
10
10
|
|
|
11
11
|
Part of [**opensip-cli**](https://github.com/opensip-ai/opensip-cli) — an open-source codebase intelligence CLI: fitness checks (`fit`), static call-graph analysis (`graph`), and simulation (`sim`).
|
|
12
12
|
|
|
13
|
+
**Distribution model:** the published `opensip-cli` npm package is a full-stack bundle of first-party tools, check packs, and language adapters. Third-party tools install separately via the `opensipTools` manifest and host allowlist; a slim install without bundled tools is not a current goal.
|
|
14
|
+
|
|
13
15
|
## Install
|
|
14
16
|
|
|
15
17
|
Most users install the CLI, which bundles the first-party tools:
|
|
@@ -23,8 +25,8 @@ This package is published for the CLI and advanced plugin authors; most users sh
|
|
|
23
25
|
## Documentation
|
|
24
26
|
|
|
25
27
|
- 📚 Project docs: https://opensip.ai/docs/opensip-cli/
|
|
26
|
-
- 🧭 Package catalog (what every package does): https://github.com/opensip-ai/opensip-cli/blob/v0.1.
|
|
27
|
-
- 📦 Source: https://github.com/opensip-ai/opensip-cli/tree/v0.1.
|
|
28
|
+
- 🧭 Package catalog (what every package does): https://github.com/opensip-ai/opensip-cli/blob/v0.1.11/docs/public/70-reference/02-package-catalog.md
|
|
29
|
+
- 📦 Source: https://github.com/opensip-ai/opensip-cli/tree/v0.1.11/packages/graph/graph-python
|
|
28
30
|
|
|
29
31
|
## License
|
|
30
32
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensip-cli/graph-python",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.11",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Python language adapter for the opensip graph engine",
|
|
6
6
|
"keywords": [
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"NOTICE"
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@opensip-cli/core": "0.1.
|
|
39
|
-
"@opensip-cli/
|
|
40
|
-
"@opensip-cli/
|
|
41
|
-
"@opensip-cli/
|
|
42
|
-
"@opensip-cli/graph
|
|
38
|
+
"@opensip-cli/core": "0.1.11",
|
|
39
|
+
"@opensip-cli/tree-sitter": "0.1.11",
|
|
40
|
+
"@opensip-cli/lang-python": "0.1.11",
|
|
41
|
+
"@opensip-cli/graph-adapter-common": "0.1.11",
|
|
42
|
+
"@opensip-cli/graph": "0.1.11"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@types/node": "^24.13.2",
|