feat: add SDK exports for consumer app integration

- Create standalone dist/sdk/ module with parseObservations, buildObservationPrompt, parseSummary
- Add package.json exports for 'claude-mem/sdk' and 'claude-mem/modes/*'
- Add TypeScript declarations

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Alex Newman
2026-01-25 12:47:24 -05:00
parent fa218b0d71
commit ae454cfc01
3 changed files with 23 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
export * from './parser.js';
export * from './prompts.js';