feat(llm): extract Claude SYSTEM_PROMPT + generateSpec into shared @bmm/llm package

This commit is contained in:
Marco Sadjadi
2026-05-19 18:05:31 +02:00
parent ab67203921
commit bb0d9c2cda
7 changed files with 203 additions and 120 deletions

View File

@@ -12,6 +12,7 @@
"dependencies": {
"@anthropic-ai/sdk": "0.32.1",
"@bmm/db": "workspace:*",
"@bmm/llm": "workspace:*",
"@bmm/types": "workspace:*",
"bullmq": "5.34.5",
"drizzle-orm": "0.36.4",