# make theme css variable based for mui in client # configure theme base on the colors of proposal # update packages in client for the last version and update documents and agents # upgrade server packages to the last stable one and for those packages which their last version is not free anymore use the last possible one ( like automapper and masstransit that their last versions is paid but they have versions that are compatible with dotnet 10 ) # inspect the authorization flow and check both for client and server checking in the client project # make sure there is a proper central service for all server and client ( one for server and one for client) fetchs which handles headers based on the browser cookies or cookies api in next.js # ensure there is react query configured for server state management in the client project # ensure proper error handling and toast for api errors in the client project # add proper skills and instruction in each project to help the quaility of code written by agents # add proper lint and type rules in client project and add rules for agents to do not violate those rules