Files
2026-04-22 10:13:25 +02:00

1.1 KiB

PrimeUI Exported Project

Workflow

  • Use pnpm for installs and scripts.
  • Use the checked-in project scripts before finishing code changes:
    • pnpm format
    • pnpm lint
    • pnpm typecheck
    • pnpm build
  • Start the local preview with pnpm dev.

PrimeUI Integration

  • PrimeUI project linkage lives in .primeui/project.json.
  • PrimeUI CLI configures project-local AI tooling with npx @primeuicom/cli ai-setup --ai-preset <codex|claude|cursor>.
  • Codex stores PrimeUI MCP server entries in .codex/config.toml; Claude and Cursor also keep shared MCP definitions in .mcp.json.
  • Keep agent configuration project-local and reversible. Do not modify user-global config from this repository.

Codex and Cursor Notes

  • Codex and Cursor both read repository instructions from AGENTS.md.
  • Project-local Codex settings live in .codex/config.toml after CLI AI setup.
  • Project-local Cursor settings live in .cursor/cli.json after CLI AI setup.
  • PrimeUI CLI installs shared MCP servers and public skills project-locally during AI setup.
  • The user still needs a local agent install/login for Codex or Cursor.