/** * @fractary/core - Core Primitives SDK * * Primitive operations for work tracking, repository management, * logging, file storage, and documentation. * * This package provides the foundational SDKs for: * - Work tracking across GitHub Issues, Jira, and Linear * - Repository operations with Git, GitHub, GitLab, and Bitbucket * - Logging and session capture * - File storage operations * - Documentation management */ export * from './auth'; export * from './config'; export * from './factories'; export * from './work'; export * from './repo'; export * from './logs'; export * from './file'; export * from './docs'; //# sourceMappingURL=index.d.ts.map