@wrongstack/core 0.8.4 → 0.8.5
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/coordination/index.js +8 -1
- package/dist/coordination/index.js.map +1 -1
- package/dist/defaults/index.d.ts +2 -2
- package/dist/defaults/index.js +41 -21
- package/dist/defaults/index.js.map +1 -1
- package/dist/execution/index.d.ts +1 -1
- package/dist/execution/index.js +22 -3
- package/dist/execution/index.js.map +1 -1
- package/dist/index.d.ts +84 -6
- package/dist/index.js +519 -143
- package/dist/index.js.map +1 -1
- package/dist/{plan-templates-BnlpEkX8.d.ts → plan-templates-D8zQgZzc.d.ts} +1 -1
- package/dist/sdd/index.d.ts +7 -7
- package/dist/sdd/index.js +10 -14
- package/dist/sdd/index.js.map +1 -1
- package/dist/security/index.js.map +1 -1
- package/dist/skills/index.js +7 -1
- package/dist/skills/index.js.map +1 -1
- package/dist/storage/index.d.ts +2 -2
- package/dist/storage/index.js +1 -3
- package/dist/storage/index.js.map +1 -1
- package/dist/types/index.js +22 -3
- package/dist/types/index.js.map +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/index.js +40 -1
- package/dist/utils/index.js.map +1 -1
- package/dist/{wstack-paths-gCrJ631C.d.ts → wstack-paths-Bxik3CsK.d.ts} +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -34,8 +34,8 @@ import { l as TaskGraph, r as TaskType, n as TaskPriority, m as TaskNode } from
|
|
|
34
34
|
export { C as CriticalPathResult, D as DEFAULT_SPEC_TEMPLATE, S as SpecAnalysis, a as SpecApiEndpoint, b as SpecRequirement, c as SpecSection, d as SpecSectionType, e as SpecStatus, f as SpecTemplate, g as SpecValidationResult, h as Specification, T as TaskAssignment, i as TaskDependency, j as TaskEdge, k as TaskFilter, o as TaskProgress, p as TaskSort, q as TaskStatus, s as computeTaskProgress, t as findCriticalPath, u as topologicalSort } from './task-graph-D1YQbpxF.js';
|
|
35
35
|
export { A as AggregateHealth, H as HealthCheck, a as HealthCheckResult, b as HealthRegistry, c as HealthStatus, M as MetricLabels, d as MetricSeries, e as MetricsSink, f as MetricsSnapshot, S as Span, T as Tracer } from './observability-BhnVLBLS.js';
|
|
36
36
|
export { AtomicWriteOptions, BuildChildEnvOptions, CompileFail, CompileResult, MessageRepairReport, MessageRepairResult, NewlineStyle, RequestTokenBreakdown, SafeParseResult, ToolOutputSerializerOptions, UnifiedDiffOptions, ValidationError, ValidationResult, atomicWrite, buildChildEnv, color, compileGlob, compileUserRegex, createToolOutputSerializer, detectNewlineStyle, ensureDir, estimateRequestTokens, estimateTextTokens, estimateToolDefTokens, estimateToolInputTokens, estimateToolResultTokens, formatTodosList, matchAny, matchGlob, normalizeToLf, repairToolUseAdjacency, safeParse, safeStringify, sanitizeJsonString, stripAnsi, toStyle, unifiedDiff, validateAgainstSchema } from './utils/index.js';
|
|
37
|
-
export { W as WstackPathOptions, a as WstackPaths, p as projectHash, r as resolveWstackPaths } from './wstack-paths-
|
|
38
|
-
export { A as AbandonedSession, a as AttachmentStoreOptions, C as ConfigLoaderOptions, b as ConfigMigration, c as ConfigMigrationError, d as ConfigSource, D as DEFAULT_CONFIG_MIGRATIONS, e as DefaultAttachmentStore, f as DefaultConfigLoader, g as DefaultConfigStore, h as DefaultMemoryStore, i as DefaultSessionStore, M as MemoryStoreOptions, j as MigrationContext, k as MigrationResult, P as PersistedQueueItem, l as PlanFile, m as PlanItem, n as PlanTemplate, Q as QueueStore, R as RecoveryLock, o as RecoveryLockOptions, S as SessionAnalyzer, p as SessionStoreOptions, T as TodosCheckpointFile, q as addPlanItem, r as attachPlanCheckpoint, s as attachTodosCheckpoint, t as clearPlan, u as deriveTodosFromPlanItem, v as emptyPlan, w as formatPlan, x as formatPlanTemplates, y as getPlanTemplate, z as listPlanTemplates, B as loadPlan, E as loadTodosCheckpoint, F as removePlanItem, G as runConfigMigrations, H as savePlan, I as saveTodosCheckpoint, J as setPlanItemStatus } from './plan-templates-
|
|
37
|
+
export { W as WstackPathOptions, a as WstackPaths, p as projectHash, r as resolveWstackPaths } from './wstack-paths-Bxik3CsK.js';
|
|
38
|
+
export { A as AbandonedSession, a as AttachmentStoreOptions, C as ConfigLoaderOptions, b as ConfigMigration, c as ConfigMigrationError, d as ConfigSource, D as DEFAULT_CONFIG_MIGRATIONS, e as DefaultAttachmentStore, f as DefaultConfigLoader, g as DefaultConfigStore, h as DefaultMemoryStore, i as DefaultSessionStore, M as MemoryStoreOptions, j as MigrationContext, k as MigrationResult, P as PersistedQueueItem, l as PlanFile, m as PlanItem, n as PlanTemplate, Q as QueueStore, R as RecoveryLock, o as RecoveryLockOptions, S as SessionAnalyzer, p as SessionStoreOptions, T as TodosCheckpointFile, q as addPlanItem, r as attachPlanCheckpoint, s as attachTodosCheckpoint, t as clearPlan, u as deriveTodosFromPlanItem, v as emptyPlan, w as formatPlan, x as formatPlanTemplates, y as getPlanTemplate, z as listPlanTemplates, B as loadPlan, E as loadTodosCheckpoint, F as removePlanItem, G as runConfigMigrations, H as savePlan, I as saveTodosCheckpoint, J as setPlanItemStatus } from './plan-templates-D8zQgZzc.js';
|
|
39
39
|
export { D as DirectorStateCheckpoint, a as DirectorStateSnapshot, b as DirectorSubagentState, c as DirectorTaskState, l as loadDirectorState } from './director-state-BmYi3DGA.js';
|
|
40
40
|
export { A as AutoApprovePermissionPolicy, D as DefaultPermissionPolicy, P as PermissionPolicyOptions } from './permission-policy-BBa1M1xc.js';
|
|
41
41
|
export { AutoCompactionMiddleware, AutonomousRunner, AutonomousRunnerOptions, AutonomyPromptContributorOptions, DefaultSkillLoader, DoneCheckResult, DoneConditionChecker, EternalAutonomyEngine, EternalAutonomyOptions, EternalEngineState, IntelligentCompactor, IntelligentCompactorOptions, ParallelEngineState, ParallelEternalEngine, ParallelEternalOptions, SelectiveCompactor, SelectiveCompactorOptions, SkillLoaderOptions, buildGoalPreamble, makeAutonomyPromptContributor } from './execution/index.js';
|
|
@@ -44,7 +44,8 @@ export { a as AGENTS_BY_PHASE, b as AGENT_CATALOG, c as ALL_AGENT_DEFINITIONS, d
|
|
|
44
44
|
export { A as AgentBudgetTier, a as AgentCapability, b as AgentDefinition, c as AgentPhase, D as DEFAULT_DISPATCH_ROLE, d as DefaultMultiAgentCoordinator, e as DispatchCandidate, f as DispatchClassifier, g as DispatchMethod, h as DispatchOptions, i as DispatchResult, j as MultiAgentCoordinatorOptions, k as dispatchAgent, m as makeLLMClassifier, s as scoreAgents } from './multi-agent-coordinator-IQKrMfXz.js';
|
|
45
45
|
export { A as AgentFactory, a as AgentFactoryResult, b as AgentRunnerOptions, F as FleetBus, c as FleetEvent, d as FleetHandler, e as FleetUsage, f as FleetUsageAggregator, S as SubagentUsageSnapshot, m as makeAgentSubagentRunner } from './agent-subagent-runner-Cav3yEJM.js';
|
|
46
46
|
export { DefaultModeStore, LLMSelector, LLMSelectorOptions, ModeLoaderOptions, loadProjectModes, loadUserModes } from './models/index.js';
|
|
47
|
-
|
|
47
|
+
import { TaskStore } from './sdd/index.js';
|
|
48
|
+
export { AISpecBuilder, AISpecBuilderOptions, AISpecPhase, AISpecSession, AutoExecutor, AutoExecutorOptions, BottleneckTask, CollectedAnswer, CriticalPathAnalysis, DefaultTaskStore, ExecutionSummary, GeneratedTask, SPEC_TEMPLATES, SddParallelRun, SddParallelRunOptions, SddProgress, SddTaskDecomposer, SddTaskDecomposerOptions, SpecDiff, SpecDrivenDev, SpecDrivenDevOptions, SpecIndexEntry, SpecParser, SpecStore, SpecStoreOptions, SpecVersion, SpecVersioning, TaskBatch, TaskExecutionContext, TaskExecutionResult, TaskFlow, TaskFlowEventMap, TaskFlowEventName, TaskFlowExecutionContext, TaskFlowOptions, TaskFlowPhase, TaskGenerator, TaskGeneratorOptions, TaskGraphIndexEntry, TaskGraphStore, TaskGraphStoreOptions, TaskTracker, TaskTrackerOptions, TaskTransition, WaveResult, analyzeCriticalPath, createAutoExecutor, getTemplate, listTemplates, renderProgress, renderSpecAnalysis, renderTaskGraph, renderTaskList, templateToMarkdown } from './sdd/index.js';
|
|
48
49
|
export { DefaultHealthRegistry, InMemoryMetricsSink, MetricsServerHandle, MetricsServerOptions, NoopMetricsSink, NoopTracer, OTelTracer, OtlpMetricsExporterHandle, OtlpMetricsExporterOptions, OtlpTraceExporterHandle, OtlpTraceExporterOptions, PROMETHEUS_CONTENT_TYPE, buildOtlpMetricsRequest, buildOtlpTracesRequest, renderPrometheus, startMetricsServer, startOtlpMetricsExporter, startOtlpTraceExporter, wireMetricsToEvents } from './observability/index.js';
|
|
49
50
|
export { C as ContextManagerAction, a as ContextManagerInput, b as ContextManagerResult, c as ContextManagerToolOptions, d as allServers, e as awsServer, f as blockServer, g as braveSearchServer, h as context7Server, i as contextManagerTool, j as createContextManagerTool, k as everArtServer, l as filesystemServer, m as githubServer, n as googleMapsServer, o as miniMaxVisionServer, s as sentinelServer, p as slackServer, z as zaiVisionServer } from './mcp-servers-n2L9ohMX.js';
|
|
50
51
|
export { DownloadResult, InstallResult, InstalledSkillEntry, ManifestData, ParsedRef, SkillInstaller, SkillInstallerOptions, SkillManifestStore, UpdateResult, downloadGitHubTarball, parseSkillRef } from './skills/index.js';
|
|
@@ -911,6 +912,13 @@ interface PhaseEventMap {
|
|
|
911
912
|
taskTitle: string;
|
|
912
913
|
error: string;
|
|
913
914
|
};
|
|
915
|
+
'phase.taskRetrying': {
|
|
916
|
+
phaseId: string;
|
|
917
|
+
taskId: string;
|
|
918
|
+
taskTitle: string;
|
|
919
|
+
attempt: number;
|
|
920
|
+
maxRetries: number;
|
|
921
|
+
};
|
|
914
922
|
'phase.allTasksDone': {
|
|
915
923
|
phaseId: string;
|
|
916
924
|
completed: number;
|
|
@@ -1034,6 +1042,11 @@ declare class AutoPhaseRunner {
|
|
|
1034
1042
|
private orchestrator;
|
|
1035
1043
|
private opts;
|
|
1036
1044
|
private progressInterval;
|
|
1045
|
+
private readonly graphCompletedHandler;
|
|
1046
|
+
private readonly graphFailedHandler;
|
|
1047
|
+
/** Stores the unsubscribe function returned by EventBus.on() */
|
|
1048
|
+
private unsubscribeCompleted;
|
|
1049
|
+
private unsubscribeFailed;
|
|
1037
1050
|
constructor(opts: AutoPhaseRunnerOptions);
|
|
1038
1051
|
start(): Promise<PhaseGraph>;
|
|
1039
1052
|
pause(): void;
|
|
@@ -1078,6 +1091,8 @@ declare class PhaseOrchestrator {
|
|
|
1078
1091
|
private paused;
|
|
1079
1092
|
private runningPhases;
|
|
1080
1093
|
private tickInterval;
|
|
1094
|
+
private trackerCache;
|
|
1095
|
+
private taskRetryCounts;
|
|
1081
1096
|
constructor(opts: PhaseOrchestratorOptions);
|
|
1082
1097
|
/**
|
|
1083
1098
|
* Tüm faz akışını başlat.
|
|
@@ -1114,6 +1129,7 @@ declare class PhaseOrchestrator {
|
|
|
1114
1129
|
releaseAgent(phaseId: string, agentId: string): void;
|
|
1115
1130
|
private emit;
|
|
1116
1131
|
private createNoopEventBus;
|
|
1132
|
+
private delay;
|
|
1117
1133
|
}
|
|
1118
1134
|
|
|
1119
1135
|
interface PhaseGraphBuilderOptions {
|
|
@@ -1125,6 +1141,8 @@ interface PhaseGraphBuilderOptions {
|
|
|
1125
1141
|
autonomous?: boolean;
|
|
1126
1142
|
/** Başarısızlıkta dur */
|
|
1127
1143
|
stopOnFailure?: boolean;
|
|
1144
|
+
/** Harici TaskStore (opsiyonel) */
|
|
1145
|
+
externalTaskStore?: TaskStore;
|
|
1128
1146
|
}
|
|
1129
1147
|
/**
|
|
1130
1148
|
* PhaseGraphBuilder — Projeyi fazlara bölen ve her faz için task graph oluşturan builder.
|
|
@@ -1156,6 +1174,60 @@ declare class PhaseGraphBuilder {
|
|
|
1156
1174
|
}): Promise<PhaseGraph>;
|
|
1157
1175
|
}
|
|
1158
1176
|
|
|
1177
|
+
/**
|
|
1178
|
+
* AutoPhasePlanner — Bir hedefi (goal) gerçek bir LLM çağrısıyla faz faz,
|
|
1179
|
+
* her fazın altında bir sürü todo içeren büyük bir task listesine dönüştürür.
|
|
1180
|
+
*
|
|
1181
|
+
* SDD'nin spec→task akışına benzer ama farklı: burada çıktı doğrudan
|
|
1182
|
+
* `PhaseTemplate[]` — her faz `taskTemplates` taşır, böylece
|
|
1183
|
+
* `PhaseGraphBuilder` dolu bir `PhaseGraph` üretir ve `PhaseOrchestrator`
|
|
1184
|
+
* her görevi gerçek bir agent koşusuyla çalıştırır.
|
|
1185
|
+
*
|
|
1186
|
+
* Planner LLM'e bağımlı değildir: çağıran taraf bir `runOnce(prompt)` fonksiyonu
|
|
1187
|
+
* verir (CLI'de bu bir subagent koşusudur, testte bir stub olabilir).
|
|
1188
|
+
*/
|
|
1189
|
+
|
|
1190
|
+
interface AutoPhasePlannerOptions {
|
|
1191
|
+
/**
|
|
1192
|
+
* Tek seferlik LLM çağrısı: prompt verir, modelin metin çıktısını döndürür.
|
|
1193
|
+
* CLI'de bir subagent.run sarmalayıcısıdır; testte deterministik stub.
|
|
1194
|
+
*/
|
|
1195
|
+
runOnce: (prompt: string) => Promise<string>;
|
|
1196
|
+
/** Hedef/proje başlığı. */
|
|
1197
|
+
goal: string;
|
|
1198
|
+
/** package.json/dizin yapısı gibi opsiyonel proje bağlamı. */
|
|
1199
|
+
projectContext?: string;
|
|
1200
|
+
/** İstenen minimum faz sayısı (default 3). */
|
|
1201
|
+
minPhases?: number;
|
|
1202
|
+
/** İstenen maksimum faz sayısı (default 8). */
|
|
1203
|
+
maxPhases?: number;
|
|
1204
|
+
/** Faz başına hedeflenen todo sayısı (default 6). */
|
|
1205
|
+
todosPerPhase?: number;
|
|
1206
|
+
}
|
|
1207
|
+
interface AutoPhasePlanResult {
|
|
1208
|
+
/** PhaseGraphBuilder'a verilecek faz şablonları. */
|
|
1209
|
+
phases: PhaseTemplate[];
|
|
1210
|
+
/** Modelin ham çıktısı (debug/log için). */
|
|
1211
|
+
raw: string;
|
|
1212
|
+
/** JSON ayrıştırılamadıysa true; bu durumda `phases` boş döner. */
|
|
1213
|
+
parseFailed: boolean;
|
|
1214
|
+
}
|
|
1215
|
+
/**
|
|
1216
|
+
* AutoPhasePlanner — `plan()` çağrısı modeli sürer ve `PhaseTemplate[]` üretir.
|
|
1217
|
+
*/
|
|
1218
|
+
declare class AutoPhasePlanner {
|
|
1219
|
+
private readonly opts;
|
|
1220
|
+
constructor(opts: AutoPhasePlannerOptions);
|
|
1221
|
+
/** Hedefi faz+todo planına dönüştür. */
|
|
1222
|
+
plan(): Promise<AutoPhasePlanResult>;
|
|
1223
|
+
/** Modelin üreteceği plan için talimat prompt'u. */
|
|
1224
|
+
buildPrompt(): string;
|
|
1225
|
+
/** Ham çıktıdan JSON'u çıkar, doğrula ve PhaseTemplate[]'e dönüştür. */
|
|
1226
|
+
parse(raw: string): PhaseTemplate[];
|
|
1227
|
+
private coercePhase;
|
|
1228
|
+
private coerceTask;
|
|
1229
|
+
}
|
|
1230
|
+
|
|
1159
1231
|
interface PhaseStoreOptions {
|
|
1160
1232
|
baseDir: string;
|
|
1161
1233
|
}
|
|
@@ -1163,7 +1235,7 @@ interface PhaseStoreOptions {
|
|
|
1163
1235
|
* PhaseStore — PhaseGraph'ı diske kaydeden ve yükleyen persistence katmanı.
|
|
1164
1236
|
*/
|
|
1165
1237
|
declare class PhaseStore {
|
|
1166
|
-
|
|
1238
|
+
readonly baseDir: string;
|
|
1167
1239
|
constructor(opts: PhaseStoreOptions);
|
|
1168
1240
|
save(graph: PhaseGraph): Promise<void>;
|
|
1169
1241
|
load(graphId: string): Promise<PhaseGraph | null>;
|
|
@@ -1200,6 +1272,7 @@ interface Checkpoint {
|
|
|
1200
1272
|
interface CheckpointManagerOptions {
|
|
1201
1273
|
store: PhaseStore;
|
|
1202
1274
|
maxCheckpoints?: number;
|
|
1275
|
+
baseDir?: string;
|
|
1203
1276
|
}
|
|
1204
1277
|
/**
|
|
1205
1278
|
* CheckpointManager — Phase graph'ın anlık görüntülerini alır ve geri yükler.
|
|
@@ -1214,12 +1287,17 @@ declare class CheckpointManager {
|
|
|
1214
1287
|
private store;
|
|
1215
1288
|
private maxCheckpoints;
|
|
1216
1289
|
private checkpoints;
|
|
1290
|
+
private baseDir;
|
|
1217
1291
|
constructor(opts: CheckpointManagerOptions);
|
|
1292
|
+
initialize(): Promise<void>;
|
|
1218
1293
|
saveCheckpoint(graph: PhaseGraph, label?: string): Promise<Checkpoint>;
|
|
1219
1294
|
restoreCheckpoint(checkpointId: string): Promise<PhaseGraph | null>;
|
|
1220
1295
|
listCheckpoints(graphId?: string): Checkpoint[];
|
|
1221
|
-
deleteCheckpoint(checkpointId: string): boolean
|
|
1296
|
+
deleteCheckpoint(checkpointId: string): Promise<boolean>;
|
|
1297
|
+
private saveToDisk;
|
|
1298
|
+
private deleteFromDisk;
|
|
1299
|
+
private loadFromDisk;
|
|
1222
1300
|
private pruneCheckpoints;
|
|
1223
1301
|
}
|
|
1224
1302
|
|
|
1225
|
-
export { AddAttachmentInput, AttachmentRef, AttachmentStore, type AutoPhaseOptions, AutoPhaseRunner, type AutoPhaseRunnerOptions, BuildContext, type Checkpoint, CheckpointManager, type CheckpointManagerOptions, Config, Container, ContentBlock, Context, type ContinueDirective, DefaultPluginAPI, DefaultSystemPromptBuilder, type DefaultSystemPromptBuilderOptions, type DetectedDependency, type DetectionResult, EventBus, EventName, ExtensionRegistry, type Finding, type FullScanResult, type GeneratedSecuritySkill, type GeneratedSkill, type GeneratedSkillContent, GitignoreUpdater, InputBuilder, type InputBuilderEvent, type InputBuilderOptions, KERNEL_API_VERSION, LAYER_1_IDENTITY, Listener, type LoadPluginsOptions, Logger, type MCPRegistryHandle, MCPRegistryView, MCPServerConfig, MemoryStore, MetricsSinkView, ModeStore, ModelCapabilities, type PackageManager, type PhaseEventMap, type PhaseEventName, type PhaseExecutionContext, type PhaseFilter, type PhaseGraph, PhaseGraphBuilder, type PhaseGraphBuilderOptions, type PhaseNode, PhaseOrchestrator, type PhaseOrchestratorOptions, type PhaseProgress, type PhaseSort, type PhaseStatus, PhaseStore, type PhaseStoreOptions, type PhaseTemplate, Plugin, PluginAPI, type PluginAPIInit, PluginPipelines, Provider, ProviderRegistry, ProviderRegistryView, ReportGenerator, type ReportOptions, type ScanOptions, type ScanResult, type ScanScope, type SecurityPattern, SecurityScanner, type SecurityScannerContext, type SecurityScannerOptions, SecurityScannerOrchestrator, SessionWriterView, type SeverityLevel, type SkillGenerationContext, SkillGenerator, type SkillGeneratorOptions, SkillLoader, SlashCommand, SlashCommandRegistry, SlashCommandRegistryView, SystemPromptBuilder, SystemPromptContributor, TaskGraph, TaskNode, TaskPriority, TaskType, type TechStack, TechStackDetector, type TechStackInfo, TextBlock, Tool, ToolRegistry, ToolRegistryView, buildBtwBlock, consumeBtwNotes, createAutoPhaseFromTaskGraph, createMcpControlTool, createSecuritySlashCommand, defaultGitignoreUpdater, defaultOrchestrator, defaultReportGenerator, defaultSecurityScanner, defaultSkillGenerator, defaultTechStackDetector, loadPlugins, makeContinueToNextIterationTool, parseContinueDirective, pendingBtwCount, securitySlashCommand, setBtwNote, unloadPlugins };
|
|
1303
|
+
export { AddAttachmentInput, AttachmentRef, AttachmentStore, type AutoPhaseOptions, type AutoPhasePlanResult, AutoPhasePlanner, type AutoPhasePlannerOptions, AutoPhaseRunner, type AutoPhaseRunnerOptions, BuildContext, type Checkpoint, CheckpointManager, type CheckpointManagerOptions, Config, Container, ContentBlock, Context, type ContinueDirective, DefaultPluginAPI, DefaultSystemPromptBuilder, type DefaultSystemPromptBuilderOptions, type DetectedDependency, type DetectionResult, EventBus, EventName, ExtensionRegistry, type Finding, type FullScanResult, type GeneratedSecuritySkill, type GeneratedSkill, type GeneratedSkillContent, GitignoreUpdater, InputBuilder, type InputBuilderEvent, type InputBuilderOptions, KERNEL_API_VERSION, LAYER_1_IDENTITY, Listener, type LoadPluginsOptions, Logger, type MCPRegistryHandle, MCPRegistryView, MCPServerConfig, MemoryStore, MetricsSinkView, ModeStore, ModelCapabilities, type PackageManager, type PhaseEventMap, type PhaseEventName, type PhaseExecutionContext, type PhaseFilter, type PhaseGraph, PhaseGraphBuilder, type PhaseGraphBuilderOptions, type PhaseNode, PhaseOrchestrator, type PhaseOrchestratorOptions, type PhaseProgress, type PhaseSort, type PhaseStatus, PhaseStore, type PhaseStoreOptions, type PhaseTemplate, Plugin, PluginAPI, type PluginAPIInit, PluginPipelines, Provider, ProviderRegistry, ProviderRegistryView, ReportGenerator, type ReportOptions, type ScanOptions, type ScanResult, type ScanScope, type SecurityPattern, SecurityScanner, type SecurityScannerContext, type SecurityScannerOptions, SecurityScannerOrchestrator, SessionWriterView, type SeverityLevel, type SkillGenerationContext, SkillGenerator, type SkillGeneratorOptions, SkillLoader, SlashCommand, SlashCommandRegistry, SlashCommandRegistryView, SystemPromptBuilder, SystemPromptContributor, TaskGraph, TaskNode, TaskPriority, TaskStore, TaskType, type TechStack, TechStackDetector, type TechStackInfo, TextBlock, Tool, ToolRegistry, ToolRegistryView, buildBtwBlock, consumeBtwNotes, createAutoPhaseFromTaskGraph, createMcpControlTool, createSecuritySlashCommand, defaultGitignoreUpdater, defaultOrchestrator, defaultReportGenerator, defaultSecurityScanner, defaultSkillGenerator, defaultTechStackDetector, loadPlugins, makeContinueToNextIterationTool, parseContinueDirective, pendingBtwCount, securitySlashCommand, setBtwNote, unloadPlugins };
|