@quantiya/codevibe-claude-plugin 2.0.23 → 2.0.25

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.
Files changed (31) hide show
  1. package/.claude-plugin/plugin.json +1 -1
  2. package/dist/server.js +7 -7
  3. package/node_modules/@quantiya/codevibe-core/dist/appsync/appsync-client.d.ts +25 -0
  4. package/node_modules/@quantiya/codevibe-core/dist/appsync/index.d.ts +1 -1
  5. package/node_modules/@quantiya/codevibe-core/dist/config/config.d.ts +1 -1
  6. package/node_modules/@quantiya/codevibe-core/dist/e1/__tests__/prompt-publication.test.d.ts +1 -0
  7. package/node_modules/@quantiya/codevibe-core/dist/e1/index.d.ts +1 -0
  8. package/node_modules/@quantiya/codevibe-core/dist/e1/prompt-publication.d.ts +14 -0
  9. package/node_modules/@quantiya/codevibe-core/dist/index.d.ts +1 -1
  10. package/node_modules/@quantiya/codevibe-core/dist/index.js +289 -289
  11. package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/__tests__/quorum-loop-outcome-recency.test.d.ts +1 -0
  12. package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/cli.d.ts +7 -0
  13. package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/cli.js +388 -121
  14. package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/quorum-loop.d.ts +4 -0
  15. package/node_modules/@quantiya/codevibe-core/dist/orchestration-shell/types.d.ts +24 -0
  16. package/node_modules/@quantiya/codevibe-core/dist/ordinal-presentation.d.ts +4 -0
  17. package/node_modules/@quantiya/codevibe-core/dist/ordinal-presentation.test.d.ts +1 -0
  18. package/node_modules/@quantiya/codevibe-core/package.json +1 -1
  19. package/node_modules/fs-ext/build/Makefile +1 -1
  20. package/node_modules/fs-ext/build/Release/fs_ext.node +0 -0
  21. package/package.json +2 -2
  22. package/node_modules/@iarna/toml/CHANGELOG.md +0 -278
  23. package/node_modules/color-convert/CHANGELOG.md +0 -54
  24. package/node_modules/cross-spawn/node_modules/which/CHANGELOG.md +0 -166
  25. package/node_modules/deep-extend/CHANGELOG.md +0 -46
  26. package/node_modules/es-toolkit/CHANGELOG.md +0 -1018
  27. package/node_modules/es-toolkit/src/compat/_internal/Equals.d.ts +0 -1
  28. package/node_modules/es-toolkit/src/compat/_internal/IsWritable.d.ts +0 -3
  29. package/node_modules/es-toolkit/src/compat/_internal/MutableList.d.ts +0 -4
  30. package/node_modules/es-toolkit/src/compat/_internal/RejectReadonly.d.ts +0 -4
  31. package/node_modules/keytar/build/Release/keytar.node +0 -0
@@ -121,6 +121,13 @@ export declare function runWithAdmittedSessionOwnership<T>(args: {
121
121
  session: Session;
122
122
  launch: (acceptOwnership: () => void) => Promise<T>;
123
123
  }): Promise<T>;
124
+ export declare const ORCHESTRATION_ORPHAN_SWEEP_STALE_THRESHOLD_MS: number;
125
+ /**
126
+ * Sweeps dead CODEVIBE orchestration sessions from prior crashed processes,
127
+ * aborted test runs, or ungraceful terminal closures. Non-blocking best-effort
128
+ * operation; mirrors companion-plugin startup sweeps.
129
+ */
130
+ export declare function triggerStartupOrphanSweep(appsyncClient: AppSyncClient, currentSessionId: string, staleThresholdMs?: number): Promise<number>;
124
131
  /**
125
132
  * CP-8 Slice C (#570) — parse a top-level `audit show <task-id> [--json]
126
133
  * [--session <id>]` subcommand from the raw argv. Returns null when the argv is