Files
twenty/packages/twenty-apps
Claude 3587e195ac Address review comments: fix role ref, error handling, and options guard
- Fix minimal-app manifest defaultRoleUniversalIdentifier to reference
  the actual role ID (...0040) instead of non-existent ...0002
- Only suppress ENOENT errors in writeDependencyFilesToStorage instead
  of swallowing all exceptions (yarn.lock may not exist, but other
  errors should propagate)
- Guard options?.withApps with nullish coalescing for safety

https://claude.ai/code/session_013kap5KJcioS6cdFKdKGkaP
2026-03-12 10:41:06 +00:00
..