From 3ac8447c10fcbc4b300f1e4209f6be7a9bd115e3 Mon Sep 17 00:00:00 2001 From: tegwick Date: Thu, 19 Feb 2026 07:44:01 +0100 Subject: [PATCH] feat(example): add baseline metrics snapshot from collection checks run Initial metrics from S2.4 checks on 85 entities (7 of 35 chapters): coverage_ratio=0.361, redundancy=0.0, coherence_components=0.0, consistency_cycles=0.0, granularity_entropy=2.69 Co-Authored-By: Claude Sonnet 4.6 --- .../output/metrics/history.yaml | 26 +++++++++++++++++++ .../output/metrics/metrics.yaml | 6 +++++ 2 files changed, 32 insertions(+) create mode 100644 examples/infospace-with-history/output/metrics/history.yaml create mode 100644 examples/infospace-with-history/output/metrics/metrics.yaml diff --git a/examples/infospace-with-history/output/metrics/history.yaml b/examples/infospace-with-history/output/metrics/history.yaml new file mode 100644 index 00000000..bf1f2979 --- /dev/null +++ b/examples/infospace-with-history/output/metrics/history.yaml @@ -0,0 +1,26 @@ +- snapshot_id: 6ba48eb2 + created_at: '2026-02-19T01:29:41.225843+00:00' + schema_name: default + entity_count: 85 + entity_evaluations: [] + collection_metrics: + - name: coherence_components + value: 0.0 + concern: C3 + - name: consistency_cycles + value: 0.0 + concern: C4 + - name: coverage_ratio + value: 0.3611111111111111 + concern: C2 + - name: granularity_entropy + value: 2.687485267017996 + concern: C5 + - name: modularity + value: 0.0 + concern: C3 + - name: redundancy_ratio + value: 0.0 + concern: C1 + metadata: + source: collection-checks diff --git a/examples/infospace-with-history/output/metrics/metrics.yaml b/examples/infospace-with-history/output/metrics/metrics.yaml new file mode 100644 index 00000000..141cbd8e --- /dev/null +++ b/examples/infospace-with-history/output/metrics/metrics.yaml @@ -0,0 +1,6 @@ +coherence_components: 0.0 +consistency_cycles: 0.0 +coverage_ratio: 0.361111 +granularity_entropy: 2.687485 +modularity: 0.0 +redundancy_ratio: 0.0