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": {
"@bmm/auth": "workspace:*",
"@bmm/db": "workspace:*",
"@bmm/llm": "workspace:*",
"@bmm/types": "workspace:*",
"@fastify/cookie": "11.0.1",
"@fastify/cors": "10.0.1",