fc6d7d114e
fix: Sanitize error messages to prevent information disclosure - workspace_crud.go:335: Replace err.Error() with generic message to prevent leaking raw DB errors (e.g. pq syntax errors, table names) - org.go:610: Replace fmt.Sprintf with body.Dir leak in 404 response Both errors are already logged server-side; no observability lost. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>