@adhdev/daemon-core 0.9.82-rc.10 → 0.9.82-rc.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.
@@ -211,6 +211,7 @@ export interface RepoMeshStatus {
211
211
  meshId: string;
212
212
  meshName: string;
213
213
  repoIdentity: string;
214
+ defaultBranch?: string;
214
215
  refreshedAt: string;
215
216
  nodes: RepoMeshNodeStatus[];
216
217
  queue?: RepoMeshQueueStatus;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adhdev/daemon-core",
3
- "version": "0.9.82-rc.10",
3
+ "version": "0.9.82-rc.12",
4
4
  "description": "ADHDev daemon core — CDP, IDE detection, providers, command execution",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -259,6 +259,7 @@ export interface RepoMeshStatus {
259
259
  meshId: string;
260
260
  meshName: string;
261
261
  repoIdentity: string;
262
+ defaultBranch?: string;
262
263
  refreshedAt: string;
263
264
  nodes: RepoMeshNodeStatus[];
264
265
  queue?: RepoMeshQueueStatus;