-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbridge_config.json
More file actions
17 lines (17 loc) · 883 Bytes
/
Copy pathbridge_config.json
File metadata and controls
17 lines (17 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"lab_name": "CapstanAI - LabNote",
"project_name": "CapstanAI - LabNote",
"project_slug": "capstanai-labnote",
"public_template_repo": "Wonderforge-Lab/OpenBridge-LabNote",
"private_runtime_data_policy": "do_not_store_private_runtime_data_in_public_template",
"routine_deposit_quickstart": "lobby/ROUTINE_DEPOSIT_QUICKSTART.md",
"routine_write_mode_for_live_workspace": "default_branch_direct_write",
"routine_branch_creation_default": "do_not_create_branch",
"registry_canonical_format": "json_per_record",
"csv_registries": "legacy_optional_rollup",
"registry_records_doc": "docs/REGISTRY_RECORDS.md",
"connector_safe_wording": "docs/CONNECTOR_SAFE_WORDING.md",
"connector_limitations": "docs/CONNECTOR_LIMITATIONS.md",
"corpus_import_policy": "docs/CORPUS_IMPORT_POLICY.md",
"minimal_routine_deposit_example": "examples/minimal_routine_deposit/"
}