githits 0.11.3 → 0.11.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/.claude-plugin/marketplace.json +2 -2
- package/.claude-plugin/plugin.json +1 -1
- package/.codex-plugin/plugin.json +1 -1
- package/.cursor-plugin/plugin.json +1 -1
- package/.plugin/plugin.json +1 -1
- package/AGENTS.md +2 -1
- package/dist/cli.js +15 -13
- package/dist/index.js +1 -1
- package/dist/shared/{chunk-tfaz4m1y.js → chunk-0w8sxsqp.js} +1 -1
- package/dist/shared/{chunk-vk4scf1b.js → chunk-sbpx9c2c.js} +49 -40
- package/dist/shared/{chunk-5ryk913a.js → chunk-xez3y33q.js} +1 -1
- package/gemini-extension.json +1 -1
- package/package.json +3 -1
- package/plugin.json +1 -1
- package/server.json +2 -2
- package/skills/githits-code/SKILL.md +5 -4
- package/skills/githits-mcp/SKILL.md +5 -11
- package/skills/githits-onboarding/SKILL.md +3 -4
- package/skills/githits-package/SKILL.md +3 -5
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: githits-mcp
|
|
3
|
-
description: Use GitHits MCP
|
|
3
|
+
description: Use whenever invoking GitHits MCP tools for public OSS/package evidence: package, dependency, release, security, documentation, repository source/code search, or canonical examples. Load before any GitHits MCP tool call.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# GitHits MCP
|
|
@@ -8,16 +8,10 @@ description: Use GitHits MCP as an OSS context layer when a task involves open-s
|
|
|
8
8
|
Use GitHits when public OSS/package evidence would materially improve discovery, planning, research, implementation, debugging, or maintenance.
|
|
9
9
|
|
|
10
10
|
When GitHits MCP tools are available, this skill already includes the stable
|
|
11
|
-
quick-start guide below.
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
snapshot. If any GitHits tool description exposed to the agent is marked
|
|
16
|
-
`Experimental`, call `quick_start` before the first GitHits evidence tool to
|
|
17
|
-
load runtime-specific guidance. Otherwise, call it only when needed to resolve a
|
|
18
|
-
material mismatch between the loaded guide and the current descriptors.
|
|
19
|
-
|
|
20
|
-
If GitHits MCP tools are unavailable but the `githits` CLI is installed, switch to the `githits-code` or `githits-package` skill and use its equivalent CLI commands. Do not treat missing MCP registration as evidence that GitHits lacks the requested content.
|
|
11
|
+
quick-start guide below. Do not call `quick_start` when this skill is loaded;
|
|
12
|
+
this rule applies to every GitHits tool. Follow the guide and the selected tool
|
|
13
|
+
descriptions for routing, scope, target syntax, output, safety, citations, and
|
|
14
|
+
recovery.
|
|
21
15
|
|
|
22
16
|
## Quick-start guide
|
|
23
17
|
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: githits-onboarding
|
|
3
3
|
description: >-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
sign up for, or start using GitHits.
|
|
4
|
+
Use when the user asks to install, connect, configure, sign in to, sign up
|
|
5
|
+
for, or start using GitHits. Covers agent detection, MCP and guidance
|
|
6
|
+
installation, authentication, verification, and setup recovery.
|
|
8
7
|
compatibility: Requires shell access, internet access, and npx. Use a local githits binary only for explicit local/dev/pinned testing.
|
|
9
8
|
---
|
|
10
9
|
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: githits-package
|
|
3
3
|
description: >-
|
|
4
|
-
Use GitHits CLI package
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
release notes, and upgrade reviews. Activate for packages, dependencies,
|
|
8
|
-
versions, upgrades, CVEs, dependency footprints, or release changes.
|
|
4
|
+
Use whenever invoking the GitHits CLI for public package or dependency
|
|
5
|
+
evidence, including metadata, versions, licenses, vulnerabilities, dependency
|
|
6
|
+
graphs, changelogs, release notes, or upgrade reviews.
|
|
9
7
|
compatibility: Requires shell access, internet access, and either a githits binary on PATH or npx.
|
|
10
8
|
---
|
|
11
9
|
|