UNPKG

ai-cognitive-framework

Version:

A system for transforming AI interactions from assumption-based guesswork to systematic, evidence-driven excellence.

8 lines (7 loc) 248 B
import path from 'path'; import { fileURLToPath } from 'url'; const __filename = fileURLToPath(import.meta.url); const __dirname = path.dirname(__filename); export function getFrameworkPath() { return path.resolve(__dirname, '../framework'); }