Full deployment history for this project.
Merge pull request #192 from mbarbine/perf-optimize-trace-analysis-9271264890119536952 ⚡ Bolt: Optimize trace analysis via single-pass span iteration
⚡ Bolt: Optimize trace analysis via single-pass span iteration Consolidates multiple sequential array traversals (`flatMap`, `filter` for errors, `filter` for incomplete spans, and `filter` for tool calls) in `calculateStoredTraceAnalysis` into a single high-performance O(N) loop. This avoids redundant traversals and intermediate array allocations, reducing garbage collection pressure and CPU overhead on large traces. Expected Impact: ~3x speedup on hot-path trace analysis (as measured by the benchmark suite: execution time decreased from 4.43ms to 1.50ms). All unit tests pass. Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Merge pull request #191 from mbarbine/palette-theme-toggle-ux-11846108057039851078 🎨 Palette: Enhance Theme Selector micro-interactions and select indicators
palette: enhance theme toggle menu selection and press micro-interactions Add a visual check indicator next to the active theme inside the dropdown selection list to clearly indicate active state and enhance accessibility. Incorporate an active:scale tap effect to provide satisfying, immediate physical responsiveness on interactive button presses. Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
fix: resolve project probe merge conflict
fix: resolve project probe merge conflict
fix: resolve project probe merge conflict
Merge PR #190: support large tool-heavy traces Support large, tool-heavy traces in the observatory UI
feat: support large tool-heavy traces
feat: support large tool-heavy traces
Merge pull request #189 from mbarbine/jules-8046628519973391584-59d60fb5 ⚡ Bolt: Optimize trace timeline and waterfall parsing and mapping latency
⚡ Bolt: Optimize trace timeline and waterfall mapping latency - Eliminates O(N^2) nested lookups in `buildTraceWaterfall` by sorting and mapping pre-parsed arrays in single-pass O(N) alignment. - Eliminates highly redundant string-to-date parsing across sorting comparisons and timeline duration queries. - Adds comprehensive unit tests for all trace views platform utilities. Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
fix: probe all trusted platform domains
fix: probe all trusted platform domains
fix: probe all trusted platform domains
feat: persist bounded network health evidence
feat: persist bounded network health evidence
fix: align trace propagation and service map
fix: align trace propagation and service map
test(e2e): make visual evidence deterministic
test(e2e): make visual evidence deterministic
test(e2e): stabilize observatory visual captures
test(e2e): stabilize observatory visual captures
test: capture settled observatory visuals
test: capture settled observatory visuals
test: bound production page sweep fanout
test: bound production page sweep fanout
fix: synchronously refresh stale platform truth
fix: synchronously refresh stale platform truth
fix: preserve safe lifecycle classification tags
fix: preserve safe lifecycle classification tags
fix: keep service telemetry out of run feed
fix: keep service telemetry out of run feed
fix: preserve lifecycle trace identity
chore: remove temporary Aurora relay