# Trellis Configuration
# Project-level settings for the Trellis workflow system

session_commit_message: "chore: record journal"
max_journal_lines: 2000
# session_auto_commit: true

# hooks:
#   after_create:
#     - "echo 'Task created'"
#   after_start:
#     - "echo 'Task started'"
#   after_finish:
#     - "echo 'Task finished'"
#   after_archive:
#     - "echo 'Task archived'"

# packages:
#   frontend:
#     path: packages/frontend
#   backend:
#     path: packages/backend

# channel:
#   worker_guard:
#     idle_timeout: 5m
#     max_live_workers: 6
