Initial commit with translated description

This commit is contained in:
2026-03-29 08:34:04 +08:00
commit 80ef0a90d7
24 changed files with 4556 additions and 0 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "feishu-evolver-wrapper",
"version": "1.7.1",
"description": "Feishu-specific wrapper for capability-evolver",
"main": "index.js",
"dependencies": {
"evolver": "file:../evolver"
}
}