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