Skip to content

Commit 2e21dc2

Browse files
author
fer
committed
chore(changelog): Add 9.1.0 Phase 3 structural instrumentation entry
1 parent 57c7e4c commit 2e21dc2

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [9.1.0] - 2025-11-14
6+
7+
### Added
8+
9+
- Phase 3 structural instrumentation:
10+
- `run_structural_validation` aggregator (grammar U1-U3 + field thresholds Φ_s, |∇φ|, K_φ, ξ_C, optional ΔΦ_s drift).
11+
- `compute_structural_health` with risk levels and recommendations.
12+
- `TelemetryEmitter` integration example (`examples/structural_health_demo.py`).
13+
- Performance guardrails: `PerformanceRegistry`, `perf_guard`, `compare_overhead`.
14+
- CLI: `scripts/structural_health_report.py` (on-demand health summaries).
15+
- Docs: README Phase 3 section, CONTRIBUTING instrumentation notes, `docs/STRUCTURAL_HEALTH.md`.
16+
- Glyph-aware grammar error factory (operator glyph → canonical name mapping).
17+
18+
### Tests
19+
20+
- Added unit tests for validation, health, grammar error factory, telemetry emitter, performance guardrails.
21+
22+
### Performance
23+
24+
- Validation instrumentation overhead ~5.8% (moderate workload) below 8% guardrail.
25+
26+
### Internal
27+
28+
- Optional `perf_registry` parameter in `run_structural_validation` (read-only timing).
29+
30+
### Deferred
31+
32+
- U4 bifurcation validation excluded pending dedicated handler reintroduction.
33+
34+
### Integrity
35+
36+
- All changes preserve TNFR canonical invariants (no EPI mutation; phase verification intact; read-only telemetry/validation).
37+
38+
## [9.0.2]
39+
40+
Previous release (see repository history) with foundational operators, unified grammar, metrics, and canonical field tetrad.
41+
42+
---
43+
**Reality is not made of things—it's made of resonance.**

0 commit comments

Comments
 (0)