studiolot 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.
Files changed (2) hide show
  1. package/README.md +14 -0
  2. package/package.json +13 -0
package/README.md ADDED
@@ -0,0 +1,14 @@
1
+ # StudioLot
2
+
3
+ > CLI for AI Studio Lot — the creative orchestration toolkit by **Vivid Allusion**.
4
+
5
+ **Status**: Pre-release. Packages published to reserve the namespace.
6
+ **Website**: vivid-allusion.com | vivid-allusion.io
7
+ **GitHub**: github.com/vivid-allusion
8
+
9
+ ## Planned
10
+
11
+ - `studiolot frames` — AI-powered image-to-image tooling
12
+ - `studiolot motion` — AI-powered image-to-video tooling
13
+
14
+ More details and a real release coming soon. Stay tuned.
package/package.json ADDED
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "studiolot",
3
+ "version": "0.0.1",
4
+ "description": "CLI for AI Studio Lot — the creative orchestration toolkit by Vivid Allusion",
5
+ "keywords": ["ai", "studio", "video", "frames", "motion", "creative", "vivid-allusion"],
6
+ "homepage": "https://github.com/vivid-allusion",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/vivid-allusion/studio.git"
10
+ },
11
+ "license": "MIT",
12
+ "author": "Vivid Allusion"
13
+ }