musubix2 0.3.6 → 0.3.8

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/index.d.ts CHANGED
@@ -8,7 +8,7 @@
8
8
  */
9
9
  import { EARSValidator as _EARSValidator, MarkdownEARSParser as _MarkdownEARSParser, RequirementsValidator as _RequirementsValidator } from '@musubix2/core';
10
10
  export { ActionableError, ErrorCodes, CommonErrors, ErrorFormatter, CircuitBreaker, retryWithBackoff, createGracefulDegradation, Logger, AuditLogger, ConfigLoader, EARSValidator, createEARSValidator, MarkdownEARSParser, RequirementsValidator, createMarkdownEARSParser, createRequirementsValidator, ReplEngine, ReasoningChainRecorder, ExplanationGenerator, InMemoryRepository, createInMemoryRepository, ExitCode, formatTable, formatSuccess, formatError, type EARSPattern, type ParsedRequirement, type ValidationResult, type ErrorSeverity, type MuSubixConfig, type ReplCommand, type ReasoningChain, } from '@musubix2/core';
11
- export declare const MUSUBI_VERSION = "0.3.6";
11
+ export declare const MUSUBI_VERSION = "0.3.8";
12
12
  export { CLIDispatcher, createCLIDispatcher, getDefaultCommands, parseArgs, showHelp, handleInit, handleTasksValidate, handleTasksList, handleTasksStats, parseTaskFile, handleSkills, handleKnowledge, handleDecision, handleDeepResearch, handleRepl, handleScaffold, handleExplain, handleLearn, handleSynthesis, handleWatch, type CLICommand, type CLIConfig, type ParsedArgs, } from './cli.js';
13
13
  /**
14
14
  * Quick-start helper: create a configured EARS validator + parser combo.