@nuucognition/flint-cli 0.5.6-dev.7 → 0.6.0-dev.0

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.
@@ -1,603 +0,0 @@
1
- import {
2
- GLOBAL_CONFIG_FILENAME,
3
- LiveSessionManager,
4
- OBSIDIAN_REPO_URL,
5
- OBSIDIAN_WINDOWS_REPO_URL,
6
- STANDARD_DIRECTORIES,
7
- TranscriptWatcher,
8
- addCodebaseDeclaration,
9
- addCodebaseReference,
10
- addFlintDeclaration,
11
- addFlintReference,
12
- addQuestion,
13
- addRun,
14
- addShardGitRemote,
15
- answerQuestion,
16
- applyPresetTemplates,
17
- autoFulfillFlints,
18
- checkShardHealth,
19
- checkTinderbox,
20
- cleanupResolvedSource,
21
- clearPresetsCache,
22
- cloneObsidian,
23
- cloneRepository,
24
- cloneShardToDev,
25
- cloneSourceRepository,
26
- createArtifactFromTemplate,
27
- createDefaultGlobalConfig,
28
- createFlint,
29
- createGitignore,
30
- createIndexMd,
31
- createMediaDir,
32
- createPersonFile,
33
- createRepository,
34
- createSession,
35
- createTag,
36
- deleteArtifactById,
37
- discoverFlints,
38
- editShard,
39
- ensureReferenceMetadataDirs,
40
- ensureSessionsDir,
41
- extractGitHubOwnerRepo,
42
- findFlintRoot,
43
- findTinderboxRoot,
44
- formatTinderboxToml,
45
- freezeShard,
46
- fulfillCodebase,
47
- fulfillFlint,
48
- generateCodebaseMetadata,
49
- generateFlintMetadata,
50
- getArtifactById,
51
- getArtifactByTitle,
52
- getCodebaseDeclarations,
53
- getCodebaseMetadataDir,
54
- getCodebaseMetadataPath,
55
- getConfigValue,
56
- getConflictFiles,
57
- getCurrentBranch,
58
- getCurrentRun,
59
- getFlintDeclarations,
60
- getFlintMetadataDir,
61
- getFlintMetadataPath,
62
- getFlintNameFromPath,
63
- getGitStatus,
64
- getGlobalConfigPath,
65
- getIdentity,
66
- getIdentityStatePath,
67
- getInstalledShardsWithVersions,
68
- getOpenApps,
69
- getPendingQuestion,
70
- getPersonFilePath,
71
- getPreset,
72
- getRebaseBranch,
73
- getReferencesMetadataDir,
74
- getRemoteUrl,
75
- getRepositoryPath,
76
- getRepositoryStatus,
77
- getSessionInterface,
78
- getSessionPath,
79
- getSessionsDir,
80
- getShardInfo,
81
- getSourceRepositoriesDir,
82
- getSourceRepositoryPath,
83
- getSourceRepositoryStatus,
84
- getStatus,
85
- getTinderboxFolderName,
86
- getTinderboxStatus,
87
- getUnfulfilled,
88
- getUnfulfilledCodebases,
89
- getUnfulfilledFlints,
90
- getWorkspaceRepositoriesDir,
91
- groupIntoTurns,
92
- hasConflictMarkers,
93
- hasPreset,
94
- hasShardScripts,
95
- hasUncommittedChanges,
96
- hasUnpushedCommits,
97
- healAllShards,
98
- healShard,
99
- healTinderbox,
100
- initGit,
101
- installShardFromSource,
102
- isGitHubSourceSpecifier,
103
- isGitInitialized,
104
- isInsideFlint,
105
- isOwnerRepo,
106
- isRebaseInProgress,
107
- isShardInstalled,
108
- isValidFlint,
109
- isValidStatus,
110
- listInstalledShards,
111
- listPresets,
112
- listRemoteVersionTags,
113
- listSessions,
114
- listShardScripts,
115
- listTags,
116
- mapClaudeEntry,
117
- mapClaudeTranscript,
118
- moveFlint,
119
- parseJsonl,
120
- parseShardSource,
121
- parseTinderboxToml,
122
- personExists,
123
- pullShard,
124
- pushTags,
125
- pushWithTags,
126
- queryArtifacts,
127
- readArtifactAtPath,
128
- readConfig,
129
- readConfigSync,
130
- readGlobalConfig,
131
- readGlobalConfigSync,
132
- readIdentityState,
133
- readReferencesState,
134
- readSession,
135
- readShardManifest,
136
- readTinderboxToml,
137
- reconcileTinderbox,
138
- registerExistingShard,
139
- remoteTagExists,
140
- removeDeclaration,
141
- removeOrphanedShard,
142
- removeReference,
143
- removeRepositoryFolder,
144
- removeSourceRepositoryFolder,
145
- removeTinderboxFlint,
146
- renameArtifact,
147
- resolve2,
148
- resolveInstalledShardInfo,
149
- resolveSession,
150
- resolveShardSource,
151
- resolveTinderboxConnections,
152
- resolveTranscriptPath,
153
- runGit,
154
- runShardScript,
155
- scaffoldNewShard,
156
- scanTinderboxFlints,
157
- setConfigValue,
158
- setCurrentRunResult,
159
- setIdentity,
160
- setSessionInterface,
161
- setSessionStatus,
162
- setTinderboxIdentity,
163
- stringifyShardSource,
164
- syncFlint,
165
- syncReferenceMetadata,
166
- syncTinderbox,
167
- tagExists,
168
- unfulfill,
169
- uninstallShard,
170
- updateArtifactById,
171
- updateCurrentRun,
172
- updateGitignore,
173
- updateRepository,
174
- updateSession,
175
- updateShards,
176
- updateSourceRepository,
177
- validateTinderboxToml,
178
- writeGlobalConfig,
179
- writeIdentityState,
180
- writeReferencesState,
181
- writeSession,
182
- writeTinderboxToml
183
- } from "./chunk-GHFCJKRI.js";
184
- import {
185
- cleanRegistryFile,
186
- findFlintByName,
187
- findFlintByPath,
188
- getFlintRegistry,
189
- getFlintRegistryPath,
190
- getGlobalFlintDir,
191
- isFlintNameTaken,
192
- isPathRegistered,
193
- registerFlint,
194
- registerFlintByPath,
195
- unregisterFlint,
196
- updateFlintEntry,
197
- upsertFlintEntry
198
- } from "./chunk-JNIJ5JV6.js";
199
- import {
200
- runConcurrent
201
- } from "./chunk-V7YA5RXL.js";
202
- import {
203
- generateSourceMeshExportMetadata,
204
- generateSourceRepoMetadata,
205
- getSourceMeshExportDir,
206
- getSourceMeshExportPath,
207
- getSourceRepoMetadataDir,
208
- getSourceRepoMetadataPath,
209
- getSourcesMetadataDir,
210
- removeSourceMeshExportMetadata,
211
- removeSourceRepoMetadata,
212
- resolveSource,
213
- syncSourceMeshExportMetadata,
214
- syncSourceRepoMetadata
215
- } from "./chunk-RD3WIRZN.js";
216
- import {
217
- buildAllExports,
218
- buildExport,
219
- buildExportByName,
220
- cleanupStaleExports,
221
- resolveDocument,
222
- scanExportEligible,
223
- scanExports
224
- } from "./chunk-IUKEMLPH.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-EQTCR2NT.js";
245
- import {
246
- FLINT_CONFIG_FILENAME,
247
- FLINT_JSON_FILENAME,
248
- FLINT_VERSION,
249
- addExportToConfig,
250
- addLatticeDeclaration,
251
- addMeshExportToConfig,
252
- addPlateDeclaration,
253
- addShardToConfig,
254
- addSourceRepository,
255
- addWorkspaceRepository,
256
- createFlintJson,
257
- createFlintToml,
258
- fulfillLattice,
259
- getExportDeclarations,
260
- getFlintConfigDir,
261
- getFlintConfigPath,
262
- getFlintJsonPath,
263
- getFlintJsonVersion,
264
- getFlintName,
265
- getLatticeDeclaration,
266
- getLatticeDeclarations,
267
- getLatticeFulfillment,
268
- getMeshExportSources,
269
- getPlateDeclaration,
270
- getPlateDeclarations,
271
- getRequiredShardNames,
272
- getShardDeclarations,
273
- getShardDeclarationsFromConfig,
274
- getSourceRepositories,
275
- getSourceRepository,
276
- getTypePrefix,
277
- getWorkspaceRepositories,
278
- getWorkspaceRepository,
279
- hasFlintJson,
280
- hasFlintToml,
281
- hasMigration,
282
- isFlint,
283
- isInsideMesh,
284
- isLocalShard,
285
- migrateShardConfig,
286
- nameFormats,
287
- readFlintJson,
288
- readFlintToml,
289
- readLatticesState,
290
- recordMigration,
291
- removeExportFromConfig,
292
- removeLatticeDeclaration,
293
- removeMeshExportFromConfig,
294
- removePlateDeclaration,
295
- removeShardFromConfig,
296
- removeSourceRepository,
297
- removeWorkspaceRepository,
298
- resolveShardMode,
299
- setPlateDeclaration,
300
- setPlateRepo,
301
- stampSynced,
302
- stampVersion,
303
- toKebabCase,
304
- toSnakeCase,
305
- writeFlintJson,
306
- writeFlintToml
307
- } from "./chunk-LLLVBA4Q.js";
308
- import "./chunk-JSBRDJBE.js";
309
- export {
310
- FLINT_CONFIG_FILENAME,
311
- FLINT_JSON_FILENAME,
312
- FLINT_VERSION,
313
- GLOBAL_CONFIG_FILENAME,
314
- LiveSessionManager,
315
- OBSIDIAN_REPO_URL,
316
- OBSIDIAN_WINDOWS_REPO_URL,
317
- STANDARD_DIRECTORIES,
318
- TranscriptWatcher,
319
- addCodebaseDeclaration,
320
- addCodebaseReference,
321
- addExportToConfig,
322
- addFlintDeclaration,
323
- addFlintReference,
324
- addLatticeDeclaration,
325
- addMeshExportToConfig,
326
- addPlateDeclaration,
327
- addQuestion,
328
- addRun,
329
- addShardGitRemote,
330
- addShardToConfig,
331
- addSourceRepository,
332
- addWorkspaceRepository,
333
- answerQuestion,
334
- applyPresetTemplates,
335
- autoFulfillFlints,
336
- buildAllExports,
337
- buildExport,
338
- buildExportByName,
339
- buildPlate,
340
- checkShardHealth,
341
- checkTinderbox,
342
- cleanRegistryFile,
343
- cleanupResolvedSource,
344
- cleanupStaleExports,
345
- clearPlateDevUrl,
346
- clearPresetsCache,
347
- cloneObsidian,
348
- clonePlateFromRepo,
349
- cloneRepository,
350
- cloneShardToDev,
351
- cloneSourceRepository,
352
- createArtifactFromTemplate,
353
- createDefaultGlobalConfig,
354
- createFlint,
355
- createFlintJson,
356
- createFlintToml,
357
- createGitignore,
358
- createIndexMd,
359
- createMediaDir,
360
- createPersonFile,
361
- createPlate,
362
- createRepository,
363
- createSession,
364
- createTag,
365
- deleteArtifactById,
366
- discoverFlints,
367
- editShard,
368
- ensureReferenceMetadataDirs,
369
- ensureSessionsDir,
370
- extractGitHubOwnerRepo,
371
- findFlintByName,
372
- findFlintByPath,
373
- findFlintRoot,
374
- findTinderboxRoot,
375
- formatTinderboxToml,
376
- freezeShard,
377
- fulfillCodebase,
378
- fulfillFlint,
379
- fulfillLattice,
380
- generateCodebaseMetadata,
381
- generateFlintMetadata,
382
- generateSourceMeshExportMetadata,
383
- generateSourceRepoMetadata,
384
- getArtifactById,
385
- getArtifactByTitle,
386
- getCodebaseDeclarations,
387
- getCodebaseMetadataDir,
388
- getCodebaseMetadataPath,
389
- getConfigValue,
390
- getConflictFiles,
391
- getCurrentBranch,
392
- getCurrentRun,
393
- getExportDeclarations,
394
- getFlintConfigDir,
395
- getFlintConfigPath,
396
- getFlintDeclarations,
397
- getFlintJsonPath,
398
- getFlintJsonVersion,
399
- getFlintMetadataDir,
400
- getFlintMetadataPath,
401
- getFlintName,
402
- getFlintNameFromPath,
403
- getFlintRegistry,
404
- getFlintRegistryPath,
405
- getGitStatus,
406
- getGlobalConfigPath,
407
- getGlobalFlintDir,
408
- getIdentity,
409
- getIdentityStatePath,
410
- getInstalledShardsWithVersions,
411
- getLatticeDeclaration,
412
- getLatticeDeclarations,
413
- getLatticeFulfillment,
414
- getMeshExportSources,
415
- getReferencesMetadataDir as getNewReferencesMetadataDir,
416
- getOpenApps,
417
- getPendingQuestion,
418
- getPersonFilePath,
419
- getPlate,
420
- getPlateDeclaration,
421
- getPlateDeclarations,
422
- getPreset,
423
- getRebaseBranch,
424
- getRemoteUrl,
425
- getRepositoryPath,
426
- getRepositoryStatus,
427
- getRequiredShardNames,
428
- getSessionInterface,
429
- getSessionPath,
430
- getSessionsDir,
431
- getShardDeclarations,
432
- getShardDeclarationsFromConfig,
433
- getShardInfo,
434
- getSourceMeshExportDir,
435
- getSourceMeshExportPath,
436
- getSourceRepoMetadataDir,
437
- getSourceRepoMetadataPath,
438
- getSourceRepositories,
439
- getSourceRepositoriesDir,
440
- getSourceRepository,
441
- getSourceRepositoryPath,
442
- getSourceRepositoryStatus,
443
- getSourcesMetadataDir,
444
- getStatus,
445
- getTinderboxFolderName,
446
- getTinderboxStatus,
447
- getTypePrefix,
448
- getUnfulfilled,
449
- getUnfulfilledCodebases,
450
- getUnfulfilledFlints,
451
- getWorkspaceRepositories,
452
- getWorkspaceRepositoriesDir,
453
- getWorkspaceRepository,
454
- groupIntoTurns,
455
- hasConflictMarkers,
456
- hasFlintJson,
457
- hasFlintToml,
458
- hasMigration,
459
- hasPreset,
460
- hasShardScripts,
461
- hasUncommittedChanges,
462
- hasUnpushedCommits,
463
- healAllShards,
464
- healShard,
465
- healTinderbox,
466
- initGit,
467
- initPlateRepo,
468
- installPlate,
469
- installPlateDeps,
470
- installShardFromSource,
471
- isFlint,
472
- isFlintNameTaken,
473
- isGitHubSourceSpecifier,
474
- isGitInitialized,
475
- isInsideFlint,
476
- isInsideMesh,
477
- isLocalShard,
478
- isOwnerRepo,
479
- isPathRegistered,
480
- isRebaseInProgress,
481
- isShardInstalled,
482
- isValidFlint,
483
- isValidStatus,
484
- listInstalledShards,
485
- listPlateTools,
486
- listPlates,
487
- listPresets,
488
- listRemoteVersionTags,
489
- listSessions,
490
- listShardScripts,
491
- listTags,
492
- mapClaudeEntry,
493
- mapClaudeTranscript,
494
- migrateShardConfig,
495
- moveFlint,
496
- nameFormats,
497
- parseJsonl,
498
- parseShardSource,
499
- parseTinderboxToml,
500
- personExists,
501
- pullShard,
502
- pushTags,
503
- pushWithTags,
504
- queryArtifacts,
505
- readArtifactAtPath,
506
- readConfig,
507
- readConfigSync,
508
- readFlintJson,
509
- readFlintToml,
510
- readGlobalConfig,
511
- readGlobalConfigSync,
512
- readIdentityState,
513
- readLatticesState,
514
- readPlateManifest,
515
- readSession,
516
- readShardManifest,
517
- readTinderboxToml,
518
- readReferencesState as readUnifiedReferencesState,
519
- reconcileTinderbox,
520
- recordMigration,
521
- registerExistingShard,
522
- registerFlint,
523
- registerFlintByPath,
524
- remoteTagExists,
525
- removeExportFromConfig,
526
- removeLatticeDeclaration,
527
- removeMeshExportFromConfig,
528
- removeOrphanedShard,
529
- removePlateDeclaration,
530
- removeReference,
531
- removeDeclaration as removeReferenceDeclaration,
532
- removeRepositoryFolder,
533
- removeShardFromConfig,
534
- removeSourceMeshExportMetadata,
535
- removeSourceRepoMetadata,
536
- removeSourceRepository,
537
- removeSourceRepositoryFolder,
538
- removeTinderboxFlint,
539
- removeWorkspaceRepository,
540
- renameArtifact,
541
- resolve2 as resolve,
542
- resolveDocument,
543
- resolveInstalledShardInfo,
544
- resolveSession,
545
- resolveShardMode,
546
- resolveShardSource,
547
- resolveSource,
548
- resolveTinderboxConnections,
549
- resolveTranscriptPath,
550
- runConcurrent,
551
- runGit,
552
- runPlateTool,
553
- runShardScript,
554
- scaffoldNewShard,
555
- scanExportEligible,
556
- scanExports,
557
- scanTinderboxFlints,
558
- setConfigValue,
559
- setCurrentRunResult,
560
- setIdentity,
561
- setPlateDeclaration,
562
- setPlateDevUrl,
563
- setPlateRepo,
564
- setSessionInterface,
565
- setSessionStatus,
566
- setTinderboxIdentity,
567
- spawnPlateDevServer,
568
- stampSynced,
569
- stampVersion,
570
- stringifyShardSource,
571
- syncDeclaredPlates,
572
- syncFlint,
573
- syncPlateRepos,
574
- syncReferenceMetadata,
575
- syncSourceMeshExportMetadata,
576
- syncSourceRepoMetadata,
577
- syncTinderbox,
578
- tagExists,
579
- toKebabCase,
580
- toSnakeCase,
581
- unfulfill as unfulfillReference,
582
- uninstallShard,
583
- unregisterFlint,
584
- updateArtifactById,
585
- updateCurrentRun,
586
- updateFlintEntry,
587
- updateGitignore,
588
- updatePlate,
589
- updatePlateFromRepo,
590
- updateRepository,
591
- updateSession,
592
- updateShards,
593
- updateSourceRepository,
594
- upsertFlintEntry,
595
- validateTinderboxToml,
596
- writeFlintJson,
597
- writeFlintToml,
598
- writeGlobalConfig,
599
- writeIdentityState,
600
- writeSession,
601
- writeTinderboxToml,
602
- writeReferencesState as writeUnifiedReferencesState
603
- };
@@ -1,20 +0,0 @@
1
- import {
2
- buildAllExports,
3
- buildExport,
4
- buildExportByName,
5
- cleanupStaleExports,
6
- resolveDocument,
7
- scanExportEligible,
8
- scanExports
9
- } from "./chunk-IUKEMLPH.js";
10
- import "./chunk-LLLVBA4Q.js";
11
- import "./chunk-JSBRDJBE.js";
12
- export {
13
- buildAllExports,
14
- buildExport,
15
- buildExportByName,
16
- cleanupStaleExports,
17
- resolveDocument,
18
- scanExportEligible,
19
- scanExports
20
- };