Shared frontend-only presentation helpers and types for the dashboard and desktop operator surfaces.
Current package boundary: this package is still a private workspace package.
The truthful adoption path today is repo-local consumption, clone-and-reuse,
or vendored internal reuse, not registry install from npm.
uiCopy: shared brand, shell, operator, approval, and page-level copyuiLocale: preferred UI locale detection, persistence, and toggle helpersstatusPresentation: locale-aware status, stage, CTA, and datetime helperstypes: frontend-facing shared report/type surfaces that sit above the raw API contract
- backend-facing HTTP contract definitions
- generated API path/query bindings
- runtime orchestration logic
- MCP server contracts
- This package is part of the frontend presentation substrate, not a standalone public SDK.
- Public API contract types stay in
@cortexpilot/frontend-api-contract. - Client entry points stay in
@cortexpilot/frontend-api-client. - This package is not published for public registry install today.
If you want the public explanation for how this shared substrate fits into Codex / Claude Code / OpenClaw workflows, use:
- Compatibility matrix
- Integration guide
- Agent starter kits
- Read-only MCP quickstart
- API quickstart
- Contract package guide
- Skills quickstart
When a team asks "what already exists on the host side?", point them to the native surfaces first:
- Codex: repo, docs, IDE install
- Claude Code: overview, MCP docs
- OpenClaw: repo, skills docs, ClawHub
This package then stays in its narrower role:
- shared UI copy, locale, and status presentation for CortexPilot surfaces
- repo-owned presentation reuse across dashboard, desktop, and future web
- not a native plugin for Codex, Claude Code, or OpenClaw