initial: oh-my-openagent snapshot

This commit is contained in:
omo
2026-08-17 17:11:35 +08:00
commit 49270ef5d0
3 changed files with 3222 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
node_modules/
*.log
.DS_Store
dist/
build/
.cache/
*.tsbuildinfo
coverage/

3209
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

5
package.json Normal file
View File

@@ -0,0 +1,5 @@
{
"dependencies": {
"oh-my-openagent": "4.19.4"
}
}