From 96d703cb7efa94b8e4abf2e89dccb38cc9696168 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sun, 11 May 2025 17:26:39 -0600 Subject: [PATCH] docs(rules): add development guidelines The new `.rules` file outlines a standardized process for LLMs to follow after completing requests. This includes checking project diagnostics and running automated checks to ensure code quality and consistency. --- .rules | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .rules diff --git a/.rules b/.rules new file mode 100644 index 0000000000000000000000000000000000000000..8aa3f565748b8182b5551d42a65e3311eabe7cd6 --- /dev/null +++ b/.rules @@ -0,0 +1,10 @@ + + +- After completing requests, check the project diagnostics and resolve each + issue, one by one, according to your rules. +- Only after you've resolved all diagnostics should you run `just` in the + terminal, if available, to perform further checks.