Skip to content

agent-sdk / Exports / ILoadedContext

Interface: ILoadedContext

Table of contents

Properties

Properties

agentsMd

agentsMd: string

Concatenated content of all AGENTS.md files found (root-first)

Defined in

packages/agent-sdk/src/context/context-loader.ts:11


claudeMd

claudeMd: string

Concatenated content of all CLAUDE.md files found (root-first)

Defined in

packages/agent-sdk/src/context/context-loader.ts:13


compactInstructions

Optional compactInstructions: string

Extracted "Compact Instructions" section from CLAUDE.md, if present

Defined in

packages/agent-sdk/src/context/context-loader.ts:15

Released under the MIT License.