@nockdev/hsa 1.3.18 → 1.4.0

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 CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  <p align="center">
6
6
  <a href="https://www.npmjs.com/package/@nockdev/hsa"><img src="https://img.shields.io/npm/v/@nockdev/hsa?style=for-the-badge&logo=npm&logoColor=white&labelColor=CB3837&color=000000" alt="npm" /></a>
7
- <img src="https://img.shields.io/badge/MCP%20tools-15-10B981?style=for-the-badge&logo=puzzle&logoColor=white" alt="MCP Tools" />
7
+ <img src="https://img.shields.io/badge/MCP%20tools-19-10B981?style=for-the-badge&logo=puzzle&logoColor=white" alt="MCP Tools" />
8
8
  <img src="https://img.shields.io/badge/engine-Rust%20Native-EF4444?style=for-the-badge&logo=rust&logoColor=white" alt="Rust" />
9
9
  <img src="https://img.shields.io/badge/node-%E2%89%A518-3B82F6?style=for-the-badge&logo=nodedotjs&logoColor=white" alt="Node.js" />
10
10
  <img src="https://img.shields.io/badge/license-MIT-8B5CF6?style=for-the-badge&logo=opensourceinitiative&logoColor=white" alt="License" />
@@ -43,12 +43,12 @@ nock plugins install @nockdev/hsa
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 85 skill patterns |
46
+ | 🧠 **Skill Search** | BM25 index across 93 skill patterns |
47
47
  | 📊 **Web Dashboard** | Real-time monitoring at `localhost:13100/dashboard` |
48
48
 
49
49
  ---
50
50
 
51
- ## 🛠️ MCP Tools (15)
51
+ ## 🛠️ MCP Tools (19)
52
52
 
53
53
  | Tool | Description |
54
54
  | :----------------------- | :------------------------------------- |
@@ -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 85 skill patterns |
61
+ | `hsa_search_skills` | BM25 search across 93 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 |
@@ -67,6 +67,10 @@ nock plugins install @nockdev/hsa
67
67
  | `hsa_filter_tools` | Filter available tools by context |
68
68
  | `hsa_trace_flow` | Trace code execution & call chains |
69
69
  | `hsa_feedback` | Provide relevance feedback for ranking |
70
+ | `hsa_declare_intent` | Declare session intent & goals |
71
+ | `hsa_track_progress` | Track work in 3-level hierarchy |
72
+ | `hsa_save_anchor` | Save immutable facts across sessions |
73
+ | `hsa_check_drift` | Detect scope drift from declared intent|
70
74
 
71
75
  ---
72
76