sf-intelligence 0.1.13 → 0.1.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/README.md +5 -1
- package/dist/index.js +13382 -4949
- package/package.json +7 -7
- package/server.json +4 -4
package/README.md
CHANGED
|
@@ -7,7 +7,11 @@ org's **real metadata**, not a guess.
|
|
|
7
7
|
for a single Salesforce org. You run one `sf project retrieve`; it builds a local
|
|
8
8
|
Markdown vault and a DuckDB dependency graph, then answers questions locally
|
|
9
9
|
through an MCP server (the `sfi.*` tools) — no network egress for vault answers.
|
|
10
|
-
|
|
10
|
+
A semantic router turns each plain-language question into a meaning-ranked shortlist
|
|
11
|
+
of the `sfi.*` tools that can answer it — tagged with the plane it needs (offline vault
|
|
12
|
+
/ opt-in live / hybrid) and a confidence band — and asks a clarifying question instead
|
|
13
|
+
of guessing when the top candidates diverge on something consequential. An opt-in live
|
|
14
|
+
read-only plane can answer record counts and samples. MIT + Commons Clause.
|
|
11
15
|
|
|
12
16
|
## Install
|
|
13
17
|
|