Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .release/graph-split.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.12.0 — 2026-07-05

### Minor

- `ck-graph-split` — an IA query over a JSON-LD @graph: reports which subgraphs are CLOSED (all @id refs stay inside the cluster or point at shared anchors) and can therefore move to their own page/component with no dangling links. Turns "what do we split out?" into a query, and names component boundaries.

## 0.11.0 — 2026-07-05

### Minor
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bounded-systems/conformance-kit",
"version": "0.11.0",
"version": "0.12.0",
"description": "Standalone, site-agnostic web-conformance toolkit: integrity tooling + build gates + provenance generators, all parameterized so a site vendors one kit instead of duplicating scripts.",
"type": "module",
"license": "MIT",
Expand Down
Loading