From bc1c5355df7c7423f52eca0005a89179be262e8e Mon Sep 17 00:00:00 2001 From: Leon van Zyl Date: Thu, 21 Aug 2025 07:07:19 +0200 Subject: [PATCH] commands/ add fix build command --- .claude/commands/fix-build-issues.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .claude/commands/fix-build-issues.md diff --git a/.claude/commands/fix-build-issues.md b/.claude/commands/fix-build-issues.md new file mode 100644 index 0000000..ecf6203 --- /dev/null +++ b/.claude/commands/fix-build-issues.md @@ -0,0 +1,6 @@ +We are trying to clear out the many lint and typecheck issues in the project. +Please use the lint and typecheck scripts to resolve all issues. +Do not introduce any lint of type issues with your changes. For example, DO NOT use type any! + +For database schema interfaces, I believe drizzle has a built in function for inferring the types. +Think harder. Ensure you don't introduce new type and lint errors with your changes.