omo-ai 0.0.0-beta.0

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/index.js +1 -0
  2. package/package.json +8 -0
package/index.js ADDED
@@ -0,0 +1 @@
1
+ // omo-ai bootstrap placeholder (trusted-publisher setup)
package/package.json ADDED
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "omo-ai",
3
+ "version": "0.0.0-beta.0",
4
+ "description": "Bootstrap placeholder for the omo-ai package. Real distribution ships via trusted publishing from github.com/code-yeongyu/oh-my-openagent.",
5
+ "license": "MIT",
6
+ "repository": { "type": "git", "url": "git+https://github.com/code-yeongyu/oh-my-openagent.git" },
7
+ "files": ["index.js"]
8
+ }