@skastr0/quasar-cli-linux-x64 0.1.0 → 0.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.
Files changed (3) hide show
  1. package/README.md +8 -16
  2. package/bin/quasar +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,12 @@
1
1
  # Quasar CLI
2
2
 
3
- The Quasar CLI imports local AI agent session histories, validates ingestion
4
- plans, and sends sanitized batches to a Quasar control server.
3
+ The Quasar CLI discovers and parses local AI agent session histories,
4
+ read-only.
5
+
6
+ Status: pre-release. Only local commands exist today (doctor, capabilities,
7
+ schema, examples, sources discover). Ingest, search, and session reads arrive
8
+ with the v2 server (see `docs/architecture/quasar-v2-greenfield-plan-2026-06-10.md`
9
+ in the repository).
5
10
 
6
11
  ## Install
7
12
 
@@ -22,17 +27,4 @@ The npm package ships a Node launcher plus prebuilt Bun standalone binaries for
22
27
  macOS and Linux on arm64/x64. The Convex control app and dashboard are not
23
28
  published to npm.
24
29
 
25
- ## Configuration
26
-
27
- Server-backed commands read `QUASAR_CONTROL_URL` and `QUASAR_CONTROL_TOKEN`, or
28
- `~/.config/quasar/config.json` with:
29
-
30
- ```json
31
- {
32
- "url": "http://127.0.0.1:3218",
33
- "token": "..."
34
- }
35
- ```
36
-
37
- Local discovery and planning commands are read-only against native agent
38
- history folders.
30
+ Local discovery commands are read-only against native agent history folders.
package/bin/quasar CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skastr0/quasar-cli-linux-x64",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Command line importer and client for Quasar AI agent sessions. (linux-x64 binary).",
5
5
  "license": "MIT",
6
6
  "type": "module",