@cleocode/cleo 2026.5.38 → 2026.5.41

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.
package/dist/cli/index.js CHANGED
@@ -11600,45 +11600,6 @@ var init_typed = __esm({
11600
11600
  }
11601
11601
  });
11602
11602
 
11603
- // packages/cleo/src/dispatch/engines/memory-engine.ts
11604
- import {
11605
- memoryBrainStats,
11606
- memoryContradictions,
11607
- memoryDecisionFind,
11608
- memoryDecisionStore,
11609
- memoryFetch,
11610
- memoryFind,
11611
- memoryGraphAdd,
11612
- memoryGraphContext,
11613
- memoryGraphNeighbors,
11614
- memoryGraphRelated,
11615
- memoryGraphRemove,
11616
- memoryGraphShow,
11617
- memoryGraphStatsFull,
11618
- memoryGraphTrace,
11619
- memoryLearningFind,
11620
- memoryLearningStats,
11621
- memoryLearningStore,
11622
- memoryLink,
11623
- memoryObserve,
11624
- memoryPatternFind,
11625
- memoryPatternStats,
11626
- memoryPatternStore,
11627
- memoryQualityReport,
11628
- memoryReasonSimilar,
11629
- memoryReasonWhy,
11630
- memorySearchHybrid,
11631
- memoryShow,
11632
- memorySuperseded,
11633
- memoryTimeline,
11634
- memoryUnlink
11635
- } from "@cleocode/core/internal";
11636
- var init_memory_engine = __esm({
11637
- "packages/cleo/src/dispatch/engines/memory-engine.ts"() {
11638
- "use strict";
11639
- }
11640
- });
11641
-
11642
11603
  // packages/cleo/src/dispatch/engines/template-parser.ts
11643
11604
  import {
11644
11605
  generateTemplateConfig as coreGenerateTemplateConfig,
@@ -11683,41 +11644,6 @@ var init_template_parser = __esm({
11683
11644
  }
11684
11645
  });
11685
11646
 
11686
- // packages/cleo/src/dispatch/engines/validate-engine.ts
11687
- import {
11688
- coreBatchValidate,
11689
- coreCoherenceCheck,
11690
- coreComplianceRecord,
11691
- coreComplianceSummary,
11692
- coreComplianceViolations,
11693
- coreTestCoverage,
11694
- coreTestRun,
11695
- coreTestStatus,
11696
- coreValidateManifest,
11697
- coreValidateOutput,
11698
- coreValidateProtocol,
11699
- coreValidateSchema,
11700
- coreValidateTask,
11701
- validateGateVerify,
11702
- validateProtocolArchitectureDecision,
11703
- validateProtocolArtifactPublish,
11704
- validateProtocolConsensus,
11705
- validateProtocolContribution,
11706
- validateProtocolDecomposition,
11707
- validateProtocolImplementation,
11708
- validateProtocolProvenance,
11709
- validateProtocolRelease,
11710
- validateProtocolResearch,
11711
- validateProtocolSpecification,
11712
- validateProtocolTesting,
11713
- validateProtocolValidation
11714
- } from "@cleocode/core/internal";
11715
- var init_validate_engine = __esm({
11716
- "packages/cleo/src/dispatch/engines/validate-engine.ts"() {
11717
- "use strict";
11718
- }
11719
- });
11720
-
11721
11647
  // packages/cleo/src/dispatch/lib/engine.ts
11722
11648
  var engine_exports = {};
11723
11649
  __export(engine_exports, {
@@ -11944,6 +11870,19 @@ import {
11944
11870
  configListPresets,
11945
11871
  configSet,
11946
11872
  configSetPreset,
11873
+ coreBatchValidate,
11874
+ coreCoherenceCheck,
11875
+ coreComplianceRecord,
11876
+ coreComplianceSummary,
11877
+ coreComplianceViolations,
11878
+ coreTestCoverage,
11879
+ coreTestRun,
11880
+ coreTestStatus,
11881
+ coreValidateManifest,
11882
+ coreValidateOutput,
11883
+ coreValidateProtocol,
11884
+ coreValidateSchema,
11885
+ coreValidateTask,
11947
11886
  ensureInitialized,
11948
11887
  filterEntries,
11949
11888
  getVersion,
@@ -11961,6 +11900,36 @@ import {
11961
11900
  lifecycleStatus,
11962
11901
  loadActiveReleaseHandle,
11963
11902
  mapCodebase,
11903
+ memoryBrainStats,
11904
+ memoryContradictions,
11905
+ memoryDecisionFind,
11906
+ memoryDecisionStore,
11907
+ memoryFetch,
11908
+ memoryFind,
11909
+ memoryGraphAdd,
11910
+ memoryGraphContext,
11911
+ memoryGraphNeighbors,
11912
+ memoryGraphRelated,
11913
+ memoryGraphRemove,
11914
+ memoryGraphShow,
11915
+ memoryGraphStatsFull,
11916
+ memoryGraphTrace,
11917
+ memoryLearningFind,
11918
+ memoryLearningStats,
11919
+ memoryLearningStore,
11920
+ memoryLink,
11921
+ memoryObserve,
11922
+ memoryPatternFind,
11923
+ memoryPatternStats,
11924
+ memoryPatternStore,
11925
+ memoryQualityReport,
11926
+ memoryReasonSimilar,
11927
+ memoryReasonWhy,
11928
+ memorySearchHybrid,
11929
+ memoryShow,
11930
+ memorySuperseded,
11931
+ memoryTimeline,
11932
+ memoryUnlink,
11964
11933
  orchestrateAnalyze,
11965
11934
  orchestrateBootstrap,
11966
11935
  orchestrateCheck,
@@ -12092,14 +12061,25 @@ import {
12092
12061
  taskUnarchive,
12093
12062
  taskUnclaim,
12094
12063
  taskUpdate,
12095
- taskWorkHistory
12064
+ taskWorkHistory,
12065
+ validateGateVerify,
12066
+ validateProtocolArchitectureDecision,
12067
+ validateProtocolArtifactPublish,
12068
+ validateProtocolConsensus,
12069
+ validateProtocolContribution,
12070
+ validateProtocolDecomposition,
12071
+ validateProtocolImplementation,
12072
+ validateProtocolProvenance,
12073
+ validateProtocolRelease,
12074
+ validateProtocolResearch,
12075
+ validateProtocolSpecification,
12076
+ validateProtocolTesting,
12077
+ validateProtocolValidation
12096
12078
  } from "@cleocode/core/internal";
12097
12079
  var init_engine = __esm({
12098
12080
  "packages/cleo/src/dispatch/lib/engine.ts"() {
12099
12081
  "use strict";
12100
- init_memory_engine();
12101
12082
  init_template_parser();
12102
- init_validate_engine();
12103
12083
  }
12104
12084
  });
12105
12085
 
@@ -26703,7 +26683,8 @@ var init_session3 = __esm({
26703
26683
  }
26704
26684
  });
26705
26685
 
26706
- // packages/cleo/src/dispatch/engines/sticky-engine.ts
26686
+ // packages/cleo/src/dispatch/domains/sticky.ts
26687
+ import { getLogger as getLogger13, getProjectRoot as getProjectRoot14 } from "@cleocode/core";
26707
26688
  import {
26708
26689
  stickyAdd,
26709
26690
  stickyArchive,
@@ -26711,19 +26692,10 @@ import {
26711
26692
  stickyConvertToSessionNote,
26712
26693
  stickyConvertToTask,
26713
26694
  stickyConvertToTaskNote,
26714
- stickyList,
26715
26695
  stickyListFiltered,
26716
26696
  stickyPurge,
26717
26697
  stickyShow
26718
26698
  } from "@cleocode/core/internal";
26719
- var init_sticky_engine = __esm({
26720
- "packages/cleo/src/dispatch/engines/sticky-engine.ts"() {
26721
- "use strict";
26722
- }
26723
- });
26724
-
26725
- // packages/cleo/src/dispatch/domains/sticky.ts
26726
- import { getLogger as getLogger13, getProjectRoot as getProjectRoot14 } from "@cleocode/core";
26727
26699
  async function stickyListOp(params) {
26728
26700
  return stickyListFiltered(
26729
26701
  getProjectRoot14(),
@@ -26802,7 +26774,6 @@ var init_sticky2 = __esm({
26802
26774
  "packages/cleo/src/dispatch/domains/sticky.ts"() {
26803
26775
  "use strict";
26804
26776
  init_typed();
26805
- init_sticky_engine();
26806
26777
  init_base();
26807
26778
  init_meta2();
26808
26779
  log3 = getLogger13("domain:sticky");
@@ -27466,8 +27437,13 @@ var init_tasks3 = __esm({
27466
27437
  }
27467
27438
  });
27468
27439
 
27469
- // packages/cleo/src/dispatch/engines/tools-engine.ts
27440
+ // packages/cleo/src/dispatch/domains/tools.ts
27441
+ import { getLogger as getLogger15, getProjectRoot as getProjectRoot16 } from "@cleocode/core";
27470
27442
  import {
27443
+ codeOutline,
27444
+ codeParse,
27445
+ codeSearch,
27446
+ codeUnfold,
27471
27447
  toolsAdapterActivate,
27472
27448
  toolsAdapterDetect,
27473
27449
  toolsAdapterDispose,
@@ -27498,20 +27474,10 @@ import {
27498
27474
  toolsSkillUninstall,
27499
27475
  toolsSkillVerify
27500
27476
  } from "@cleocode/core/internal";
27501
- var init_tools_engine = __esm({
27502
- "packages/cleo/src/dispatch/engines/tools-engine.ts"() {
27503
- "use strict";
27504
- }
27505
- });
27506
-
27507
- // packages/cleo/src/dispatch/domains/tools.ts
27508
- import { getLogger as getLogger15, getProjectRoot as getProjectRoot16 } from "@cleocode/core";
27509
- import { codeOutline, codeParse, codeSearch, codeUnfold } from "@cleocode/core/internal";
27510
27477
  var ToolsHandler;
27511
27478
  var init_tools = __esm({
27512
27479
  "packages/cleo/src/dispatch/domains/tools.ts"() {
27513
27480
  "use strict";
27514
- init_tools_engine();
27515
27481
  init_base();
27516
27482
  init_meta2();
27517
27483
  init_routing();