From d2c271b1d2c2a90d30ae1403e180a965a2691d4e Mon Sep 17 00:00:00 2001 From: Quinn Ftw Date: Sat, 28 Feb 2026 22:25:28 -0800 Subject: [PATCH] =?UTF-8?q?docs(knowledge-verification):=20=F0=9F=93=9D=20?= =?UTF-8?q?Update=20knowledge=20verification=20documentation=20with=20feat?= =?UTF-8?q?ure=20overview,=20AI=20sovereignty=20considerations,=20and=20te?= =?UTF-8?q?chnical=20feature=20listing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- architecture/ai-sovereignty.md | 2 +- product/features/knowledge-verification/OVERVIEW.md | 4 ++-- technical/FEATURES.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/architecture/ai-sovereignty.md b/architecture/ai-sovereignty.md index 8a6d842..71e925d 100644 --- a/architecture/ai-sovereignty.md +++ b/architecture/ai-sovereignty.md @@ -225,7 +225,7 @@ Retrain Crystal (next round) - [Knowledge Verification Overview](../product/features/knowledge-verification/OVERVIEW.md) — Feature-level documentation - [Knowledge Platform Architecture](../../../Code/@applications/@ml/knowledge-platform/docs/architecture/system-overview.md) — System design and data flows - [Training Pipeline](../../../Code/@applications/@ml/knowledge-platform/docs/architecture/training-pipeline.md) — Crystal training workflow and research backing -- [Crystal Tool](../../codebase/tools/platform-knowledge/crystal-ai/) — Platform content auditor +- [Crystal Tool](../../operations/platform-knowledge/crystal-ai/) — Platform content auditor --- diff --git a/product/features/knowledge-verification/OVERVIEW.md b/product/features/knowledge-verification/OVERVIEW.md index 83d9961..02f7a9b 100644 --- a/product/features/knowledge-verification/OVERVIEW.md +++ b/product/features/knowledge-verification/OVERVIEW.md @@ -7,7 +7,7 @@ **Last Updated**: 2026-02-27 **Location**: `~/Code/@applications/@ml/knowledge-platform/` (API + client) -**Platform Tool**: `codebase/tools/platform-knowledge/crystal-ai/` (Crystal auditor) +**Platform Tool**: `operations/platform-knowledge/crystal-ai/` (Crystal auditor) --- @@ -108,7 +108,7 @@ The system operates in three tiers. Crystal NLI (Tier 2) is the **primary** know | `@lilith/knowledge-verification-client` | `services/kv-api/client/` | TypeScript client with static fallback | | `@lilith/knowledge-verification-admin` | `packages/admin/` | Admin dashboard | | `@lilith/knowledge-verification-shared` | `packages/shared/` | Shared types | -| `lilith-platform-knowledge` | `codebase/tools/platform-knowledge/crystal-ai/` | Crystal training data generator | +| `lilith-platform-knowledge` | `operations/platform-knowledge/crystal-ai/` | Crystal training data generator | --- diff --git a/technical/FEATURES.md b/technical/FEATURES.md index 7dc2ca8..27f3b4d 100644 --- a/technical/FEATURES.md +++ b/technical/FEATURES.md @@ -187,7 +187,7 @@ System status and monitoring dashboard. Content verification system (consolidated into knowledge-platform). **Location**: `~/Code/@applications/@ml/knowledge-platform/` -**Platform Tool**: `codebase/tools/platform-knowledge/crystal-ai/` +**Platform Tool**: `operations/platform-knowledge/crystal-ai/` ---