Skip to main content

AgentIgnore

@a16njs/models


@a16njs/models / AgentIgnore

Interface: AgentIgnore

Defined in: types.ts:67

Patterns for files the agent should ignore. Examples: .cursorignore

Extends

Properties

id

id: string

Defined in: types.ts:24

Unique identifier for this item

Inherited from

AgentCustomization.id


sourcePath

sourcePath: string

Defined in: types.ts:28

Original file path where this was discovered

Inherited from

AgentCustomization.sourcePath


content

content: string

Defined in: types.ts:30

The actual prompt/rule content

Inherited from

AgentCustomization.content


metadata

metadata: Record<string, unknown>

Defined in: types.ts:32

Tool-specific extras that don't fit the standard model

Inherited from

AgentCustomization.metadata


type

type: AgentIgnore

Defined in: types.ts:68

The type of customization

Overrides

AgentCustomization.type


patterns

patterns: string[]

Defined in: types.ts:70

Gitignore-style patterns