prospector/docs
Natalie 20d52431bc
Some checks failed
CI/CD / verify (push) Failing after 2s
CI/CD / deploy (push) Has been skipped
docs(deploy): edge basic_auth + token injection resolved; open = https registry, ssh, wg1
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-01 07:51:32 -04:00
..
features docs(deploy): edge basic_auth + token injection resolved; open = https registry, ssh, wg1 2026-07-01 07:51:32 -04:00
prototype docs: move PLAN.md to app root 2026-06-29 19:10:59 -04:00
.gitkeep feat(prospector): create @applications/@prospector/ skeleton with prospector-client and prospector-ui package skeletons (Wave 1 structure only) 2026-06-28 17:36:20 -04:00
MIGRATION_FROM_LP.md refactor!: drop Swift/native macOS app, unify on the PWA 2026-06-29 11:59:04 -04:00
PROSPECTOR.md docs(prospector): retire model-boss for @prospector/ai-harness; add DRAFT mode + alignment gate 2026-06-30 11:06:30 -04:00
README.md docs(prospector): grouped feature documentation + eval pipeline docs 2026-06-30 10:41:16 -04:00
STANDARDS.md docs(standards): house engineering standards + module index, filesystem-as-docs 2026-06-29 08:09:35 -04:00
THREE_LANES_STATUS.md docs: update PLAN + AI docs for the data→model lane (LoRA, e2e, infra-tools) 2026-07-01 07:37:06 -04:00

@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/ — per-feature docs grouped by feature (AI system, the engine, training & eval, GPU/cost/ops, interfaces). Start with features/ai-system-plan.md for the AI master plan.

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