@wrongstack/core 0.282.0 → 0.282.1
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/README.md +1 -1
- package/dist/{agent-subagent-runner-Dksf0QVU.d.ts → agent-subagent-runner-DCczSoQj.d.ts} +6 -6
- package/dist/{config-BCAEJicb.d.ts → config-DkCbA3Bw.d.ts} +22 -0
- package/dist/coordination/index.d.ts +15 -15
- package/dist/coordination/index.js +802 -139
- package/dist/coordination/index.js.map +1 -1
- package/dist/{default-config-azFprTB3.d.ts → default-config-Buho8yge.d.ts} +1 -0
- package/dist/defaults/index.d.ts +18 -18
- package/dist/defaults/index.js +811 -119
- package/dist/defaults/index.js.map +1 -1
- package/dist/{events-CovDylaH.d.ts → events-BOv8h6I1.d.ts} +1 -1
- package/dist/execution/index.d.ts +9 -9
- package/dist/execution/index.js +8 -1
- package/dist/execution/index.js.map +1 -1
- package/dist/extension/index.d.ts +4 -4
- package/dist/{global-mailbox-CNfgvRw3.d.ts → global-mailbox-MDDFhLYh.d.ts} +1 -1
- package/dist/{goal-store-CBd749M4.d.ts → goal-store-BEmDmSKF.d.ts} +1 -1
- package/dist/hq/index.d.ts +4 -4
- package/dist/{index-D5HB7WkV.d.ts → index-Dd-PJJ8A.d.ts} +3 -3
- package/dist/index.d.ts +209 -30
- package/dist/index.js +29562 -28136
- package/dist/index.js.map +1 -1
- package/dist/infrastructure/index.d.ts +3 -3
- package/dist/infrastructure/index.js +8 -0
- package/dist/infrastructure/index.js.map +1 -1
- package/dist/kernel/index.d.ts +7 -7
- package/dist/kernel/index.js.map +1 -1
- package/dist/{mcp-servers-DJYwZXyH.d.ts → mcp-servers-BUx9A_AQ.d.ts} +1 -1
- package/dist/models/index.d.ts +4 -4
- package/dist/models/index.js +18 -20
- package/dist/models/index.js.map +1 -1
- package/dist/{multi-agent-coordinator-4DC31QWu.d.ts → multi-agent-coordinator-BRqtpn-a.d.ts} +1 -1
- package/dist/{null-fleet-bus-DuvA8PIR.d.ts → null-fleet-bus-BkptvIVo.d.ts} +7 -6
- package/dist/observability/index.d.ts +1 -1
- package/dist/{parallel-eternal-engine-BwcA0bAt.d.ts → parallel-eternal-engine-BXECuOVG.d.ts} +4 -4
- package/dist/{pipeline-DM-CPTUs.d.ts → pipeline-ixSFe5jg.d.ts} +2 -2
- package/dist/{provider-model-resolve-hNUbewMd.d.ts → provider-model-resolve-DIxKL_T-.d.ts} +1 -1
- package/dist/{provider-runner-Bz4GyUqo.d.ts → provider-runner-CJtCs1Rw.d.ts} +1 -1
- package/dist/sdd/index.d.ts +7 -7
- package/dist/sdd/index.js.map +1 -1
- package/dist/security/index.js +6 -0
- package/dist/security/index.js.map +1 -1
- package/dist/storage/index.d.ts +9 -9
- package/dist/storage/index.js +10 -1
- package/dist/storage/index.js.map +1 -1
- package/dist/{task-format-vGOIftmK.d.ts → task-format-GX0B1mMC.d.ts} +1 -1
- package/dist/{task-graph-u1q9Jkyk.d.ts → task-graph-CH3acNQ7.d.ts} +10 -1
- package/dist/{todos-checkpoint-addCdQ9f.d.ts → todos-checkpoint-Bw83WMh9.d.ts} +2 -2
- package/dist/{tool-executor-B3spV_Q6.d.ts → tool-executor-4mWN2vHW.d.ts} +7 -7
- package/dist/tools/index.d.ts +1 -1
- package/dist/tools/index.js +8 -0
- package/dist/tools/index.js.map +1 -1
- package/dist/types/index.d.ts +12 -12
- package/dist/types/index.js +22 -1
- package/dist/types/index.js.map +1 -1
- package/dist/utils/index.d.ts +5 -5
- package/dist/utils/index.js.map +1 -1
- package/dist/{worktree-manager-BBXdJq-Y.d.ts → worktree-manager-BrtjUFYk.d.ts} +1 -1
- package/instructions/leader-after-task.md +4 -4
- package/instructions/system.md +11 -0
- package/package.json +1 -1
- package/skills/api-design/SKILL.md +1 -1
- package/skills/audit-log/SKILL.md +3 -3
- package/skills/bug-hunter/SKILL.md +3 -3
- package/skills/chimera/SKILL.md +3 -3
- package/skills/docker-deploy/SKILL.md +1 -1
- package/skills/git-flow/SKILL.md +3 -3
- package/skills/mailbox-bridge/SKILL.md +1 -1
- package/skills/multi-agent/SKILL.md +3 -3
- package/skills/node-modern/SKILL.md +1 -1
- package/skills/observability/SKILL.md +1 -1
- package/skills/output-standards/SKILL.md +31 -30
- package/skills/output-standards/SKILL.save.md +5 -5
- package/skills/plugin-author/SKILL.md +1 -1
- package/skills/prompt-engineering/SKILL.md +1 -1
- package/skills/react-modern/SKILL.md +1 -1
- package/skills/refactor-planner/SKILL.md +3 -3
- package/skills/research-web/SKILL.md +1 -1
- package/skills/sdd/SKILL.md +1 -1
- package/skills/security-scanner/SKILL.md +3 -3
- package/skills/skill-creator/SKILL.md +1 -1
- package/skills/tech-stack/SKILL.md +3 -3
- package/skills/testing/SKILL.md +1 -1
- package/skills/typescript-strict/SKILL.md +1 -1
package/dist/storage/index.d.ts
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { M as MemoryBackend, j as FileMemoryBackendOptions } from '../todos-checkpoint-
|
|
2
|
-
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, F as FileMemoryBackend, k as MemoryStoreOptions, l as MigrationContext, m as MigrationResult, P as PersistedQueueItem, n as PlanFile, o as PlanItem, p as PlanTemplate, Q as QueueStore, R as RecoveryLock, q as RecoveryLockOptions, S as SessionAnalyzer, r as SessionStoreOptions, T as TodosCheckpointFile, s as addPlanItem, t as attachPlanCheckpoint, u as attachTodosCheckpoint, v as clearPlan, w as deriveTodosFromPlanItem, x as emptyPlan, y as formatPlan, z as formatPlanTemplates, B as getPlanTemplate, E as listPlanTemplates, G as loadPlan, H as loadTodosCheckpoint, I as mutatePlan, J as parseEntries, K as removePlanItem, L as runConfigMigrations, N as savePlan, O as saveTodosCheckpoint, U as setPlanItemStatus } from '../todos-checkpoint-
|
|
3
|
-
import { E as EventBus, M as MemoryScope, b as MemoryEntry, c as MemoryStore } from '../events-
|
|
4
|
-
import { i as AgentExtension, k as AfterRunHook } from '../index-
|
|
1
|
+
import { M as MemoryBackend, j as FileMemoryBackendOptions } from '../todos-checkpoint-Bw83WMh9.js';
|
|
2
|
+
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, F as FileMemoryBackend, k as MemoryStoreOptions, l as MigrationContext, m as MigrationResult, P as PersistedQueueItem, n as PlanFile, o as PlanItem, p as PlanTemplate, Q as QueueStore, R as RecoveryLock, q as RecoveryLockOptions, S as SessionAnalyzer, r as SessionStoreOptions, T as TodosCheckpointFile, s as addPlanItem, t as attachPlanCheckpoint, u as attachTodosCheckpoint, v as clearPlan, w as deriveTodosFromPlanItem, x as emptyPlan, y as formatPlan, z as formatPlanTemplates, B as getPlanTemplate, E as listPlanTemplates, G as loadPlan, H as loadTodosCheckpoint, I as mutatePlan, J as parseEntries, K as removePlanItem, L as runConfigMigrations, N as savePlan, O as saveTodosCheckpoint, U as setPlanItemStatus } from '../todos-checkpoint-Bw83WMh9.js';
|
|
3
|
+
import { E as EventBus, M as MemoryScope, b as MemoryEntry, c as MemoryStore } from '../events-BOv8h6I1.js';
|
|
4
|
+
import { i as AgentExtension, k as AfterRunHook } from '../index-Dd-PJJ8A.js';
|
|
5
5
|
import { c as Request, e as Response, P as Provider, S as SessionEvent, D as CompletedWorkEvidence } from '../tool-LVSLiE1s.js';
|
|
6
|
-
import { P as ProviderConfig, a2 as SyncCategory, j as SyncConfig } from '../config-
|
|
6
|
+
import { P as ProviderConfig, a2 as SyncCategory, j as SyncConfig } from '../config-DkCbA3Bw.js';
|
|
7
7
|
import { S as SecretVault } from '../secret-vault-BAKpgFw_.js';
|
|
8
8
|
export { D as DefaultSessionReader, f as DefaultSessionReaderOptions, S as SessionReader } from '../session-reader-B-Fi9L6I.js';
|
|
9
9
|
import { b as SessionRegistry, A as AgentEntry } from '../session-registry-Dvg7i_IA.js';
|
|
10
10
|
export { a as AgentLiveStatus, S as SessionLiveStatus, c as SessionRegistryEntry, g as getSessionRegistry, h as hasSessionRegistry } from '../session-registry-Dvg7i_IA.js';
|
|
11
11
|
import { S as SessionRewinder, C as CheckpointInfo, a as RewindResultExtended } from '../session-rewinder-C9HnMkhP.js';
|
|
12
|
-
import { T as TaskItem } from '../task-format-
|
|
12
|
+
import { T as TaskItem } from '../task-format-GX0B1mMC.js';
|
|
13
13
|
export { a as DirectorStateCheckpoint, D as DirectorStateSnapshot, b as DirectorSubagentState, c as DirectorTaskState, l as loadDirectorState } from '../director-state-B_GPa78Q.js';
|
|
14
|
-
export { G as GoalFile, J as JournalEntry, M as MAX_JOURNAL_ENTRIES, a as MAX_PROGRESS_HISTORY, P as ProgressSnapshot, b as appendJournal, e as emptyGoal, f as formatGoal, g as goalFilePath, l as loadGoal, p as parseProgressFromText, r as recordProgress, s as saveGoal, c as setProgress, d as summarizeUsage } from '../goal-store-
|
|
14
|
+
export { G as GoalFile, J as JournalEntry, M as MAX_JOURNAL_ENTRIES, a as MAX_PROGRESS_HISTORY, P as ProgressSnapshot, b as appendJournal, e as emptyGoal, f as formatGoal, g as goalFilePath, l as loadGoal, p as parseProgressFromText, r as recordProgress, s as saveGoal, c as setProgress, d as summarizeUsage } from '../goal-store-BEmDmSKF.js';
|
|
15
15
|
import { a as PromptEntry } from '../prompt-DLd35n4Q.js';
|
|
16
16
|
import { W as WstackPaths } from '../wstack-paths-C3K40Qst.js';
|
|
17
17
|
import { S as SecretScrubber } from '../secret-scrubber-3MHDDAtm.js';
|
|
18
18
|
export { A as AuditLevel, C as CORE_RECONSTRUCT_EVENTS, a as STANDARD_AUDIT_EVENTS, S as SessionEventBridge, b as SessionEventBridgeOptions, c as SessionSamplingOptions, T as ToolProgressSamplingOptions, d as createSessionEventBridge, r as resolveAuditLevel, e as resolveSessionLoggingConfig } from '../session-event-bridge-Bkp7ORfc.js';
|
|
19
19
|
import '../permission-B6YAtNFz.js';
|
|
20
20
|
import '../logger-B63L5bTg.js';
|
|
21
|
-
import '../pipeline-
|
|
21
|
+
import '../pipeline-ixSFe5jg.js';
|
|
22
22
|
import '../mailbox-types-BGZWrYTJ.js';
|
|
23
23
|
import '../observability-D-HZN_mF.js';
|
|
24
|
-
import '../task-graph-
|
|
24
|
+
import '../task-graph-CH3acNQ7.js';
|
|
25
25
|
|
|
26
26
|
interface PromptStore {
|
|
27
27
|
list(): Promise<PromptEntry[]>;
|
package/dist/storage/index.js
CHANGED
|
@@ -4417,6 +4417,7 @@ var DEFAULT_TOOLS_CONFIG = Object.freeze({
|
|
|
4417
4417
|
defaultExecutionStrategy: "smart",
|
|
4418
4418
|
maxIterations: 100,
|
|
4419
4419
|
iterationTimeoutMs: 3e5,
|
|
4420
|
+
maxToolTimeoutMs: 3e5,
|
|
4420
4421
|
sessionTimeoutMs: 18e5,
|
|
4421
4422
|
perIterationOutputCapBytes: 1e5,
|
|
4422
4423
|
descriptionMode: Object.freeze({}),
|
|
@@ -4468,6 +4469,7 @@ var BEHAVIOR_DEFAULTS = {
|
|
|
4468
4469
|
defaultExecutionStrategy: DEFAULT_TOOLS_CONFIG.defaultExecutionStrategy,
|
|
4469
4470
|
maxIterations: DEFAULT_TOOLS_CONFIG.maxIterations,
|
|
4470
4471
|
iterationTimeoutMs: DEFAULT_TOOLS_CONFIG.iterationTimeoutMs,
|
|
4472
|
+
maxToolTimeoutMs: DEFAULT_TOOLS_CONFIG.maxToolTimeoutMs,
|
|
4471
4473
|
sessionTimeoutMs: DEFAULT_TOOLS_CONFIG.sessionTimeoutMs,
|
|
4472
4474
|
perIterationOutputCapBytes: DEFAULT_TOOLS_CONFIG.perIterationOutputCapBytes,
|
|
4473
4475
|
descriptionMode: DEFAULT_TOOLS_CONFIG.descriptionMode,
|
|
@@ -8880,7 +8882,14 @@ var DirectorStateCheckpoint = class {
|
|
|
8880
8882
|
mode: 384
|
|
8881
8883
|
});
|
|
8882
8884
|
} catch (err) {
|
|
8883
|
-
console.warn(
|
|
8885
|
+
console.warn(
|
|
8886
|
+
JSON.stringify({
|
|
8887
|
+
level: "warn",
|
|
8888
|
+
event: "director_state.checkpoint_write_failed",
|
|
8889
|
+
message: toErrorMessage(err),
|
|
8890
|
+
timestamp: (/* @__PURE__ */ new Date()).toISOString()
|
|
8891
|
+
})
|
|
8892
|
+
);
|
|
8884
8893
|
} finally {
|
|
8885
8894
|
this.writing = false;
|
|
8886
8895
|
if (this.rewriteRequested) {
|