@zortexhq/install 0.1.25 → 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
@@ -68,8 +68,10 @@ a bare `zortex` starts the same automatic agent onboarding.
68
68
  `zortex retrieve <source> --query <provider-query> --limit <n> --json`.
69
69
  If evidence is insufficient it increases the limit. An explicit complete or
70
70
  all-results request uses `--all` and exhausts only matching provider pages.
71
- 5. Codex uses the read-only `indra.context` bridge over those retrieved records
72
- and cites the returned Zortex references.
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.
73
75
 
74
76
  There is no onboarding sample or background backfill. Every answer reports the
75
77
  query scope, records retrieved, and whether all matches were exhausted.
@@ -80,7 +82,7 @@ query scope, records retrieved, and whether all matches were exhausted.
80
82
  | --- | --- | --- |
81
83
  | `gmail` | OAuth connection; adaptive matching-message pages | Uses the existing read-only Gmail connector and its declared exclusions. |
82
84
  | `google-drive` | OAuth connection; adaptive matching-file pages | Uses the existing read-only Drive connector and its declared exclusions. |
83
- | `outlook` | OAuth connection; adaptive matching-message pages | Uses the existing read-only Outlook connector. |
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. |