@nuucognition/flint-cli 0.5.6-dev.1 → 0.5.6-dev.11

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.
@@ -0,0 +1,28 @@
1
+ import {
2
+ ChannelRegistry,
3
+ DEFAULT_EVENT_CHANNELS,
4
+ DEFAULT_ORBH_SERVER_HOST,
5
+ DEFAULT_ORBH_SERVER_PORT,
6
+ DEFAULT_ORBH_SESSIONS_DIR,
7
+ buildSseHeaders,
8
+ formatSseComment,
9
+ formatSseEvent,
10
+ loadOrbhConfig,
11
+ orbhPlugin,
12
+ startOrbhServer
13
+ } from "./chunk-4LAWFN2H.js";
14
+ import "./chunk-YQMGDALR.js";
15
+ import "./chunk-4VNS5WPM.js";
16
+ export {
17
+ ChannelRegistry,
18
+ DEFAULT_EVENT_CHANNELS,
19
+ DEFAULT_ORBH_SERVER_HOST,
20
+ DEFAULT_ORBH_SERVER_PORT,
21
+ DEFAULT_ORBH_SESSIONS_DIR,
22
+ buildSseHeaders,
23
+ formatSseComment,
24
+ formatSseEvent,
25
+ loadOrbhConfig,
26
+ orbhPlugin,
27
+ startOrbhServer
28
+ };
@@ -15,13 +15,11 @@ import {
15
15
  answerQuestion,
16
16
  applyPresetTemplates,
17
17
  autoFulfillFlints,
18
- buildPlate,
19
18
  checkShardHealth,
20
19
  checkTinderbox,
21
20
  cleanupResolvedSource,
22
21
  clearPresetsCache,
23
22
  cloneObsidian,
24
- clonePlateFromRepo,
25
23
  cloneRepository,
26
24
  cloneShardToDev,
27
25
  cloneSourceRepository,
@@ -32,7 +30,6 @@ import {
32
30
  createIndexMd,
33
31
  createMediaDir,
34
32
  createPersonFile,
35
- createPlate,
36
33
  createRepository,
37
34
  createSession,
38
35
  createTag,
@@ -71,7 +68,6 @@ import {
71
68
  getOpenApps,
72
69
  getPendingQuestion,
73
70
  getPersonFilePath,
74
- getPlate,
75
71
  getPreset,
76
72
  getRebaseBranch,
77
73
  getReferencesMetadataDir,
@@ -102,8 +98,6 @@ import {
102
98
  healShard,
103
99
  healTinderbox,
104
100
  initGit,
105
- initPlateRepo,
106
- installPlateDeps,
107
101
  installShardFromSource,
108
102
  isGitHubSourceSpecifier,
109
103
  isGitInitialized,
@@ -114,8 +108,6 @@ import {
114
108
  isValidFlint,
115
109
  isValidStatus,
116
110
  listInstalledShards,
117
- listPlateTools,
118
- listPlates,
119
111
  listPresets,
120
112
  listRemoteVersionTags,
121
113
  listSessions,
@@ -138,7 +130,6 @@ import {
138
130
  readGlobalConfig,
139
131
  readGlobalConfigSync,
140
132
  readIdentityState,
141
- readPlateManifest,
142
133
  readReferencesState,
143
134
  readSession,
144
135
  readShardManifest,
@@ -153,14 +144,13 @@ import {
153
144
  removeSourceRepositoryFolder,
154
145
  removeTinderboxFlint,
155
146
  renameArtifact,
156
- resolve3,
147
+ resolve2,
157
148
  resolveInstalledShardInfo,
158
149
  resolveSession,
159
150
  resolveShardSource,
160
151
  resolveTinderboxConnections,
161
152
  resolveTranscriptPath,
162
153
  runGit,
163
- runPlateTool,
164
154
  runShardScript,
165
155
  scaffoldNewShard,
166
156
  scanTinderboxFlints,
@@ -170,10 +160,8 @@ import {
170
160
  setSessionInterface,
171
161
  setSessionStatus,
172
162
  setTinderboxIdentity,
173
- spawnPlateDevServer,
174
163
  stringifyShardSource,
175
164
  syncFlint,
176
- syncPlateRepos,
177
165
  syncReferenceMetadata,
178
166
  syncTinderbox,
179
167
  tagExists,
@@ -182,7 +170,6 @@ import {
182
170
  updateArtifactById,
183
171
  updateCurrentRun,
184
172
  updateGitignore,
185
- updatePlateFromRepo,
186
173
  updateRepository,
187
174
  updateSession,
188
175
  updateShards,
@@ -193,7 +180,7 @@ import {
193
180
  writeReferencesState,
194
181
  writeSession,
195
182
  writeTinderboxToml
196
- } from "./chunk-WMXC6KO6.js";
183
+ } from "./chunk-YFUMEQRR.js";
197
184
  import {
198
185
  cleanRegistryFile,
199
186
  findFlintByName,
@@ -208,7 +195,7 @@ import {
208
195
  unregisterFlint,
209
196
  updateFlintEntry,
210
197
  upsertFlintEntry
211
- } from "./chunk-X6OG5PEE.js";
198
+ } from "./chunk-5P56DC5O.js";
212
199
  import {
213
200
  runConcurrent
214
201
  } from "./chunk-V7YA5RXL.js";
@@ -225,7 +212,7 @@ import {
225
212
  resolveSource,
226
213
  syncSourceMeshExportMetadata,
227
214
  syncSourceRepoMetadata
228
- } from "./chunk-M3NSYVYR.js";
215
+ } from "./chunk-FZW47K7J.js";
229
216
  import {
230
217
  buildAllExports,
231
218
  buildExport,
@@ -234,7 +221,27 @@ import {
234
221
  resolveDocument,
235
222
  scanExportEligible,
236
223
  scanExports
237
- } from "./chunk-6MPRSFXI.js";
224
+ } from "./chunk-EFW5J46R.js";
225
+ import {
226
+ buildPlate,
227
+ clearPlateDevUrl,
228
+ clonePlateFromRepo,
229
+ createPlate,
230
+ getPlate,
231
+ initPlateRepo,
232
+ installPlate,
233
+ installPlateDeps,
234
+ listPlateTools,
235
+ listPlates,
236
+ readPlateManifest,
237
+ runPlateTool,
238
+ setPlateDevUrl,
239
+ spawnPlateDevServer,
240
+ syncDeclaredPlates,
241
+ syncPlateRepos,
242
+ updatePlate,
243
+ updatePlateFromRepo
244
+ } from "./chunk-WW4R5MWW.js";
238
245
  import {
239
246
  FLINT_CONFIG_FILENAME,
240
247
  FLINT_JSON_FILENAME,
@@ -289,6 +296,7 @@ import {
289
296
  removeSourceRepository,
290
297
  removeWorkspaceRepository,
291
298
  resolveShardMode,
299
+ setPlateDeclaration,
292
300
  setPlateRepo,
293
301
  stampSynced,
294
302
  stampVersion,
@@ -296,8 +304,9 @@ import {
296
304
  toSnakeCase,
297
305
  writeFlintJson,
298
306
  writeFlintToml
299
- } from "./chunk-CBGQBE6C.js";
300
- import "./chunk-JSBRDJBE.js";
307
+ } from "./chunk-DSRNHRUX.js";
308
+ import "./chunk-YQMGDALR.js";
309
+ import "./chunk-4VNS5WPM.js";
301
310
  export {
302
311
  FLINT_CONFIG_FILENAME,
303
312
  FLINT_JSON_FILENAME,
@@ -334,6 +343,7 @@ export {
334
343
  cleanRegistryFile,
335
344
  cleanupResolvedSource,
336
345
  cleanupStaleExports,
346
+ clearPlateDevUrl,
337
347
  clearPresetsCache,
338
348
  cloneObsidian,
339
349
  clonePlateFromRepo,
@@ -456,6 +466,7 @@ export {
456
466
  healTinderbox,
457
467
  initGit,
458
468
  initPlateRepo,
469
+ installPlate,
459
470
  installPlateDeps,
460
471
  installShardFromSource,
461
472
  isFlint,
@@ -528,7 +539,7 @@ export {
528
539
  removeTinderboxFlint,
529
540
  removeWorkspaceRepository,
530
541
  renameArtifact,
531
- resolve3 as resolve,
542
+ resolve2 as resolve,
532
543
  resolveDocument,
533
544
  resolveInstalledShardInfo,
534
545
  resolveSession,
@@ -548,6 +559,8 @@ export {
548
559
  setConfigValue,
549
560
  setCurrentRunResult,
550
561
  setIdentity,
562
+ setPlateDeclaration,
563
+ setPlateDevUrl,
551
564
  setPlateRepo,
552
565
  setSessionInterface,
553
566
  setSessionStatus,
@@ -556,6 +569,7 @@ export {
556
569
  stampSynced,
557
570
  stampVersion,
558
571
  stringifyShardSource,
572
+ syncDeclaredPlates,
559
573
  syncFlint,
560
574
  syncPlateRepos,
561
575
  syncReferenceMetadata,
@@ -572,6 +586,7 @@ export {
572
586
  updateCurrentRun,
573
587
  updateFlintEntry,
574
588
  updateGitignore,
589
+ updatePlate,
575
590
  updatePlateFromRepo,
576
591
  updateRepository,
577
592
  updateSession,
@@ -6,9 +6,10 @@ import {
6
6
  resolveDocument,
7
7
  scanExportEligible,
8
8
  scanExports
9
- } from "./chunk-6MPRSFXI.js";
10
- import "./chunk-CBGQBE6C.js";
11
- import "./chunk-JSBRDJBE.js";
9
+ } from "./chunk-EFW5J46R.js";
10
+ import "./chunk-DSRNHRUX.js";
11
+ import "./chunk-YQMGDALR.js";
12
+ import "./chunk-4VNS5WPM.js";
12
13
  export {
13
14
  buildAllExports,
14
15
  buildExport,