mirror of
https://github.com/pixel-point/animate-text.git
synced 2026-09-14 20:07:09 +08:00
1.1 KiB
1.1 KiB
PrimeUI Exported Project
Workflow
- Use
pnpmfor installs and scripts. - Use the checked-in project scripts before finishing code changes:
pnpm formatpnpm lintpnpm typecheckpnpm 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.tomlafter CLI AI setup. - Project-local Cursor settings live in
.cursor/cli.jsonafter 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.