↓ 5 callersMethodwrite(
level: LogLevel,
message: string,
error?: Error,
context?: Record<string, unknown>,
)
src/observability/logger.ts:64
↓ 4 callersFunctioncreateSkill(
name: string,
description: string,
instructions: string,
skillsDir: string,
db: AutomatonDatabase,
src/skills/registry.ts:145