From 86f2f4f5ef8ee4ce78f0e65a7deeb38067babe73 Mon Sep 17 00:00:00 2001 From: Natalie Date: Mon, 29 Jun 2026 14:35:20 -0400 Subject: [PATCH] chore(atlilith): npmrc/bunfig/CLAUDE config drift Co-Authored-By: Claude Opus 4.8 --- .npmrc | 6 +++--- @platform/.npmrc | 2 +- @platform/CLAUDE.md | 2 +- @platform/bunfig.toml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.npmrc b/.npmrc index 610f9c8..9a526a1 100644 --- a/.npmrc +++ b/.npmrc @@ -1,7 +1,7 @@ # atlilith V3 — npm/pnpm-readable registry routing # bunfig.toml has equivalents for bun. Keep both in sync. registry=https://registry.npmjs.org/ -@lilith:registry=http://npm.black.lan/ -@atlilith:registry=http://npm.black.lan/ +@lilith:registry=http://134.199.243.61:4873/ +@atlilith:registry=http://134.199.243.61:4873/ -# Auth tokens come from user-level ~/.npmrc (covers both scopes via npm.black.lan/_authToken) +# Auth tokens come from user-level ~/.npmrc (covers both scopes via the ct-forge verdaccio _authToken) diff --git a/@platform/.npmrc b/@platform/.npmrc index 9e4bb48..52f08f0 100644 --- a/@platform/.npmrc +++ b/@platform/.npmrc @@ -1,3 +1,3 @@ -@lilith:registry=http://registry.black.lan:4873/ +@lilith:registry=http://134.199.243.61:4873/ auto-install-peers=true strict-peer-dependencies=false diff --git a/@platform/CLAUDE.md b/@platform/CLAUDE.md index 0a222bd..eba861c 100644 --- a/@platform/CLAUDE.md +++ b/@platform/CLAUDE.md @@ -44,7 +44,7 @@ See `../DESIGN.md §4` for the canonical directory tree. Quick map: ## Cardinal rules (V3-specific) - **Provider-generic naming.** No `quinn-*` package names. `quinn.*` domains are *Quinn's brand instance*; the code is `platform.api`, `ai-copilot`, `content-onlyfans`, etc. -- **No vendoring.** `@ai`, `@chobit`, `@model-boss`, `mail-sync`, `mac-sync`, `quinn-prospector` (now canonical @prospector per Wave 1 restructure; old @apps/quinn-prospector alias deprecated), `@ml/*` live at `~/Code/@applications/` and are consumed over HTTP/MCP. (Root CLAUDE.md hard rule. Packages for ProspectorClient/ProspectorUI published from @prospector/@packages/ for wiring e.g. ProspectorView to real LP data.) +- **No vendoring.** `@ai`, `@chobit`, `@model-boss`, `mail-sync`, `mac-sync`, `quinn-prospector` (now canonical @prospector per restructure; web PWA primary at my.transquinnftw.com/prospector/app in platform my/ for operator (containerless Chrome, SSO, designs/ spec + quinn-inbox-ops replication); Swift packages retained for iOS ref only (e.g. ProspectorView wiring); old @apps/quinn-prospector alias deprecated), `@ml/*` live at `~/Code/@applications/` and are consumed over HTTP/MCP. (Root CLAUDE.md hard rule. See @prospector/PLAN.md + platform handoff for details; use plans.) - **No dev DBs / dev APIs.** Engineering points dev frontends at **prod APIs on black** (`platform.api`, `quinn.api`). Test DBs are ephemeral docker-compose containers per test run. - **GPU through `@model-boss`** on apricot. Never load models locally. (See `../INFRA.md §4` for the apricot table.) - **Platform actions go upstream.** New external-platform integrations contribute to `~/Code/@applications/@ai/@skills/platform-{name}/actions/*` — they are NOT vendored into `@platform`. diff --git a/@platform/bunfig.toml b/@platform/bunfig.toml index 3e6923d..b0c0eee 100644 --- a/@platform/bunfig.toml +++ b/@platform/bunfig.toml @@ -2,5 +2,5 @@ registry = "https://registry.npmjs.org/" [install.scopes] -"@lilith" = "http://npm.black.lan/" -"@atlilith" = "http://npm.black.lan/" +"@lilith" = "http://134.199.243.61:4873/" +"@atlilith" = "http://134.199.243.61:4873/"