docs(claude): 📝 Update publishing workflow and command reference documentation for Claude tooling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
7e61623005
commit
6774ab5e5f
5 changed files with 9 additions and 9 deletions
|
|
@ -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)
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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/"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue