githits 0.11.0 → 0.11.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/.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 +5 -4
- package/dist/cli.js +57 -55
- package/dist/index.js +1 -1
- package/dist/shared/{chunk-gjab0gcw.js → chunk-1smksmje.js} +1 -1
- package/dist/shared/chunk-8szmn94w.js +1725 -0
- package/dist/shared/{chunk-ycxd233m.js → chunk-w4en54zp.js} +1 -1
- package/gemini-extension.json +1 -1
- package/package.json +1 -1
- package/plugin.json +1 -1
- package/server.json +2 -2
- package/skills/githits-code/SKILL.md +1 -1
- package/skills/githits-code/references/code-and-docs.md +1 -1
- package/dist/shared/chunk-em3sdzv2.js +0 -1725
|
@@ -1 +1 @@
|
|
|
1
|
-
import{clearAutoLoginAuthSessionMetadata,createAuthCommandDependencies,createAuthStatusDependencies,createContainer,createLogoutCommandDependencies,loadAutoLoginAuthSessionMetadata,recordAuthFingerprint}from"./chunk-
|
|
1
|
+
import{clearAutoLoginAuthSessionMetadata,createAuthCommandDependencies,createAuthStatusDependencies,createContainer,createLogoutCommandDependencies,loadAutoLoginAuthSessionMetadata,recordAuthFingerprint}from"./chunk-8szmn94w.js";import"./chunk-1smksmje.js";export{clearAutoLoginAuthSessionMetadata,createAuthCommandDependencies,createAuthStatusDependencies,createContainer,createLogoutCommandDependencies,loadAutoLoginAuthSessionMetadata,recordAuthFingerprint};
|
package/gemini-extension.json
CHANGED
package/package.json
CHANGED
package/plugin.json
CHANGED
package/server.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"source": "github",
|
|
17
17
|
"id": "1165453165"
|
|
18
18
|
},
|
|
19
|
-
"version": "0.11.
|
|
19
|
+
"version": "0.11.1",
|
|
20
20
|
"remotes": [
|
|
21
21
|
{
|
|
22
22
|
"type": "streamable-http",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"registryType": "npm",
|
|
29
29
|
"registryBaseUrl": "https://registry.npmjs.org",
|
|
30
30
|
"identifier": "githits",
|
|
31
|
-
"version": "0.11.
|
|
31
|
+
"version": "0.11.1",
|
|
32
32
|
"runtimeHint": "npx",
|
|
33
33
|
"transport": {
|
|
34
34
|
"type": "stdio"
|
|
@@ -57,7 +57,7 @@ githits docs read <pageId> --lines 20-120
|
|
|
57
57
|
- For `githits example` results, report the source repositories/citations shown in GitHits' generated references/provenance section; they are core evidence for the synthesized pattern.
|
|
58
58
|
- Package targets inspect published artifacts and omitted versions resolve to the latest release; repository targets inspect repository trees. For source-layout questions, always pin and report the package version or Git ref.
|
|
59
59
|
- For source work, locate symbols or matches first, then read a focused window with explicit `--lines`.
|
|
60
|
-
- Documentation text reads
|
|
60
|
+
- Documentation text reads honor the requested range. Use explicit `--lines` windows to keep only needed context; pass `--json` when you need `startLine`, `endLine`, or `totalLines` metadata.
|
|
61
61
|
- For multi-step code/docs investigations, keep raw CLI output out of the final answer unless it is the evidence the user needs.
|
|
62
62
|
- If output says it used recent, stale, or provisional indexed evidence, treat the displayed served target as provenance. Provisional evidence is queryable while visibly still indexing. If freshness matters, follow the rendered continuation, retry with a longer `--wait`, use one of the displayed `queryable now` versions/refs, or inspect JSON `targetResolution` for structured candidates.
|
|
63
63
|
- Partial and capped documentation coverage are usable published evidence. Report the disclosed limit, but infer neither indexing progress nor retryability from coverage; follow only `searchRef` and the evidence notice.
|
|
@@ -44,7 +44,7 @@ When grep returns no matches, do not repeat it unchanged. Change or shorten the
|
|
|
44
44
|
|
|
45
45
|
`githits docs list <spec>` browses available documentation pages. It is not topic search.
|
|
46
46
|
|
|
47
|
-
`githits docs read <pageId>` reads a page. Text output
|
|
47
|
+
`githits docs read <pageId>` reads a page. Text output honors the requested range; use explicit `--lines` windows to keep only needed context. Use `--json` when extracting `startLine`, `endLine`, `totalLines`, or source metadata.
|
|
48
48
|
|
|
49
49
|
For topic search, use `githits search "<topic>" --source docs --in <target>`, then pass the returned page ID to `docs read`.
|
|
50
50
|
|