Sync ctx 1ce4ba0
Browse filesGitHub commit: 1ce4ba068cf1e71ad7a2aa5b2fe307ef7bac9471
- README.md +1 -1
- docs/index.md +1 -1
- graph/wiki-graph-stats.json +29 -0
README.md
CHANGED
|
@@ -18,7 +18,7 @@ tags:
|
|
| 18 |
[](LICENSE)
|
| 19 |
[](https://python.org)
|
| 20 |
[](https://pypi.org/project/claude-ctx/)
|
| 21 |
-
[](https://stevesolun.github.io/ctx/knowledge-graph/)
|
| 23 |
[](https://stevesolun.github.io/ctx/catalog/?type=skill)
|
| 24 |
[](https://stevesolun.github.io/ctx/catalog/?type=agent)
|
|
|
|
| 18 |
[](LICENSE)
|
| 19 |
[](https://python.org)
|
| 20 |
[](https://pypi.org/project/claude-ctx/)
|
| 21 |
+
[](https://github.com/stevesolun/ctx/actions/workflows/test.yml)
|
| 22 |
[](https://stevesolun.github.io/ctx/knowledge-graph/)
|
| 23 |
[](https://stevesolun.github.io/ctx/catalog/?type=skill)
|
| 24 |
[](https://stevesolun.github.io/ctx/catalog/?type=agent)
|
docs/index.md
CHANGED
|
@@ -208,7 +208,7 @@ ones are flagged. New ones self-ingest.
|
|
| 208 |
---
|
| 209 |
|
| 210 |
**v1.0.19** — MIT, CI-matrixed (Ubuntu 3.12 plus Windows/macOS 3.11/3.12),
|
| 211 |
-
4,
|
| 212 |
`ctx-monitor` (local dashboard with graph + wiki + load/unload for
|
| 213 |
skills, agents, and MCP servers, plus Harness Setup for user-owned LLMs),
|
| 214 |
`ctx-incremental-attach`, `ctx-incremental-shadow`, `ctx-dedup-check`
|
|
|
|
| 208 |
---
|
| 209 |
|
| 210 |
**v1.0.19** — MIT, CI-matrixed (Ubuntu 3.12 plus Windows/macOS 3.11/3.12),
|
| 211 |
+
4,302 tests collected. Ships console scripts including `ctx-init`,
|
| 212 |
`ctx-monitor` (local dashboard with graph + wiki + load/unload for
|
| 213 |
skills, agents, and MCP servers, plus Harness Setup for user-owned LLMs),
|
| 214 |
`ctx-incremental-attach`, `ctx-incremental-shadow`, `ctx-dedup-check`
|
graph/wiki-graph-stats.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": 1,
|
| 3 |
+
"artifact": {
|
| 4 |
+
"path": "graph/wiki-graph.tar.gz",
|
| 5 |
+
"size": 329276669,
|
| 6 |
+
"sha256": "e487ec2109803e3c05cb2ca6906e8a0bae681f32a4fe79f3fb2f168fbea2c947"
|
| 7 |
+
},
|
| 8 |
+
"source": "validated graph artifact release contract",
|
| 9 |
+
"counts": {
|
| 10 |
+
"nodes": 79958,
|
| 11 |
+
"edges": 1778069,
|
| 12 |
+
"semantic_edges": 1088763,
|
| 13 |
+
"skills": 68494,
|
| 14 |
+
"agents": 467,
|
| 15 |
+
"mcps": 10790,
|
| 16 |
+
"harnesses": 207,
|
| 17 |
+
"communities": 52,
|
| 18 |
+
"skills_sh_entries": 67024,
|
| 19 |
+
"skills_sh_bodies": 67024,
|
| 20 |
+
"tag_edges": 474837,
|
| 21 |
+
"token_edges": 280275,
|
| 22 |
+
"hydrated_incident_edges": 1516298,
|
| 23 |
+
"hydrated_semantic_incident_edges": 911922,
|
| 24 |
+
"cross_skill_agent_edges": 52382,
|
| 25 |
+
"cross_skill_mcp_edges": 30295,
|
| 26 |
+
"cross_agent_mcp_edges": 229,
|
| 27 |
+
"harness_edges": 5063
|
| 28 |
+
}
|
| 29 |
+
}
|