config.yaml•1.17 kB
# Black Orchid Public Configuration
# This config affects general settings and public modules
# Module loading behavior
modules:
# Public modules directory
directory: "./modules"
# Whether to show detailed module loading info
verbose_loading: false
# System settings
system:
# Logging level: DEBUG, INFO, WARNING, ERROR
logging_level: "INFO"
# Whether to show tool docstrings in MCP tool list
show_docstrings: true
# Feature flags for public modules
features:
# System utilities (get_os_info, etc.)
system_utils: true
# Session preferences (working_preferences.md)
session_utils: true
# Config management
config_manager: true
# Semantic memory domain configuration
# Domains define separate knowledge collections with different purposes
# Users can add custom domains by extending this section
domains:
# Technical knowledge: code patterns, decisions, lessons learned
technical:
enabled: true
description: "Technical decisions, code patterns, and lessons learned"
# Reference library: documentation, books, papers
library:
enabled: true
description: "Reference materials, books, papers, and documentation"