diff --git a/@platform/CLAUDE.md b/@platform/CLAUDE.md index c8432fb..0a222bd 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`, `@ml/*` live at `~/Code/@applications/` and are consumed over HTTP/MCP. (Root CLAUDE.md hard rule.) +- **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 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/DESIGN.md b/DESIGN.md index dda575a..cf313aa 100644 --- a/DESIGN.md +++ b/DESIGN.md @@ -170,6 +170,7 @@ These stay at their current locations and are consumed over HTTP/MCP: - `~/Code/@applications/@ml/knowledge-platform/` — Crystal's successor (knowledge verification, content auditing) - `~/Code/@applications/@ml/*` — other ML pipelines (rag-retrieval, content-moderation, message-classifier, prospect-classifier-claude, cot-reasoning, draft-pipeline-claude, etc.) - `~/Code/@applications/@quinn-ios/` — Swift iOS app +- `~/Code/@applications/@prospector/` — Canonical (Wave 1) for Quinn Prospector OSX app + internal @packages/ (ProspectorClient/ProspectorUI published from here for cocottetech etc; old @quinn-prospector / @swift/@prospector deprecated). LP backend source of truth; GPU via script; health script; MVP to replace Executor inbound. See plan.md. ---