Skip to Content
V1Using Lore SaaSRuntime Targets

Runtime Targets

Runtime targets define how Lore renders package content for a specific AI platform.

Available Targets

TargetPlatformCLI auto-detected from
claude-codeClaude CodeCLAUDE.md
cursorCursor.cursorrules
openai-agentsOpenAI AgentsAGENTS.md
windsurfWindsurf.windsurfrules
rawGeneric markdown(fallback)

Auto-Detection

The CLI detects the runtime by scanning for marker files in the project directory. To override:

lore pull m1cloud/azure-architect:1.0.0 --target cursor

MCP Server Target Selection

For the MCP Server, targets are resolved in priority order:

  1. Explicit target parameter in the tool call
  2. LORE_TARGET environment variable on the server
  3. Auto-detected from clientInfo.name in the MCP handshake
  4. raw as the default fallback

Rendering

Rendering translates neutral package content into platform-specific artifacts. This is done by the CLI at pull time (never by the Registry).

The raw target returns the neutral markdown content without any platform-specific wrapping.

© 2025 Lore · Built by M1 Cloud