コンテンツにスキップ

AuditEventStart

このコンテンツはまだ日本語訳がありません。

AuditEventStart = object

Defined in: src/core/types.ts:452

Audit event fired when a Git command starts execution

Properties

argv

argv: string[]

Defined in: src/core/types.ts:458

Command arguments (e.g., [‘git’, ‘-C’, ‘/path’, ‘status’])


context

context: ExecutionContext

Defined in: src/core/types.ts:460

Execution context (global, worktree, or bare)


timestamp

timestamp: number

Defined in: src/core/types.ts:456

Timestamp in milliseconds since epoch


type

type: "start"

Defined in: src/core/types.ts:454

Event type discriminator