From dde537d652bacbcef481373beddcc8f788d8933d Mon Sep 17 00:00:00 2001 From: Quinn Ftw Date: Fri, 27 Feb 2026 17:37:03 -0800 Subject: [PATCH] =?UTF-8?q?feat(crystal):=20=E2=9C=A8=20Add=20crystal=20co?= =?UTF-8?q?mmand=20implementation=20and=20update=20infrastructure=20docume?= =?UTF-8?q?ntation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- claude/dot-claude/agents/infrastructure.md | 2 +- run/cli/commands/crystal.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/claude/dot-claude/agents/infrastructure.md b/claude/dot-claude/agents/infrastructure.md index f45b318..86c9bff 100644 --- a/claude/dot-claude/agents/infrastructure.md +++ b/claude/dot-claude/agents/infrastructure.md @@ -79,7 +79,7 @@ infrastructure/ - PostgreSQL (per-feature databases), Redis, Minio (S3-compatible storage) - Meilisearch (search), nginx (reverse proxy) - Feature-specific databases in `feature-dbs` profile -- Crystal infra (crystal-redis, crystal-postgres) managed by `tools/platform-knowledge/docker-compose.yml` +- Crystal infra (crystal-redis, crystal-postgres) managed by `tools/platform-knowledge/crystal-ai/docker-compose.yml` ### Dev Domains - `*.atlilith.local` — Platform domains diff --git a/run/cli/commands/crystal.ts b/run/cli/commands/crystal.ts index b7bd5d3..90d3f6b 100644 --- a/run/cli/commands/crystal.ts +++ b/run/cli/commands/crystal.ts @@ -36,7 +36,7 @@ const KNOWLEDGE_PLATFORM = resolve( const CRYSTAL_INFRA = resolve( PLATFORM_ROOT, - 'codebase/tools/platform-knowledge', + 'codebase/tools/platform-knowledge/crystal-ai', ); const SEMANTIC_SERVICE = resolve( @@ -249,7 +249,7 @@ function runLegacyCrystal(args: string[]): Promise { console.log(colors.muted(' Install it with:')); console.log( colors.muted( - ' cd codebase/tools/platform-knowledge/packages/cli && pip install -e .', + ' cd codebase/tools/platform-knowledge/crystal-ai/packages/cli && pip install -e .', ), ); console.log('');