Sync ctx d8d7690 (part 2)
Browse filesGitHub commit: d8d7690c7bb904cbaf71743888713e8d1e42864b
- mkdocs.yml +2 -2
- pyproject.toml +1 -1
mkdocs.yml
CHANGED
|
@@ -5,8 +5,8 @@
|
|
| 5 |
# Publish: handled by .github/workflows/docs.yml on push to main.
|
| 6 |
site_name: ctx
|
| 7 |
site_description: >-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
site_url: https://stevesolun.github.io/ctx/
|
| 11 |
repo_url: https://github.com/stevesolun/ctx
|
| 12 |
repo_name: stevesolun/ctx
|
|
|
|
| 5 |
# Publish: handled by .github/workflows/docs.yml on push to main.
|
| 6 |
site_name: ctx
|
| 7 |
site_description: >-
|
| 8 |
+
Not a catalog: a repo-aware recommendation layer that loads the right
|
| 9 |
+
skills, agents, MCPs, and harnesses from your tools or the shipped graph.
|
| 10 |
site_url: https://stevesolun.github.io/ctx/
|
| 11 |
repo_url: https://github.com/stevesolun/ctx
|
| 12 |
repo_name: stevesolun/ctx
|
pyproject.toml
CHANGED
|
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
|
| 5 |
[project]
|
| 6 |
name = "claude-ctx"
|
| 7 |
version = "1.0.19"
|
| 8 |
-
description = "
|
| 9 |
authors = [{ name = "Steve Solun" }]
|
| 10 |
license = "MIT"
|
| 11 |
readme = "README.md"
|
|
|
|
| 5 |
[project]
|
| 6 |
name = "claude-ctx"
|
| 7 |
version = "1.0.19"
|
| 8 |
+
description = "Not a catalog: a recommendation layer for loading the right skills, agents, MCPs, and harnesses at the right development moment"
|
| 9 |
authors = [{ name = "Steve Solun" }]
|
| 10 |
license = "MIT"
|
| 11 |
readme = "README.md"
|