@gzeoneth/gov-tracker 0.2.1-alpha.cli-preview.552bbdb → 0.2.1-alpha.cli-preview.d677d04

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
@@ -94,6 +94,9 @@ npx @gzeoneth/gov-tracker track 0x... --no-cache
94
94
 
95
95
  # Interactive TUI (requires ink)
96
96
  npx @gzeoneth/gov-tracker ui
97
+
98
+ # Track election creation tx (auto-switches to election view)
99
+ npx @gzeoneth/gov-tracker track 0x82a0baf3...
97
100
  ```
98
101
 
99
102
  **Shorthands:** `-v` (verbose), `-p` (prepare), `-w` (write), `-i` (inspect)
@@ -135,6 +138,8 @@ npx @gzeoneth/gov-tracker ui --l2-rpc $ARB1_RPC --l1-rpc $ETH_RPC
135
138
 
136
139
  **Note:** The TUI requires `ink` and `react` packages (installed as optional dependencies).
137
140
 
141
+ **Auto-Switch:** When tracking a `createElection` transaction, the CLI automatically displays election-specific status (phase, cohort, nominees) instead of proposal stages.
142
+
138
143
  ### Elections
139
144
 
140
145
  ```bash