@walkeros/cli 4.1.1-next-1779485810490 → 4.1.1

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @walkeros/cli
2
2
 
3
- ## 4.1.1-next-1779485810490
3
+ ## 4.1.1
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -17,12 +17,20 @@
17
17
  page. Listing without these arguments is unchanged and returns all results. In
18
18
  the MCP, the `project_manage`, `flow_manage`, and `deploy_manage` tools expose
19
19
  `cursor` and `limit` on their `list` action.
20
+ - 0b7f494: The collector exposes `observers: Set<ObserverFn>` so any subscriber
21
+ can watch every step of the pipeline. Each source, transformer, destination,
22
+ and store call emits a `FlowState` record with timings, mapping match, consent
23
+ state, and skip reasons. `createTelemetryObserver` from `@walkeros/core`
24
+ batches emissions to an HTTP endpoint, and the CLI runtime picks up the
25
+ `traceUntil` flag from its heartbeat so trace mode toggles take effect without
26
+ a redeploy.
20
27
  - Updated dependencies [b0279ee]
21
28
  - Updated dependencies [b0279ee]
22
- - @walkeros/core@4.1.1-next-1779485810490
23
- - @walkeros/collector@4.1.1-next-1779485810490
24
- - @walkeros/server-core@4.1.1-next-1779485810490
25
- - @walkeros/server-destination-api@4.1.1-next-1779485810490
29
+ - Updated dependencies [0b7f494]
30
+ - @walkeros/core@4.1.1
31
+ - @walkeros/collector@4.1.1
32
+ - @walkeros/server-core@4.1.1
33
+ - @walkeros/server-destination-api@4.1.1
26
34
 
27
35
  ## 4.1.0
28
36