-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbridge_config.json
More file actions
19 lines (19 loc) · 982 Bytes
/
Copy pathbridge_config.json
File metadata and controls
19 lines (19 loc) · 982 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"schema_version": 1,
"product_name": "CapstanAI - LabNote",
"config_role": "machine_readable_path_map_non_authoritative",
"workspace_identity_mode": "portable_structural",
"workspace_context_required_before_write": true,
"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": "generated_compatibility_view",
"registry_records_doc": "docs/REGISTRY_RECORDS.md",
"registry_contract": "docs/registry/REGISTRY_CONTRACT_V1.md",
"registry_generated_views": "scripts/generate_registry_views.py",
"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/"
}