@zortexhq/install 0.1.24 → 0.1.26

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
@@ -63,24 +63,26 @@ a bare `zortex` starts the same automatic agent onboarding.
63
63
  zortex autopilot connect-status <receipt-id>
64
64
  ```
65
65
 
66
- For each question Codex selects the minimum relevant connected sources and
67
- runs `zortex retrieve <source> --query <provider-query> --json`. Each read is
68
- bounded to at most ten matching records; no queryless or account-wide scan
69
- starts implicitly.
70
- 5. Codex uses the read-only `indra.context` bridge over those retrieved records
71
- and cites the returned Zortex references.
72
-
73
- There is no onboarding sample or background backfill. If one bounded query is
74
- too narrow for the user's request, Codex asks for a narrower scope instead of
75
- silently scanning the account.
66
+ For each question Codex selects the minimum relevant connected sources and a
67
+ question-sized batch, then runs
68
+ `zortex retrieve <source> --query <provider-query> --limit <n> --json`.
69
+ If evidence is insufficient it increases the limit. An explicit complete or
70
+ all-results request uses `--all` and exhausts only matching provider pages.
71
+ 5. Codex incrementally catches up the standing index, then uses the read-only
72
+ `indra.context` bridge over those retrieved records and cites the returned
73
+ Zortex references. A successful retrieval is immediately readable rather
74
+ than count-only.
75
+
76
+ There is no onboarding sample or background backfill. Every answer reports the
77
+ query scope, records retrieved, and whether all matches were exhausted.
76
78
 
77
79
  ### Supported Windows Autopilot sources
78
80
 
79
81
  | Source | Connection and question-time read | Notes |
80
82
  | --- | --- | --- |
81
- | `gmail` | OAuth connection; up to 10 matching messages per query | Uses the existing read-only Gmail connector and its declared exclusions. |
82
- | `google-drive` | OAuth connection; up to 10 matching files per query | Uses the existing read-only Drive connector and its declared exclusions. |
83
- | `outlook` | OAuth connection; up to 10 matching messages per query | Uses the existing read-only Outlook connector. |
83
+ | `gmail` | OAuth connection; adaptive matching-message pages | Uses the existing read-only Gmail connector and its declared exclusions. |
84
+ | `google-drive` | OAuth connection; adaptive matching-file pages | Uses the existing read-only Drive connector and its declared exclusions. |
85
+ | `outlook` | OAuth connection; adaptive matching-message pages | Read-only Graph connector; refresh-token renewal prevents false post-connect expiry. |
84
86
  | `notion` | Connector fabrication | No released automatic authorization route yet; request files or joins a D29 build order. |
85
87
  | `posthog` | Connector fabrication | No released automatic authorization route yet; request files or joins a D29 build order. |
86
88
  | `whatsapp` | Deferred | Not part of this Windows Preview. |
@@ -107,8 +109,8 @@ records. Use the product's audited privacy-erasure path for data deletion.
107
109
  repair. Do not paste a credential or run a repair command yourself.
108
110
  - `codex` not found: install/start the local Codex CLI first, then rerun the
109
111
  explicit onboarding command.
110
- - Broad question: narrow its date, sender, file name, or subject so a bounded
111
- provider query can answer it.
112
+ - Broad question: use a precise provider query and increase its batch until the
113
+ evidence is sufficient; use `--all` only when the user explicitly asks.
112
114
 
113
115
  When Codex invokes the npm launcher with no command, it starts
114
116
  `zortex onboard --agent --host codex`. That scripted onboarding first proves