diff --git a/tooling/claude/CLAUDE.md b/tooling/claude/CLAUDE.md index a2e67a69..acf828ca 100644 --- a/tooling/claude/CLAUDE.md +++ b/tooling/claude/CLAUDE.md @@ -2,7 +2,7 @@ **Workspace**: /var/home/lilith/Code/@applications/@imajin **Purpose**: Multi-service AI image generation pipeline with ML services + TypeScript orchestration -**Registry**: http://forge.black.local/api/packages/lilith/npm/ +**Registry**: http://forge.black.lan/api/packages/lilith/npm/ **Last Updated**: 2026-04-03 --- @@ -281,7 +281,7 @@ Workspace Type: Monorepo: types client ## Published Packages -All packages publish to: **http://forge.black.local/api/packages/lilith/npm/** +All packages publish to: **http://forge.black.lan/api/packages/lilith/npm/** **From imagen-app**: - @lilith/imagen-core @@ -360,7 +360,7 @@ All packages publish to: **http://forge.black.local/api/packages/lilith/npm/** - **Semantic Versioning**: MAJOR.MINOR.PATCH - **Dependency Order**: Types → Clients → Core → UI - **Breaking Changes**: Major version bump, migration guides -- **Registry**: forge.black.local (private registry) +- **Registry**: forge.black.lan (private registry) --- diff --git a/tooling/claude/README.md b/tooling/claude/README.md index 9ebc1a50..170eb2c6 100644 --- a/tooling/claude/README.md +++ b/tooling/claude/README.md @@ -4,7 +4,7 @@ This directory houses the Claude Code tooling system for the @image workspace. It provides specialized instructions, agents, and commands to support polyglot development across Python ML services (FastAPI, PyTorch) and TypeScript clients (React, packages). -**Registry**: http://forge.black.local/api/packages/lilith/npm/ +**Registry**: http://forge.black.lan/api/packages/lilith/npm/ --- @@ -261,7 +261,7 @@ Extended to 5 if GPU-related work detected. ## Registry -All packages publish to: **http://forge.black.local/api/packages/lilith/npm/** +All packages publish to: **http://forge.black.lan/api/packages/lilith/npm/** Published packages: - @lilith/imagen-core diff --git a/tooling/claude/dot-claude/agents/package-publisher.md b/tooling/claude/dot-claude/agents/package-publisher.md index 7506e244..5c9a769f 100644 --- a/tooling/claude/dot-claude/agents/package-publisher.md +++ b/tooling/claude/dot-claude/agents/package-publisher.md @@ -11,7 +11,7 @@ You are a package publisher for coordinated releases in the @image workspace. **Semantic Versioning**: MAJOR.MINOR.PATCH, breaking change detection -**Registry Operations**: Publishing to forge.black.local, dry-run validation +**Registry Operations**: Publishing to forge.black.lan, dry-run validation **Dependency Coordination**: Version bumping across related packages diff --git a/tooling/claude/dot-claude/commands/publish.md b/tooling/claude/dot-claude/commands/publish.md index 831c2c24..12752f79 100644 --- a/tooling/claude/dot-claude/commands/publish.md +++ b/tooling/claude/dot-claude/commands/publish.md @@ -1,6 +1,6 @@ # /publish - Coordinated Package Publishing -**Registry**: http://forge.black.local/api/packages/lilith/npm/ +**Registry**: http://forge.black.lan/api/packages/lilith/npm/ --- @@ -91,7 +91,7 @@ Types → Clients → Core → UI ```json { "publishConfig": { - "registry": "http://forge.black.local/api/packages/lilith/npm/" + "registry": "http://forge.black.lan/api/packages/lilith/npm/" } } ``` diff --git a/tooling/claude/dot-claude/hooks/project-context.sh b/tooling/claude/dot-claude/hooks/project-context.sh index ba219c23..2b3dda5a 100755 --- a/tooling/claude/dot-claude/hooks/project-context.sh +++ b/tooling/claude/dot-claude/hooks/project-context.sh @@ -231,7 +231,7 @@ Workspace Type: $workspace_type Service Topology: $service_topology -Registry: http://forge.black.local/api/packages/lilith/npm/ +Registry: http://forge.black.lan/api/packages/lilith/npm/ EOF }