Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:43:37 +08:00
commit 22c15fd73f
12 changed files with 1478 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "steel-forge",
"description": "Steel browser automation assistant for AI coding agents - create, debug, and optimize Steel projects",
"version": "1.0.0",
"author": {
"name": "Steel.dev"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}