Add files using upload-large-folder tool
Browse files- graph/README.md +23 -20
- graph/communities.json +7 -4
- graph/entity-overlays.jsonl +0 -0
- graph/sample-top60.html +0 -0
- graph/viz-ai-agents.html +0 -0
- graph/viz-overview.html +0 -0
- graph/viz-python.html +0 -0
- graph/viz-security.html +0 -0
graph/README.md
CHANGED
|
@@ -4,13 +4,13 @@ This directory ships the pre-built ctx LLM-wiki and knowledge graph.
|
|
| 4 |
|
| 5 |
Current snapshot:
|
| 6 |
|
| 7 |
-
- **102,
|
| 8 |
-
- **2,913,
|
| 9 |
- **52 Louvain communities**
|
| 10 |
-
- **91,
|
| 11 |
-
- **467 agent pages**
|
| 12 |
-
- **10,
|
| 13 |
-
- **207 harness pages**
|
| 14 |
- **89,465 hydrated `SKILL.md` bodies**
|
| 15 |
- **28,612 long skill bodies converted through the micro-skill gate**
|
| 16 |
|
|
@@ -23,11 +23,12 @@ The runtime recommendation paths use this graph in two ways:
|
|
| 23 |
|
| 24 |
| File | Contents |
|
| 25 |
|---|---|
|
| 26 |
-
| `wiki-graph-runtime.tar.gz` | Fast install artifact used by default `ctx-init --graph`: `graphify-out/*`, the skill index, 207 harness pages, wiki index files, and Obsidian metadata needed for recommendations and harness dry-runs without expanding every entity page |
|
| 27 |
| `wiki-graph.tar.gz` | Full LLM-wiki: entity pages, converted skill bodies, mirrored agent bodies, concept pages, `graphify-out/graph.json`, `graph-delta.json`, export manifest, communities, skill indexes, and Obsidian metadata |
|
| 28 |
| Skill catalog gzip | Compressed skill index for the 89,465 body-backed skill entries shipped in the wiki |
|
| 29 |
| `communities.json` | Current Louvain community export |
|
| 30 |
-
| `
|
|
|
|
| 31 |
| `viz-overview.html` | Plotly overview of the graph |
|
| 32 |
| `viz-python.html` | Python-focused graph view |
|
| 33 |
| `viz-security.html` | Security-focused graph view |
|
|
@@ -110,14 +111,14 @@ For release-count validation, pin the exact snapshot numbers:
|
|
| 110 |
|
| 111 |
```bash
|
| 112 |
python src/validate_graph_artifacts.py --deep \
|
| 113 |
-
--expected-nodes
|
| 114 |
-
--expected-edges
|
| 115 |
-
--expected-semantic-edges
|
| 116 |
-
--expected-harness-nodes 207 \
|
| 117 |
-
--expected-skill-pages
|
| 118 |
-
--expected-agent-pages 467 \
|
| 119 |
-
--expected-mcp-pages
|
| 120 |
-
--expected-harness-pages 207
|
| 121 |
```
|
| 122 |
|
| 123 |
Manual sanity checks:
|
|
@@ -205,14 +206,16 @@ unpark and stage the artifacts exactly once:
|
|
| 205 |
|
| 206 |
```bash
|
| 207 |
python scripts/graph_artifact_guard.py unpark
|
| 208 |
-
git add graph/wiki-graph.tar.gz graph/wiki-graph-runtime.tar.gz
|
|
|
|
| 209 |
python scripts/graph_artifact_guard.py prune
|
| 210 |
```
|
| 211 |
|
| 212 |
If a local Git integration gets interrupted while artifacts are dirty,
|
| 213 |
-
`python scripts/graph_artifact_guard.py prune` removes
|
| 214 |
-
|
| 215 |
-
|
|
|
|
| 216 |
|
| 217 |
For a bulk skill refresh, update the existing shipped tarball through the
|
| 218 |
release refresh path:
|
|
|
|
| 4 |
|
| 5 |
Current snapshot:
|
| 6 |
|
| 7 |
+
- **102,928 graph nodes**
|
| 8 |
+
- **2,913,960 graph edges**
|
| 9 |
- **52 Louvain communities**
|
| 10 |
+
- **91,464 skill entity pages**; **89,465** have hydrated catalog bodies
|
| 11 |
+
- **467 agent pages**
|
| 12 |
+
- **10,790 MCP server pages**
|
| 13 |
+
- **207 harness pages**
|
| 14 |
- **89,465 hydrated `SKILL.md` bodies**
|
| 15 |
- **28,612 long skill bodies converted through the micro-skill gate**
|
| 16 |
|
|
|
|
| 23 |
|
| 24 |
| File | Contents |
|
| 25 |
|---|---|
|
| 26 |
+
| `wiki-graph-runtime.tar.gz` | Fast install artifact used by default `ctx-init --graph`: `graphify-out/*`, the skill index, 207 harness pages, wiki index files, and Obsidian metadata needed for recommendations and harness dry-runs without expanding every entity page |
|
| 27 |
| `wiki-graph.tar.gz` | Full LLM-wiki: entity pages, converted skill bodies, mirrored agent bodies, concept pages, `graphify-out/graph.json`, `graph-delta.json`, export manifest, communities, skill indexes, and Obsidian metadata |
|
| 28 |
| Skill catalog gzip | Compressed skill index for the 89,465 body-backed skill entries shipped in the wiki |
|
| 29 |
| `communities.json` | Current Louvain community export |
|
| 30 |
+
| `entity-overlays.jsonl` | Release overlay for first-class entities added after the base graph export; installed beside `graphify-out/graph.json` by `ctx-init --graph` |
|
| 31 |
+
| `graphify-out/dashboard-neighborhoods.sqlite3` inside both tarballs | Compact top-neighbor index used by `ctx-monitor` so `/api/graph/<slug>.json` does not cold-parse the 818 MiB graph JSON |
|
| 32 |
| `viz-overview.html` | Plotly overview of the graph |
|
| 33 |
| `viz-python.html` | Python-focused graph view |
|
| 34 |
| `viz-security.html` | Security-focused graph view |
|
|
|
|
| 111 |
|
| 112 |
```bash
|
| 113 |
python src/validate_graph_artifacts.py --deep \
|
| 114 |
+
--expected-nodes 102928 \
|
| 115 |
+
--expected-edges 2913960 \
|
| 116 |
+
--expected-semantic-edges 1683193 \
|
| 117 |
+
--expected-harness-nodes 207 \
|
| 118 |
+
--expected-skill-pages 91464 \
|
| 119 |
+
--expected-agent-pages 467 \
|
| 120 |
+
--expected-mcp-pages 10790 \
|
| 121 |
+
--expected-harness-pages 207
|
| 122 |
```
|
| 123 |
|
| 124 |
Manual sanity checks:
|
|
|
|
| 206 |
|
| 207 |
```bash
|
| 208 |
python scripts/graph_artifact_guard.py unpark
|
| 209 |
+
git add graph/wiki-graph.tar.gz graph/wiki-graph-runtime.tar.gz \
|
| 210 |
+
graph/skills-sh-catalog.json.gz graph/communities.json graph/entity-overlays.jsonl
|
| 211 |
python scripts/graph_artifact_guard.py prune
|
| 212 |
```
|
| 213 |
|
| 214 |
If a local Git integration gets interrupted while artifacts are dirty,
|
| 215 |
+
`python scripts/graph_artifact_guard.py prune` removes prunable local LFS cache
|
| 216 |
+
entries. It does not delete tracked graph files, rewrite history, or change the
|
| 217 |
+
remote LFS store. Repo-wide `git prune --expire=now` is intentionally opt-in via
|
| 218 |
+
`--include-git-prune` because it can discard unrelated dangling recovery objects.
|
| 219 |
|
| 220 |
For a bulk skill refresh, update the existing shipped tarball through the
|
| 221 |
release refresh path:
|
graph/communities.json
CHANGED
|
@@ -8085,7 +8085,9 @@
|
|
| 8085 |
"skill:wordpress-centric-high-seo-optimized-blogwriting-skill",
|
| 8086 |
"skill:x-article-publisher-skill",
|
| 8087 |
"skill:zendesk-automation",
|
| 8088 |
-
"skill:zoho-crm-automation"
|
|
|
|
|
|
|
| 8089 |
]
|
| 8090 |
},
|
| 8091 |
"3": {
|
|
@@ -103179,11 +103181,12 @@
|
|
| 103179 |
"skill:skills-sh-ythx-101-antigravity-bridge-antigravity-bridge",
|
| 103180 |
"skill:skills-sh-zreadai-zread-skill-zread",
|
| 103181 |
"skill:skills-sh-zw008-vmware-aiops-vmware-aiops",
|
| 103182 |
-
"skill:skills-sh-zw008-vmware-monitor-vmware-monitor"
|
|
|
|
| 103183 |
]
|
| 103184 |
}
|
| 103185 |
},
|
| 103186 |
"total_communities": 52,
|
| 103187 |
-
"generated": "
|
| 103188 |
-
"export_id": "ctx-graph-
|
| 103189 |
}
|
|
|
|
| 8085 |
"skill:wordpress-centric-high-seo-optimized-blogwriting-skill",
|
| 8086 |
"skill:x-article-publisher-skill",
|
| 8087 |
"skill:zendesk-automation",
|
| 8088 |
+
"skill:zoho-crm-automation",
|
| 8089 |
+
"skill:nango-integration-catalog",
|
| 8090 |
+
"mcp-server:nango-docs"
|
| 8091 |
]
|
| 8092 |
},
|
| 8093 |
"3": {
|
|
|
|
| 103181 |
"skill:skills-sh-ythx-101-antigravity-bridge-antigravity-bridge",
|
| 103182 |
"skill:skills-sh-zreadai-zread-skill-zread",
|
| 103183 |
"skill:skills-sh-zw008-vmware-aiops-vmware-aiops",
|
| 103184 |
+
"skill:skills-sh-zw008-vmware-monitor-vmware-monitor",
|
| 103185 |
+
"mcp-server:nango-mcp"
|
| 103186 |
]
|
| 103187 |
}
|
| 103188 |
},
|
| 103189 |
"total_communities": 52,
|
| 103190 |
+
"generated": "20260527T171206Z",
|
| 103191 |
+
"export_id": "ctx-graph-rescore-20260527T171206Z-102928-2913960"
|
| 103192 |
}
|
graph/entity-overlays.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
graph/sample-top60.html
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
graph/viz-ai-agents.html
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
graph/viz-overview.html
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
graph/viz-python.html
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
graph/viz-security.html
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|