Skip to main content

Module priority

Module priority 

Source
Expand description

FAFB Priority System

Priority determines truncation order when context window is constrained. Higher priority = more important = truncated last.

Structs§

Priority
Priority level with semantic meaning

Constants§

PRIORITY_CRITICAL
Critical priority - never truncate (name, version)
PRIORITY_HIGH
High priority - truncate last (key_files, tech_stack)
PRIORITY_LOW
Low priority - truncate first (verbose context)
PRIORITY_MEDIUM
Medium priority - normal truncation (architecture, commands)
PRIORITY_OPTIONAL
Optional priority - can be omitted entirely