Memory built for teams
Search everything your team knows. Get answers with sources.
Configuration
Configure your memory store
Define what gets indexed and remembered. Use glob patterns to include documentation, code, and context your team needs.
yaml
1# Lightfast Configuration2# Docs: https://lightfast.com/docs/get-started/config34version: 156# Store name (unique identifier for this documentation set)7store: root-store89# Files to include (glob patterns)10include:11 - "README.md"1213# Files to exclude (optional)14exclude:15 - "**/node_modules/**"16 - "**/.git/**"