devlyn-cli 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/devlyn.js
CHANGED
|
@@ -71,7 +71,7 @@ const OPTIONAL_ADDONS = [
|
|
|
71
71
|
{ name: 'better-auth-setup', desc: 'Production-ready Better Auth + Hono + Drizzle + PostgreSQL auth setup', type: 'local' },
|
|
72
72
|
{ name: 'pyx-scan', desc: 'Check whether an AI agent skill is safe before installing', type: 'local' },
|
|
73
73
|
// Local optional commands (copied to .claude/commands/)
|
|
74
|
-
{ name: 'pencil-sync', desc: 'Sync designs between codebase and Pencil (.pen files) via MCP', type: 'command' },
|
|
74
|
+
{ name: 'devlyn.pencil-sync', desc: 'Sync designs between codebase and Pencil (.pen files) via MCP', type: 'command' },
|
|
75
75
|
// External skill packs (installed via npx skills add)
|
|
76
76
|
{ name: 'vercel-labs/agent-skills', desc: 'React, Next.js, React Native best practices', type: 'external' },
|
|
77
77
|
{ name: 'supabase/agent-skills', desc: 'Supabase integration patterns', type: 'external' },
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|