Skip to content

Commit e31b637

Browse files
author
Ivo Bellin Salarin
committed
chore: AGENTS.md
1 parent 69e545d commit e31b637

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Recap/AGENTS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Using print() statements for logging in production code is not recommended. These should use the logger instance that's already available in the class for consistent logging behavior.
2+
Using Mirror for property access makes the code fragile and dependent on runtime reflection. Consider defining a protocol or using proper typed access to WhisperKit segment properties for better type safety and performance.
3+
Using temporary security exceptions in production should be avoided. This entitlement bypasses sandbox restrictions and may not be acceptable for App Store distribution. Consider implementing proper audio unit hosting within the sandbox.
4+
Avoid useless comments.

0 commit comments

Comments
 (0)