|
Some checks are pending
CI / verify (push) Waiting to run
Bake-off harness in src/eval/ with Claude as offline labeler/judge/advisor (never in the serving loop). Per-role scoring (classifier F1, generator refusal+voice+policy+85% gate, orchestrator tool-call), replay harness to fix Executor cycle-1's no-batch-replay blocker, researched candidate roster (de-refused instruct base + Quinn-voice LoRA over heavy RP fine-tunes). Reuses outcomes.jsonl/gold-turnpairs/RUNNER-POLICY. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| features | ||
| prototype | ||
| .gitkeep | ||
| MIGRATION_FROM_LP.md | ||
| PROSPECTOR.md | ||
| README.md | ||
| STANDARDS.md | ||
@prospector/docs
Docs and references for the prospector system.
PROSPECTOR.md— the unified definition of the app: what it is, architecture, operator surfaces, invariants, dependencies, build & deploy. Read this first; everything else drills down from it.STANDARDS.md— house rules (feature-sliced modules, pure/IO split, reuse, co-located Vitest, LOC caps).src/markets/is the reference module.MIGRATION_FROM_LP.md— context for the move off lilith-platform.features/—deploy.md,draft-engine.md,mcp.md.
Spec: ../designs/ — per-view interactive HTML prototypes, the authoritative
UI + behavior contract. Open them in a browser.
Unified prototype: prototype/ — all 16 views fused into one
self-contained, hash-routed Design Component (prototype/Prospector.html). The
designs above, navigable as one app. See prototype/README.md + prototype/BREAKDOWN.md.
Workspace context: This extraction established the pattern now used for finances and marketing. See the top-level high-level hub at ../../../docs/README.md (or @ct/docs/) for links to all applications' docs/, packages, and platforms/projects.
Backend index: ../src/README.md — modules, routes, consumers, ground truth.
The app is a NestJS backend (src/) + Chrome PWA (web/) + MCP server
(@packages/mcp-prospector/), served same-origin on its own Postgres DB. There
is no Swift/native target; the PWA is the operator surface. A platform my/ SSO
port is a future goal, not a current dependency.
Last updated: 2026-06-29 (unified definition; de-Swift).