@zleap-ai/sag-cli 0.5.0 → 0.6.1
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.en.md +41 -9
- package/README.md +31 -9
- package/dist/cli.js +4174 -1509
- package/dist/cli.js.map +1 -1
- package/dist/sag-knowledge.zip +0 -0
- package/dist/skill-cli.cjs +172 -0
- package/package.json +2 -2
- package/skill/SKILL.md +58 -46
- package/skill/manifest.json +8 -0
- package/skill/references/citation-rules.md +5 -83
- package/skill/references/cli-reference.md +33 -205
- package/skill/references/ndjson-contract.md +38 -0
- package/skill/references/safety.md +17 -0
- package/skill/references/search-strategies.md +5 -71
- package/skill/scripts/sag-knowledge.cjs +172 -0
- package/skills/sag-mcp/SKILL.md +4 -0
package/skills/sag-mcp/SKILL.md
CHANGED
|
@@ -5,6 +5,10 @@ description: Use connected enterprise SAG MCP servers to search, read, and manag
|
|
|
5
5
|
|
|
6
6
|
# SAG MCP
|
|
7
7
|
|
|
8
|
+
This Skill is the separate integration path for connected enterprise SAG MCP
|
|
9
|
+
servers. The `sag-knowledge` Skill uses the account Knowledge API instead;
|
|
10
|
+
installing either Skill does not remove or rewrite the other integration.
|
|
11
|
+
|
|
8
12
|
1. Identify the connected enterprise SAG MCP servers available in this task.
|
|
9
13
|
2. When there is only one SAG MCP server, use it directly.
|
|
10
14
|
3. When several SAG MCP servers are available, select the server that matches the user's stated organization or server context.
|