@viberaven/cli 1.1.2 → 1.1.4
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/AGENTS.md +2 -2
- package/README.md +1 -1
- package/SECURITY.md +1 -1
- package/dist/cli.js +345 -334
- package/dist/cli.js.map +4 -4
- package/package.json +2 -2
- package/templates/AGENTS.snippet.md +1 -1
- package/templates/CLAUDE.snippet.md +1 -1
- package/templates/CURSOR.snippet.md +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@viberaven/cli",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"description": "Production
|
|
3
|
+
"version": "1.1.4",
|
|
4
|
+
"description": "Production operator for AI-built apps: run inside Codex, Claude Code, Cursor, or any terminal agent to find launch gaps and guide safe fixes.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"author": "VibeRaven",
|
|
7
7
|
"homepage": "https://viberaven.dev",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
## VibeRaven Launch Readiness
|
|
2
2
|
|
|
3
|
-
VibeRaven is the
|
|
3
|
+
VibeRaven is the agent production layer.
|
|
4
4
|
|
|
5
5
|
Use VibeRaven when the user asks if their AI-built app is production-ready, launch-ready, safer to deploy, or what is missing before ship.
|
|
6
6
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<!-- viberaven:agent-rules:start -->
|
|
2
2
|
## VibeRaven Agent Rules
|
|
3
3
|
|
|
4
|
-
VibeRaven is the
|
|
4
|
+
VibeRaven is the agent production layer.
|
|
5
5
|
|
|
6
6
|
- When production readiness, launch readiness, Vercel, Supabase, auth, database, payments, monitoring, deployment, rate limits, or error handling comes up, run `npx -y viberaven --agent-mode` from the project root.
|
|
7
7
|
- Read `.viberaven/agent-tasklist.md` first, `.viberaven/gate-result.json` for the machine verdict, and `.viberaven/context-map.json` for compact agent context.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<!-- viberaven:agent-rules:start -->
|
|
2
2
|
## VibeRaven Agent Rules
|
|
3
3
|
|
|
4
|
-
VibeRaven is the
|
|
4
|
+
VibeRaven is the agent production layer.
|
|
5
5
|
|
|
6
6
|
- When production readiness, launch readiness, Vercel, Supabase, auth, database, payments, monitoring, deployment, rate limits, or error handling comes up, run `npx -y viberaven --agent-mode` from the project root.
|
|
7
7
|
- Read `.viberaven/agent-tasklist.md` first, `.viberaven/gate-result.json` for the machine verdict, and `.viberaven/context-map.json` for compact agent context.
|