@adhdev/daemon-core 0.9.82-rc.369 → 0.9.82-rc.370

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.
@@ -103,8 +103,6 @@ export declare class DevServer implements DevServerContext {
103
103
  getLatestScriptVersionDir(scriptsDir: string): string | null;
104
104
  private resolveAutoImplWritableProviderDir;
105
105
  private handleAutoImplement;
106
- private buildAutoImplPrompt;
107
- private buildCliAutoImplPrompt;
108
106
  private handleAutoImplSSE;
109
107
  private handleAutoImplCancel;
110
108
  sendAutoImplSSE(msg: {
package/dist/index.d.ts CHANGED
@@ -31,6 +31,7 @@ export type { SavedProviderSessionEntry } from './config/saved-sessions.js';
31
31
  export { listMeshes, getMesh, getMeshByRepo, createMesh, updateMesh, deleteMesh, addNode, removeNode, updateNode, normalizeRepoIdentity, } from './config/mesh-config.js';
32
32
  export type { CreateMeshOptions, UpdateMeshOptions, AddNodeOptions } from './config/mesh-config.js';
33
33
  export { expandDaemonIdForms, daemonIdsEquivalent, machineCoreFromDaemonId } from '@adhdev/mesh-shared';
34
+ export { normalizeMeshNodeId, meshNodeIdMatches } from '@adhdev/mesh-shared';
34
35
  export { buildCoordinatorSystemPrompt } from './mesh/coordinator-prompt.js';
35
36
  export { upsertMeshMission, getMeshMissions, getMeshMission, summarizeMissionTasks, summarizeMeshMission, getActiveMeshMissionSummaries, getMeshStatusMissionSummaries, getMeshStatusMissionsCompact, listMeshMissionSummaries, buildMissionPromptSection, GOAL_PREVIEW_MAX, COMPACT_STATUS_GOAL_PREVIEW_MAX, MESH_MISSION_STATUSES } from './mesh/mesh-missions.js';
36
37
  export type { MeshMissionRecord, MeshMissionStatus, MeshMissionSummary, MeshMissionSlimSummary, MeshMissionTaskAggregate, MeshStatusMissionsCompact, MeshStatusMissionsHistoryFold } from './mesh/mesh-missions.js';