chore(atlilith): npmrc/bunfig/CLAUDE config drift

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Natalie 2026-06-29 14:35:20 -04:00
parent b711e15bb3
commit 86f2f4f5ef
4 changed files with 7 additions and 7 deletions

6
.npmrc
View file

@ -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)

View file

@ -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

View file

@ -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`.

View file

@ -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/"