resolve-spill-command.d.mts 536 B

12345678910111213
  1. /** Typed Cordis plugin exports for the query-spill verification fixture. */
  2. import type { Context } from '@deepseek-ai/cordis'
  3. /** Scenario-local plugin identifier. */
  4. export const name: 'query-spill-verification-path'
  5. /** Runtime services used to resolve and execute the verification command. */
  6. export const inject: string[]
  7. /**
  8. * Translate the physical command while preserving tool logging and approval.
  9. * @param ctx - profile context with the real shell and filesystem providers.
  10. */
  11. export function apply(ctx: Context): void