orchestrix-yuri 4.8.11 → 4.8.12
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/package.json
CHANGED
|
@@ -37,10 +37,11 @@ For Phase 1 (create), no project L2 exists yet. Step 0.3 is skipped — only loa
|
|
|
37
37
|
|
|
38
38
|
**Auto-discovery (try before asking)**:
|
|
39
39
|
Search for an existing license key in this order:
|
|
40
|
-
1. `~/.
|
|
41
|
-
2.
|
|
42
|
-
3. `~/Codes/*/.
|
|
43
|
-
4.
|
|
40
|
+
1. `~/.orchestrix-key` — dedicated key file (single line, just the key)
|
|
41
|
+
2. `~/.yuri/portfolio/registry.yaml` — check all projects for `license_key` field
|
|
42
|
+
3. `~/Codes/*/.yuri/identity.yaml` — scan sibling projects for `project.license_key`
|
|
43
|
+
4. `~/Codes/*/.mcp.json` — look for `Bearer orch_live_*` or `Bearer orch_trial_*`
|
|
44
|
+
5. Environment variable `ORCHESTRIX_LICENSE_KEY`
|
|
44
45
|
|
|
45
46
|
If a valid key is found (starts with `orch_live_` or `orch_trial_`):
|
|
46
47
|
→ Use it automatically. Inform user: "Found existing license key: orch_live_...{last 4 chars}. Using it."
|