@skastr0/quasar-cli-linux-arm64 0.2.3 → 0.3.0
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 +2 -2
- package/bin/quasar +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,8 +4,8 @@ The Quasar CLI discovers, parses, ingests, and queries local AI-agent session
|
|
|
4
4
|
histories.
|
|
5
5
|
|
|
6
6
|
The production control surface is the Effect local server with SQLite truth,
|
|
7
|
-
durable worker queues, and
|
|
8
|
-
CLI as a prebuilt Bun standalone binary behind a small Node launcher.
|
|
7
|
+
durable worker queues, and SQLite FTS search. The npm package ships that
|
|
8
|
+
production CLI as a prebuilt Bun standalone binary behind a small Node launcher.
|
|
9
9
|
|
|
10
10
|
## Install
|
|
11
11
|
|
package/bin/quasar
CHANGED
|
Binary file
|