@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 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
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2026.3.21",
3
- "commit": "56eb776ec28ee2010dbed618a5df07cf9deb0b76",
4
- "builtAt": "2026-03-13T23:35:36.139Z"
2
+ "version": "2026.3.22",
3
+ "commit": "d73f24d737d21800609b762183d8554526df0ee7",
4
+ "builtAt": "2026-03-13T23:59:05.337Z"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@poolzin/pool-bot",
3
- "version": "2026.3.21",
3
+ "version": "2026.3.22",
4
4
  "description": "🎱 Pool Bot - AI assistant with PLCODE integrations",
5
5
  "keywords": [],
6
6
  "license": "MIT",