working companion prototype

This commit is contained in:
2025-11-24 23:32:36 +01:00
parent e7978024d7
commit e2bea9a126
175 changed files with 23227 additions and 3519 deletions

View File

@@ -93,4 +93,6 @@ export const DEFAULT_CONFIDENCE = {
LOW: 0.8,
/** Minimum acceptable confidence */
MINIMUM: 0.7,
/** Very low confidence for testing/debugging template matching issues */
DEBUG: 0.5,
} as const;