@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 +17 -15
- package/dist/indrad-main.js +81 -81
- package/dist/zortex.js +148 -141
- package/package.json +1 -1
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
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
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;
|
|
82
|
-
| `google-drive` | OAuth connection;
|
|
83
|
-
| `outlook` | OAuth connection;
|
|
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:
|
|
111
|
-
|
|
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
|