Some checks are pending
Auto-update PR branches / Update open PR branches (push) Waiting to run
CI / Frontend Static Quality Checks (push) Waiting to run
CI / Frontend Tests & Coverage (push) Waiting to run
CI / Rust Tests & Quality Checks (push) Waiting to run
CI / Linux build verification (push) Waiting to run
Deploy docs / Build VitePress site (push) Waiting to run
Deploy docs / Deploy to GitHub Pages (push) Blocked by required conditions
Release (Alpha) / Compute alpha version (push) Waiting to run
Release (Alpha) / Build release artifacts (push) Blocked by required conditions
Release (Alpha) / GitHub Release (alpha) (push) Blocked by required conditions
Release (Alpha) / Update docs and release pages (push) Blocked by required conditions
Source snapshot: 514ab1975951d94342ea38e64101d5a0f1c51c77
21 lines
701 B
JSON
21 lines
701 B
JSON
{
|
|
"current_namespace": "com.tolaria.app",
|
|
"legacy_namespace": "com.laputa.app",
|
|
"namespace_read_order": ["current", "legacy"],
|
|
"files": {
|
|
"settings": "settings.json",
|
|
"vaults": "vaults.json",
|
|
"last_vault": "last-vault.txt",
|
|
"ai_workspace_sessions": "ai-workspace-sessions.json",
|
|
"window_state": "window-state.json",
|
|
"ai_provider_secrets": "ai-provider-secrets.json"
|
|
},
|
|
"read_order": [
|
|
"preferred config root/current namespace",
|
|
"preferred config root/legacy namespace",
|
|
"platform config root/current namespace when different",
|
|
"platform config root/legacy namespace when different"
|
|
],
|
|
"write_target": "preferred config root/current namespace"
|
|
}
|