Stevesolun commited on
Commit
fce0217
·
verified ·
1 Parent(s): 039a22e

Sync ctx 3330739

Browse files

GitHub commit: 3330739ad58b1727f55214f8ecf85e53dbe0afd3

Files changed (3) hide show
  1. .gitattributes +0 -2
  2. CHANGELOG.md +13 -0
  3. docs/index.md +1 -1
.gitattributes CHANGED
@@ -1,4 +1,2 @@
1
  graph/wiki-graph.tar.gz filter=lfs diff=lfs merge=lfs -text
2
  graph/wiki-graph-runtime.tar.gz filter=lfs diff=lfs merge=lfs -text
3
- graph/skills-sh-catalog.json.gz filter=lfs diff=lfs merge=lfs -text
4
- graph/skillspector-audit.jsonl.gz filter=lfs diff=lfs merge=lfs -text
 
1
  graph/wiki-graph.tar.gz filter=lfs diff=lfs merge=lfs -text
2
  graph/wiki-graph-runtime.tar.gz filter=lfs diff=lfs merge=lfs -text
 
 
CHANGELOG.md CHANGED
@@ -7,6 +7,18 @@ Format loosely follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
7
 
8
  - No unreleased changes yet.
9
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ## [1.0.15] - 2026-06-20
11
 
12
  ### Added
@@ -1678,6 +1690,7 @@ pass. Full test suite: **1316 passed, 2 skipped**.
1678
  - 5 dead imports removed (`os`, `Mapping`, `timedelta` from
1679
  `ctx_lifecycle`; `Path` from `intake_gate`, `intake_pipeline`).
1680
 
 
1681
  [1.0.15]: https://github.com/stevesolun/ctx/releases/tag/v1.0.15
1682
  [1.0.14]: https://github.com/stevesolun/ctx/releases/tag/v1.0.14
1683
  [1.0.13]: https://github.com/stevesolun/ctx/releases/tag/v1.0.13
 
7
 
8
  - No unreleased changes yet.
9
 
10
+ ## [1.0.16] - 2026-06-20
11
+
12
+ ### Fixed
13
+
14
+ - Fixed `ctx-init --graph` for the large runtime graph artifact shipped in
15
+ `v1.0.15`. The installer now scans large `graph.json` files for required
16
+ node-link keys without parsing the whole graph, so first-time PyPI installs
17
+ can validate and install the released runtime graph.
18
+ - Supersedes `v1.0.15` for public install flows because `v1.0.15` published
19
+ successfully but the public smoke exposed a runtime graph validation false
20
+ negative.
21
+
22
  ## [1.0.15] - 2026-06-20
23
 
24
  ### Added
 
1690
  - 5 dead imports removed (`os`, `Mapping`, `timedelta` from
1691
  `ctx_lifecycle`; `Path` from `intake_gate`, `intake_pipeline`).
1692
 
1693
+ [1.0.16]: https://github.com/stevesolun/ctx/releases/tag/v1.0.16
1694
  [1.0.15]: https://github.com/stevesolun/ctx/releases/tag/v1.0.15
1695
  [1.0.14]: https://github.com/stevesolun/ctx/releases/tag/v1.0.14
1696
  [1.0.13]: https://github.com/stevesolun/ctx/releases/tag/v1.0.13
docs/index.md CHANGED
@@ -201,7 +201,7 @@ ones are flagged. New ones self-ingest.
201
 
202
  ---
203
 
204
- **v1.0.15** — MIT, CI-matrixed (Ubuntu 3.12 plus Windows/macOS 3.11/3.12),
205
  4,259 tests collected. Ships console scripts including `ctx-init`,
206
  `ctx-monitor` (local dashboard with graph + wiki + load/unload for
207
  skills, agents, and MCP servers, plus Harness Setup for user-owned LLMs),
 
201
 
202
  ---
203
 
204
+ **v1.0.16** — MIT, CI-matrixed (Ubuntu 3.12 plus Windows/macOS 3.11/3.12),
205
  4,259 tests collected. Ships console scripts including `ctx-init`,
206
  `ctx-monitor` (local dashboard with graph + wiki + load/unload for
207
  skills, agents, and MCP servers, plus Harness Setup for user-owned LLMs),