vibeperch 0.0.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/package.json +8 -0
package/package.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "vibeperch",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "Vibe Perch — Dynamic Island overlay for AI coding agents. Real-time status, permission approval, and terminal jump without leaving your current app. Stay perched. Never switch.",
|
|
5
|
+
"keywords": ["claude-code", "codex", "dynamic-island", "overlay", "agent", "ai", "vibe-coding"],
|
|
6
|
+
"author": "niumasijit",
|
|
7
|
+
"license": "MIT"
|
|
8
|
+
}
|