feat: Add Be and tbd skill, also added Roadmap file

This commit is contained in:
2026-05-10 16:32:12 -04:00
parent 3500ade13f
commit 0bb8885802
29587 changed files with 10611695 additions and 0 deletions

6
Skills/@be/node_modules/jibo-log/lib/dts/index.d.ts generated vendored Normal file
View File

@@ -0,0 +1,6 @@
import { ConsoleConfig, FileConfig, OutputHandler, SyslogConfig } from './output-handlers';
import { Level, LevelPerOutput, LoggingConfig, Output, OutputPerNamespace, OutputsConfig } from './types';
import LogImport from './Log';
import LogOutputs from './LogOutputs';
declare const Log: typeof LogImport;
export { ConsoleConfig, FileConfig, Level, LevelPerOutput, Log, LoggingConfig, LogOutputs, Output, OutputHandler, OutputPerNamespace, OutputsConfig, SyslogConfig };