BlazeTracker Documentation GitHub Discord
CTRL K
    • Documentation
      • Getting Started
        • Installation
        • Setup
        • First Extraction
      • Concepts
        • Extraction Lifecycle
        • Event Sourcing
        • Projections
        • Procedural Weather
        • Prompt Injection
        • Prefix Caching
      • Guides
        • Character Defaults
        • Custom Prompts
        • Slash Commands
        • Editing State
        • Batch Extraction
        • ST Macros
        • Scene Shakeups
      • Reference
        • Tracked State
        • Event Types
        • Extraction Pipeline
        • Track Dependencies
        • Settings
      • Troubleshooting
    • Getting Started
      • Installation
      • Setup
      • First Extraction
    • Concepts
      • Extraction Lifecycle
      • Event Sourcing
      • Projections
      • Procedural Weather
      • Prompt Injection
      • Prefix Caching
    • Guides
      • Character Defaults
      • Custom Prompts
      • Slash Commands
      • Editing State
      • Batch Extraction
      • ST Macros
      • Scene Shakeups
    • Reference
      • Tracked State
      • Event Types
      • Extraction Pipeline
      • Track Dependencies
      • Settings
    • Troubleshooting
    • Light

    • Dark

    • System

    Edit this page on GitHub →
    Documentation
    Concepts

    Concepts

    The ideas behind BlazeTracker’s architecture. Understanding these will help you get the most out of the extension and debug issues effectively.

    Extraction Lifecycle
    How extraction is triggered, what runs, and in what order.
    Event Sourcing
    Why state is stored as events, not snapshots.
    Projections
    How current state is computed from snapshots and events.
    Procedural Weather
    How weather is simulated without LLM calls.
    Prompt Injection
    What gets injected into your LLM’s context and how.
    Prefix Caching
    Why it matters and how to configure it.