This commit is contained in:
Bryce
2025-08-12 22:48:18 -07:00
parent 6c38af1507
commit 8e35d3a3c2
5 changed files with 6 additions and 68 deletions

View File

@@ -15,6 +15,7 @@ Here are special rules you must follow:
13. Plans go into docs/plans/*.md. These may not be kept in sync, as they are just for brainstorming.
14. ****IMPORTANT**** Database migrations are automatically created via `flask db migrate -m 'message'`. **NEVER** create migrations by hand. You should never have to read the contents of migrations/
15. In the technical documentation, code should be used sparingly. Also, when needed, focus on the APIs, and only use snippets.
16. If appropriate context has been given in the prompt for the task at hand, don't read the whole file.
# Conventions