From 2bfb0e080df8f6582e9edfa540f084493cf070d8 Mon Sep 17 00:00:00 2001 From: Natalie Date: Wed, 10 Jun 2026 03:15:18 -0700 Subject: [PATCH] =?UTF-8?q?docs(@projects):=20=F0=9F=93=9D=20update=20forg?= =?UTF-8?q?ejo=20registry=20references?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- .project/designs/ai-copilot/_engineering-talent-scout-port.md | 2 +- docs/GLOSSARY.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.project/designs/ai-copilot/_engineering-talent-scout-port.md b/.project/designs/ai-copilot/_engineering-talent-scout-port.md index 92ccdbf..6b08254 100644 --- a/.project/designs/ai-copilot/_engineering-talent-scout-port.md +++ b/.project/designs/ai-copilot/_engineering-talent-scout-port.md @@ -316,7 +316,7 @@ circuitBreaker: ### Cross-package dependencies — verified read 2026-05-18 **`@lilith/circuit-breaker`** (`/var/home/lilith/Code/@packages/@ts/@infra/circuit-breaker/`): -- v0.1.1, zero runtime deps, ESM + CJS dual output via tsup, published to `forge.black.local/api/packages/lilith/npm/`. +- v0.1.1, zero runtime deps, ESM + CJS dual output via tsup, published to `forge.black.lan/api/packages/lilith/npm/`. - **Port verdict**: rename → `@cocotte/circuit-breaker`, republish to same Forgejo registry under `@cocotte` scope. Move source to `@cocottetech/@platform/codebase/@packages/circuit-breaker/`. **`@lilith/tor-types`** (`/var/home/lilith/Code/@applications/@tor/packages/tor-types/`): diff --git a/docs/GLOSSARY.md b/docs/GLOSSARY.md index a72e9ca..1be2865 100644 --- a/docs/GLOSSARY.md +++ b/docs/GLOSSARY.md @@ -32,7 +32,7 @@ Canonical domain terms. Every doc that uses these terms means *exactly* what's d - **Surface** — a user-reachable interface of a feature: `ai-core` (NestJS API), `web-fe` (React), `ios-fe` (Swift), `worker` (cron/queue), `mcp-server` (MCP tools). - **Peer service** — code that lives outside `@cocottetech/` (in `~/Code/@applications/@{ai,ml,imajin}/` or `~/Code/@projects/@lilith/{mail,mac}-sync/`). Consumed over HTTP/MCP. Never vendored. - **Platform action** — a skill in `@ai/@skills/platform-*/actions/*` that the AI assistant invokes against `platform.api`. Contributed upstream to `@ai`, not vendored into V4. -- **`@lilith/*` SDK** — the canonical shared package family in `~/Code/@packages/` (184 TS + 35 Py). V4 consumes via private registry at `http://forge.black.local/api/packages/lilith/npm/`. +- **`@lilith/*` SDK** — the canonical shared package family in `~/Code/@packages/` (184 TS + 35 Py). V4 consumes via private registry at `http://forge.black.lan/api/packages/lilith/npm/`. ## Methodology