Sync ctx 0472ed1
Browse filesGitHub commit: 0472ed17f328f754e712273a3077ce0b295e095a
- .github/workflows/test.yml +2 -2
- README.md +7 -0
- docs/index.md +7 -0
.github/workflows/test.yml
CHANGED
|
@@ -150,7 +150,7 @@ jobs:
|
|
| 150 |
python -m pip install ".[dev,embeddings]"
|
| 151 |
|
| 152 |
- name: Cache MiniLM model
|
| 153 |
-
uses: actions/cache@
|
| 154 |
with:
|
| 155 |
path: ~/.cache/huggingface
|
| 156 |
key: hf-sentence-transformers-all-MiniLM-L6-v2-v1
|
|
@@ -507,7 +507,7 @@ jobs:
|
|
| 507 |
PY
|
| 508 |
|
| 509 |
- name: Cache Playwright browsers
|
| 510 |
-
uses: actions/cache@
|
| 511 |
with:
|
| 512 |
path: ~/.cache/ms-playwright
|
| 513 |
key: playwright-${{ runner.os }}-${{ steps.playwright.outputs.version }}
|
|
|
|
| 150 |
python -m pip install ".[dev,embeddings]"
|
| 151 |
|
| 152 |
- name: Cache MiniLM model
|
| 153 |
+
uses: actions/cache@v5
|
| 154 |
with:
|
| 155 |
path: ~/.cache/huggingface
|
| 156 |
key: hf-sentence-transformers-all-MiniLM-L6-v2-v1
|
|
|
|
| 507 |
PY
|
| 508 |
|
| 509 |
- name: Cache Playwright browsers
|
| 510 |
+
uses: actions/cache@v5
|
| 511 |
with:
|
| 512 |
path: ~/.cache/ms-playwright
|
| 513 |
key: playwright-${{ runner.os }}-${{ steps.playwright.outputs.version }}
|
README.md
CHANGED
|
@@ -27,6 +27,13 @@ tags:
|
|
| 27 |
[](https://stevesolun.github.io/ctx/)
|
| 28 |
[](https://hits.sh/github.com/stevesolun/ctx/)
|
| 29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
ctx watches what you are building, walks a **79,958-node** graph, and
|
| 31 |
recommends a small, top-scored bundle of skills, agents, and MCP servers for
|
| 32 |
the current task. If you use your own local/API model instead of Claude Code,
|
|
|
|
| 27 |
[](https://stevesolun.github.io/ctx/)
|
| 28 |
[](https://hits.sh/github.com/stevesolun/ctx/)
|
| 29 |
|
| 30 |
+
**ctx is not an Amazon-style catalog of skills, MCPs, agents, tools, or
|
| 31 |
+
harnesses. It is a recommendation layer.** Point it at your organization's own
|
| 32 |
+
tools, or use the pre-built graph, and ctx recommends the smallest useful bundle
|
| 33 |
+
for the current development window. The goal is to load the right skills,
|
| 34 |
+
agents, MCP servers, and optional harness at the right moment so hosted LLMs
|
| 35 |
+
burn fewer tokens and local models waste less CPU/GPU work.
|
| 36 |
+
|
| 37 |
ctx watches what you are building, walks a **79,958-node** graph, and
|
| 38 |
recommends a small, top-scored bundle of skills, agents, and MCP servers for
|
| 39 |
the current task. If you use your own local/API model instead of Claude Code,
|
docs/index.md
CHANGED
|
@@ -7,6 +7,13 @@ hide:
|
|
| 7 |
|
| 8 |
[](https://hits.sh/github.com/stevesolun/ctx/)
|
| 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
Watches what you develop, walks a knowledge graph of **68,494 skill pages, 467 agents, 10,790 MCP servers, and 207 cataloged harnesses**, and recommends the
|
| 11 |
right execution bundle on the fly. The live execution bundle is skills,
|
| 12 |
agents, and MCP servers only; custom/API/local model users get a separate
|
|
|
|
| 7 |
|
| 8 |
[](https://hits.sh/github.com/stevesolun/ctx/)
|
| 9 |
|
| 10 |
+
**ctx is not an Amazon-style catalog of skills, MCPs, agents, tools, or
|
| 11 |
+
harnesses. It is a recommendation layer.** Point it at your organization's own
|
| 12 |
+
tools, or use the pre-built graph, and ctx recommends the smallest useful bundle
|
| 13 |
+
for the current development window. The goal is to load the right skills,
|
| 14 |
+
agents, MCP servers, and optional harness at the right moment so hosted LLMs
|
| 15 |
+
burn fewer tokens and local models waste less CPU/GPU work.
|
| 16 |
+
|
| 17 |
Watches what you develop, walks a knowledge graph of **68,494 skill pages, 467 agents, 10,790 MCP servers, and 207 cataloged harnesses**, and recommends the
|
| 18 |
right execution bundle on the fly. The live execution bundle is skills,
|
| 19 |
agents, and MCP servers only; custom/API/local model users get a separate
|