From 77f09ed399651111393d7e82d8256df578bc84af Mon Sep 17 00:00:00 2001 From: overcuriousity Date: Sat, 16 Aug 2025 22:03:40 +0200 Subject: [PATCH] phase 2 --- src/components/AIQueryInterface.astro | 540 ++++++++++++++++++++++++-- src/components/ShareButton.astro | 2 +- src/utils/aiPipeline.ts | 507 +++++++++++++++++++----- src/utils/auditService.ts | 214 +++++++++- src/utils/confidenceScoring.ts | 2 +- src/utils/jsonUtils.ts | 244 +++++++++++- src/utils/toolHelpers.ts | 22 -- src/utils/toolSelector.ts | 92 +---- 8 files changed, 1392 insertions(+), 231 deletions(-) delete mode 100644 src/utils/toolHelpers.ts diff --git a/src/components/AIQueryInterface.astro b/src/components/AIQueryInterface.astro index 1c7d737..f3ffb38 100644 --- a/src/components/AIQueryInterface.astro +++ b/src/components/AIQueryInterface.astro @@ -217,7 +217,6 @@ const domainAgnosticSoftware = data['domain-agnostic-software'] || [];