From 54daa39cada7013a13a75a02a699be91ecc57db2 Mon Sep 17 00:00:00 2001 From: Natalie Date: Mon, 29 Jun 2026 11:29:15 -0400 Subject: [PATCH] chore(platform): update .npmrc + CLAUDE.md Co-Authored-By: Claude Opus 4.8 --- @platform/.npmrc | 2 +- @platform/CLAUDE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 faa40c6..209ba8f 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 (V4-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`.