Stevesolun commited on
Commit
d110f70
·
verified ·
1 Parent(s): 11f4db1

Sync ctx 1ce4ba0

Browse files

GitHub commit: 1ce4ba068cf1e71ad7a2aa5b2fe307ef7bac9471

Files changed (3) hide show
  1. README.md +1 -1
  2. docs/index.md +1 -1
  3. graph/wiki-graph-stats.json +29 -0
README.md CHANGED
@@ -18,7 +18,7 @@ tags:
18
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
19
  [![Python 3.11+](https://img.shields.io/badge/Python-3.11+-green.svg)](https://python.org)
20
  [![PyPI](https://img.shields.io/pypi/v/claude-ctx.svg)](https://pypi.org/project/claude-ctx/)
21
- [![Tests](https://img.shields.io/badge/Tests-4299_collected-brightgreen.svg)](https://github.com/stevesolun/ctx/actions/workflows/test.yml)
22
  [![Graph](https://img.shields.io/badge/Graph-79%2C958_nodes_/_1%2C778%2C069_edges-red.svg)](https://stevesolun.github.io/ctx/knowledge-graph/)
23
  [![Skills](https://img.shields.io/badge/Skills-68%2C494-blue.svg)](https://stevesolun.github.io/ctx/catalog/?type=skill)
24
  [![Agents](https://img.shields.io/badge/Agents-467-purple.svg)](https://stevesolun.github.io/ctx/catalog/?type=agent)
 
18
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
19
  [![Python 3.11+](https://img.shields.io/badge/Python-3.11+-green.svg)](https://python.org)
20
  [![PyPI](https://img.shields.io/pypi/v/claude-ctx.svg)](https://pypi.org/project/claude-ctx/)
21
+ [![Tests](https://img.shields.io/badge/Tests-4302_collected-brightgreen.svg)](https://github.com/stevesolun/ctx/actions/workflows/test.yml)
22
  [![Graph](https://img.shields.io/badge/Graph-79%2C958_nodes_/_1%2C778%2C069_edges-red.svg)](https://stevesolun.github.io/ctx/knowledge-graph/)
23
  [![Skills](https://img.shields.io/badge/Skills-68%2C494-blue.svg)](https://stevesolun.github.io/ctx/catalog/?type=skill)
24
  [![Agents](https://img.shields.io/badge/Agents-467-purple.svg)](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,299 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`
 
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
+ }