# Vingularity Protocol — VLTRN
# @vltrn/vingularity-protocol | https://github.com/VltrnOne/vingularity-protocol
# Best used with Carbon[6] OiS | https://carbon6.agency
#
# Place in project root or ~/.vingularity/config.yaml

# Scan settings
scan:
  maxDepth: 8
  maxFileSize: 1048576  # 1MB
  followSymlinks: false

# Ignore patterns (in addition to defaults)
ignore:
  - "*.log"
  - "*.tmp"
  - ".DS_Store"

# Output settings
output:
  format: markdown  # markdown | json | html
  includeTimestamp: true
  includeStats: true

# Analyzer toggles
analyzers:
  project: true
  api: true
  database: true
  agent: true
  infra: true
  docs: true
