Scaffold a Next.js app preloaded with the Pocket UI kit — opinionated, agent-buildable UI (components + docs + AGENTS.md).
Review flagged AI-agent configuration or capability changes. This remains warn-only unless evidence shows foreign-agent hijack through preinstall/install/postinstall, hidden persistence, exfiltration, remote code execution, or other concrete malicious behavior.
`bin/cli.mjs` copies the bundled template, including `template/AGENTS.md` and `template/CLAUDE.md`, into a user-selected project.
bin/cli.mjsView on unpkg`template/AGENTS.md` directs coding agents and instructs them to run project commands, including builds that may need network access.
template/AGENTS.mdView on unpkg`template/app/api/brand/route.ts` writes only `lib/theme/brand.ts` and rejects requests outside development mode.
template/app/api/brand/route.tsView on unpkg`bin/cli.mjs` copies the bundled template, including `template/AGENTS.md` and `template/CLAUDE.md`, into a user-selected project.
bin/cli.mjsView on unpkg`template/AGENTS.md` directs coding agents and instructs them to run project commands, including builds that may need network access.
template/AGENTS.mdView on unpkg`template/app/api/brand/route.ts` writes only `lib/theme/brand.ts` and rejects requests outside development mode.
template/app/api/brand/route.tsView on unpkg