@nockdev/hsa 1.3.2 → 1.3.4
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/README.md +3 -3
- package/dist/hsa-cli.bundle.js +1 -1
- package/dist/hsa-daemon.bundle.js +1 -1
- package/dist/hsa-http.bundle.js +1 -1
- package/dist/hsa-lib.bundle.js +1 -1
- package/dist/integrity.json +269 -261
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -39,11 +39,11 @@ nock plugins install @nockdev/hsa
|
|
|
39
39
|
| 🌳 **Merkle Tree** | O(log n) change detection — instant diff for large codebases |
|
|
40
40
|
| 🎯 **Token Budget** | Smart truncation within configurable token limits |
|
|
41
41
|
| 💾 **LRU Cache** | Semantic caching for repeated queries with TTL |
|
|
42
|
-
| 🔒 **Integrity** | SHA-256 tamper detection across
|
|
42
|
+
| 🔒 **Integrity** | SHA-256 tamper detection across 266 files |
|
|
43
43
|
| 🖥️ **Daemon Mode** | Background process with HTTP transport |
|
|
44
44
|
| 🔑 **OAuth 2.1** | JWT/API key authentication for HTTP mode |
|
|
45
45
|
| ⚡ **Native Engine** | Rust-powered via napi-rs (10–100x faster) |
|
|
46
|
-
| 🧠 **Skill Search** | BM25 index across
|
|
46
|
+
| 🧠 **Skill Search** | BM25 index across 85 skill patterns |
|
|
47
47
|
| 📊 **Web Dashboard** | Real-time monitoring at `localhost:13100/dashboard` |
|
|
48
48
|
|
|
49
49
|
---
|
|
@@ -58,7 +58,7 @@ nock plugins install @nockdev/hsa
|
|
|
58
58
|
| `hsa_check_changes` | Check file changes via Merkle diff |
|
|
59
59
|
| `hsa_prefetch` | Prefetch context for predicted queries |
|
|
60
60
|
| `hsa_status` | Engine health and cache stats |
|
|
61
|
-
| `hsa_search_skills` | BM25 search across
|
|
61
|
+
| `hsa_search_skills` | BM25 search across 85 skill patterns |
|
|
62
62
|
| `hsa_get_snapshot` | Project structure snapshot |
|
|
63
63
|
| `hsa_get_repo_map` | Repository structure map |
|
|
64
64
|
| `hsa_export` | Export context as portable format |
|