42 lines
681 B
YAML
42 lines
681 B
YAML
# animations Configuration
|
|
# Category: general
|
|
# Generated: 2025-12-30
|
|
|
|
skill:
|
|
name: animations
|
|
version: "1.0.0"
|
|
category: general
|
|
|
|
settings:
|
|
# Default settings for animations
|
|
enabled: true
|
|
log_level: info
|
|
|
|
# Category-specific defaults
|
|
validation:
|
|
strict_mode: false
|
|
auto_fix: false
|
|
|
|
output:
|
|
format: markdown
|
|
include_examples: true
|
|
|
|
# Environment-specific overrides
|
|
environments:
|
|
development:
|
|
log_level: debug
|
|
validation:
|
|
strict_mode: false
|
|
|
|
production:
|
|
log_level: warn
|
|
validation:
|
|
strict_mode: true
|
|
|
|
# Integration settings
|
|
integrations:
|
|
# Enable/disable integrations
|
|
git: true
|
|
linter: true
|
|
formatter: true
|