chore(platform): update .npmrc + CLAUDE.md
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
b85e09f5e5
commit
54daa39cad
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue