@poolzin/pool-bot 2026.3.21 → 2026.3.22
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/CHANGELOG.md +27 -0
- package/dist/build-info.json +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
|
1
|
+
## v2026.3.22 (2026-03-13)
|
|
2
|
+
|
|
3
|
+
### ✅ Testes Críticos Implementados
|
|
4
|
+
- **Skills Loader Integration Tests:** 20+ testes para validação de 339+ skills
|
|
5
|
+
- **Health Endpoints Tests:** 15+ testes para /health, /healthz, /ready, /readyz
|
|
6
|
+
- **Coverage:** Validação de estrutura, categorias, performance, edge cases
|
|
7
|
+
|
|
8
|
+
### 📊 Skills Loader Tests
|
|
9
|
+
- ✅ Load 339+ skills from skills-openclaw
|
|
10
|
+
- ✅ Validate skill structure (name, description, category, filePath)
|
|
11
|
+
- ✅ Category mapping (development, ai-llm, productivity, etc.)
|
|
12
|
+
- ✅ Performance: <5s para carregar todas skills
|
|
13
|
+
- ✅ Parse individual skill: <100ms
|
|
14
|
+
- ✅ Edge cases: empty directory, concurrent parsing, special chars
|
|
15
|
+
|
|
16
|
+
### 🏥 Health Endpoints Tests
|
|
17
|
+
- ✅ GET /health returns JSON with status, version, uptime
|
|
18
|
+
- ✅ GET /healthz returns "ok" text (<100ms)
|
|
19
|
+
- ✅ GET /ready returns detailed checks
|
|
20
|
+
- ✅ GET /readyz returns "ready" text
|
|
21
|
+
- ✅ Cache-Control headers
|
|
22
|
+
- ✅ Kubernetes/Docker compatible
|
|
23
|
+
|
|
24
|
+
### 📝 Test Files Created
|
|
25
|
+
- `src/skills/openclaw-skill-loader.integration.test.ts` (280 linhas)
|
|
26
|
+
- `src/gateway/server-http-health.test.ts` (180 linhas)
|
|
27
|
+
|
|
1
28
|
## v2026.3.21 (2026-03-13)
|
|
2
29
|
|
|
3
30
|
### 🚀 New Features
|
package/dist/build-info.json
CHANGED