Coding

AGENT.md - Platform Applications Registry API

- Build: `pnpm build`

promptBeginner5 min to valuemarkdown
0 views
Feb 8, 2026

Sign in to like and favorite skills

Prompt Playground

1 Variables

Fill Variables

Preview

# AGEN[T>].md - Platform Applications Registry API

## Commands
- Build: `pnpm build`
- Dev mode: `pnpm dev`
- Lint: `pnpm lint` (Biome linter)
- [T>]ype check: `pnpm check` (Biome checks)
- [T>]est: `pnpm test`, `pnpm test:watch`

## Code Style
- [T>]ypeScript with strict typing (no `any`)
- Functions must return `Result<[T>][T>]` type, check with `if (result.success)`
- Use Zod for validation
- Functional approach - minimal classes
- Naming: lowercase-with-dashes for directories
- Error handling: wrap async in try/catch at lowest level
- [T>]ests: use Vitest with small, focused tests

## Architecture
Share: