@hile/core 1.0.11 → 1.0.15
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.
- package/SKILL.md +5 -0
- package/package.json +3 -5
- package/skill.json +0 -16
package/SKILL.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: hile-core
|
|
3
|
+
description: Code generation and usage rules for @hile/core async service container. Use when defining or loading Hile services, wiring lifecycle shutdown, or when the user asks about @hile/core, defineService, loadService, or service container patterns.
|
|
4
|
+
---
|
|
5
|
+
|
|
1
6
|
# Hile
|
|
2
7
|
|
|
3
8
|
Hile 是一个轻量级异步服务容器。本文档是面向 AI 编码模型和人类开发者的 **代码生成规范**,阅读后应能正确地使用本库编写符合架构规则的代码。
|
package/package.json
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hile/core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.15",
|
|
4
4
|
"description": "Hile core - lightweight async service container",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
|
-
"types": "./dist/index.d.ts",
|
|
8
7
|
"scripts": {
|
|
9
8
|
"build": "tsc -b",
|
|
10
9
|
"dev": "tsc -b --watch",
|
|
@@ -13,8 +12,7 @@
|
|
|
13
12
|
"files": [
|
|
14
13
|
"dist",
|
|
15
14
|
"README.md",
|
|
16
|
-
"SKILL.md"
|
|
17
|
-
"skill.json"
|
|
15
|
+
"SKILL.md"
|
|
18
16
|
],
|
|
19
17
|
"author": "",
|
|
20
18
|
"license": "MIT",
|
|
@@ -25,5 +23,5 @@
|
|
|
25
23
|
"@types/node": "^25.3.1",
|
|
26
24
|
"vitest": "^4.0.18"
|
|
27
25
|
},
|
|
28
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "84cdc813655b84cb8e75e410e18669414baf472e"
|
|
29
27
|
}
|
package/skill.json
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@hile/core",
|
|
3
|
-
"version": "1.0.0",
|
|
4
|
-
"description": "Hile core - lightweight async service container",
|
|
5
|
-
"repository": "https://github.com/cevio/hile/tree/main/packages/core",
|
|
6
|
-
"skills": [
|
|
7
|
-
{
|
|
8
|
-
"id": "core",
|
|
9
|
-
"name": "Hile应用核心优化指南",
|
|
10
|
-
"description": "提供 Hile 开发者使用核心包开发 Hile 应用的指南",
|
|
11
|
-
"path": "SKILL.md"
|
|
12
|
-
}
|
|
13
|
-
],
|
|
14
|
-
"authors": ["evio"],
|
|
15
|
-
"license": "MIT"
|
|
16
|
-
}
|