@pulse-js/tools 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -4,13 +4,12 @@ The official visual debugging suite for the Pulse ecosystem. Inspect, monitor, a
4
4
 
5
5
  ## Features
6
6
 
7
- - **Draggable UI**: A floating widget that lives anywhere on your screen.
8
- - **Quadrant-Aware Anchoring**: Intelligent positioning system. The panel automatically expands from the corner closest to its current position (top-left, bottom-right, etc.), ensuring the UI never jumps or floats awkwardly.
9
- - **Persistent State**: innovative positioning engine remembers exactly where you left the widget, persisting across page reloads and HMR updates.
10
- - **Real-Time Inspection**: Visualize the status (OK, FAIL, PENDING) and values of all registered Sources and Guards instantly.
7
+ - **Tabbed Interface**: Switch between the standard "Inspector" list and the new "Pulse Tree" dependency graph.
8
+ - **Pulse Tree Visualization**: See your component hierarchy and dependency flow in a collapsible tree view.
9
+ - **Editable Sources**: Click on any Source value to edit it on the fly. Auto-parses JSON and primitives.
11
10
  - **Explain API Integration**: Full support for the `guard.explain()` method, showing semantic failure reasons and dependencies.
12
- - **Glassmorphism Design**: A modern, dark-themed aesthetic that fits seamlessly into developer workflows without obstructing functionality.
13
- - **Framework-Agnostic**: Built as a standard Web Component, usable in any environment (React, Vue, Svelte, or Vanilla JS).
11
+ - **Draggable & Resizable**: A floating widget that lives anywhere on your screen with intelligent positioning.
12
+ - **Framework-Agnostic**: Built as a standard Web Component, usable in any environment.
14
13
 
15
14
  ## Installation
16
15