feat(example): add baseline metrics snapshot from collection checks run
Some checks failed
Test Suite / unit-tests (3.11) (push) Has been cancelled
Test Suite / unit-tests (3.12) (push) Has been cancelled
Test Suite / code-quality (push) Has been cancelled
Test Suite / security-scan (push) Has been cancelled
Test Suite / integration-tests (push) Has been cancelled
Test Suite / e2e-tests (push) Has been cancelled
Test Suite / performance-tests (push) Has been cancelled
Test Suite / test-summary (push) Has been cancelled

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 <noreply@anthropic.com>
This commit is contained in:
2026-02-19 07:44:01 +01:00
parent 94cb2063af
commit 3ac8447c10
2 changed files with 32 additions and 0 deletions

View File

@@ -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

View File

@@ -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