@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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/bin/quasar +0 -0
  3. 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 LanceDB search. The npm package ships that production
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skastr0/quasar-cli-linux-arm64",
3
- "version": "0.2.3",
3
+ "version": "0.3.0",
4
4
  "description": "Command line importer and client for Quasar AI agent sessions. (linux-arm64 binary).",
5
5
  "license": "MIT",
6
6
  "type": "module",