@qvac/core 0.1.1 → 0.1.2

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
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="ducks.png" alt="" width="200">
2
+ <img src="https://raw.githubusercontent.com/tetherto/qvac-core/main/ducks.png" alt="" width="200">
3
3
  </p>
4
4
 
5
5
  <h1 align="center">@qvac/core</h1>
@@ -683,7 +683,7 @@ same replicated stream: load progress, thinking, tokens, tool approvals
683
683
  ```sh
684
684
  npm test # node + bare suites
685
685
  npm run build:schema # regenerate spec/ from schema/ (bare)
686
- bun run duck # build the TUI sidecar bundle, then run it
686
+ bun run duck # build the assistant bundle, then run the TUI on it
687
687
  bun run duck:warm # run the TUI against the last-built bundle
688
688
  ```
689
689