kogral/config/minimal.ncl
Jesús Pérez 2b4d548aad
Some checks failed
Nickel Type Check / Nickel Type Checking (push) Has been cancelled
Rust CI / Security Audit (push) Has been cancelled
Rust CI / Check + Test + Lint (nightly) (push) Has been cancelled
Rust CI / Check + Test + Lint (stable) (push) Has been cancelled
chore: add ci defs files
2026-01-23 16:12:15 +00:00

18 lines
372 B
Plaintext

# Minimal Knowledge Base Configuration
#
# Minimal configuration with only essential settings.
# Useful for quick setup or embedded use cases.
#
# Usage:
# nickel export --format json minimal.ncl > .kogral/config.json
let Schema = import "../schemas/kogral-config.ncl" in
{
graph = {
name = "minimal",
},
# Everything else uses defaults
} | Schema.KbConfig