-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathopencode.json
More file actions
17 lines (17 loc) · 924 Bytes
/
Copy pathopencode.json
File metadata and controls
17 lines (17 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"$schema": "https://opencode.ai/config.json",
"references": {
"system-bridge-website": {
"repository": "timmo001/system-bridge-website",
"description": "Use for the System Bridge documentation site (Astro + Starlight) that documents this backend: docs content, site structure, and published API/feature descriptions"
},
"system-bridge-connector": {
"repository": "timmo001/system-bridge-connector",
"description": "Use for the System Bridge connector package that clients use to talk to this backend: connection handling, API/WebSocket client behaviour, and integration details"
},
"homeassistant-core": {
"repository": "home-assistant/core",
"description": "Use for the official Home Assistant System Bridge integration in core (homeassistant/components/system_bridge): config flow, coordinator, and entity/sensor mapping that consume this backend"
}
}
}