AuditEventStart
このコンテンツはまだ日本語訳がありません。
AuditEventStart =
object
Defined in: src/core/types.ts:463
Audit event fired when a Git command starts execution
Properties
argv
argv:
string[]
Defined in: src/core/types.ts:469
Command arguments (e.g., [‘git’, ‘-C’, ‘/path’, ‘status’])
context
context:
ExecutionContext
Defined in: src/core/types.ts:471
Execution context (global, worktree, or bare)
timestamp
timestamp:
number
Defined in: src/core/types.ts:467
Timestamp in milliseconds since epoch
type
type:
"start"
Defined in: src/core/types.ts:465
Event type discriminator