dates
01JamesonRGrieve/ServerFramework
Cursor rule Cursor
Always import the children of datetime I.E. from datetime import date - NEVER import datetime and datetime.date.
Automatically generate database models, GraphQL schema, REST endpoints, MCPs, SDKs and tests from Pydantic models.
This repository also configures its own agents. See what ServerFramework tells them →
JamesonRGrieve/ServerFramework
Cursor rule Cursor
Always import the children of datetime I.E. from datetime import date - NEVER import datetime and datetime.date.
JamesonRGrieve/ServerFramework
Cursor rule Cursor
Markdown documentation should be concise and written in a manner in which you could reconstruct the described code therefrom with 95% accuracy but with minimal snippets. It should be a clear architectural summary, not usage examples (that's what Swagger and Strawberry are for).
JamesonRGrieve/ServerFramework
Cursor rule Cursor
DO NOT, UNDER ANY CIRCUMSTANCES use mocks or patches unless absolutely necessary.
JamesonRGrieve/ServerFramework
Cursor rule Cursor
All imports should be relative to ./src - this means NEVER from src.x import y - ALWAYS from x import y.
JamesonRGrieve/ServerFramework
Cursor rule Cursor
When presented with a "test" file, run the file using the command.
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: