Sign In

githits

Package Overview
Dependencies
Maintainers
3
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

githits - npm Package Compare versions

Comparing version
0.9.0
to
0.9.1
dist/shared/chunk-mm18f1hm.js

Sorry, the diff of this file is too big to display

+2
import{createRequire}from"node:module";var __require=createRequire(import.meta.url);var description="The code context layer for AI coding agents";var version="0.9.1";
export{__require,description,version};
import{clearAutoLoginAuthSessionMetadata,createAuthCommandDependencies,createAuthStatusDependencies,createContainer,loadAutoLoginAuthSessionMetadata,recordAuthFingerprint}from"./chunk-mm18f1hm.js";import"./chunk-mz63e2sv.js";export{recordAuthFingerprint,loadAutoLoginAuthSessionMetadata,createContainer,createAuthStatusDependencies,createAuthCommandDependencies,clearAutoLoginAuthSessionMetadata};
+2
-2

@@ -9,3 +9,3 @@ {

"description": "The code context layer for AI coding agents",
"version": "0.9.0"
"version": "0.9.1"
},

@@ -15,3 +15,3 @@ "plugins": [

"name": "githits",
"version": "0.9.0",
"version": "0.9.1",
"description": "The code context layer for AI coding agents",

@@ -18,0 +18,0 @@ "author": {

{
"name": "githits",
"version": "0.9.0",
"version": "0.9.1",
"description": "The code context layer for AI coding agents",

@@ -5,0 +5,0 @@ "author": {

{
"name": "githits",
"version": "0.9.0",
"version": "0.9.1",
"description": "The code context layer for AI coding agents",

@@ -5,0 +5,0 @@ "author": {

{
"name": "githits",
"version": "0.9.0",
"version": "0.9.1",
"description": "The code context layer for AI coding agents",

@@ -5,0 +5,0 @@ "author": {

{
"name": "githits",
"version": "0.9.0",
"version": "0.9.1",
"description": "The code context layer for AI coding agents",

@@ -5,0 +5,0 @@ "author": {

@@ -121,2 +121,4 @@ # githits Agent Instructions

- Keep `CHANGELOG.md` current during development. Every notable user-, agent-, operator-, or public-API-visible change must update `Unreleased` in the same change, including the explicit pending SemVer impact for every public artifact. Follow `docs/implementation/release-process.md`.
- Treat dated, versioned changelog sections as immutable historical records. Change them only to correct blatant, demonstrable factual errors, and keep any correction minimal.
- `githits` and `@githits/mcp` have separate release flows. They may be bumped together when both surfaces changed, but CLI-only changes should not bump `@githits/mcp`.

@@ -127,2 +129,3 @@ - Root `githits` release versions must stay aligned with generated plugin/assistant manifests: `.plugin/plugin.json`, `.claude-plugin/plugin.json`, `.codex-plugin/plugin.json`, `.cursor-plugin/plugin.json`, `.claude-plugin/marketplace.json`, and `gemini-extension.json`. The versionless Antigravity `plugin.json` and `mcp_config.json` must also be regenerated and checked.

- Successful `Main` runs on `main` trigger both root and MCP release workflows. The MCP workflow publishes only when the package version is not already published; manual dispatch is for recovery or dry runs.
- Release preparation moves shipped entries from `Unreleased` into separate versioned sections for each released artifact and leaves a fresh impact table with pending bumps reset to `none`.
- Validate package behavior from outside root path aliases. Repo-local imports can hide package export-map or declaration problems.

@@ -129,0 +132,0 @@

@@ -1,1 +0,1 @@

import{version}from"./shared/chunk-g4nejfkv.js";export{version};
import{version}from"./shared/chunk-mz63e2sv.js";export{version};
{
"name": "githits",
"version": "0.9.0",
"version": "0.9.1",
"description": "The code context layer for AI coding agents",

@@ -5,0 +5,0 @@ "mcpServers": {

{
"name": "githits",
"description": "The code context layer for AI coding agents",
"version": "0.9.0",
"version": "0.9.1",
"mcpName": "com.githits/githits",

@@ -6,0 +6,0 @@ "type": "module",

{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "githits",
"version": "0.9.0",
"version": "0.9.1",
"description": "The code context layer for AI coding agents",

@@ -6,0 +6,0 @@ "author": {

@@ -353,2 +353,3 @@ <p align="center">

githits doctor Diagnose configuration and auth state
githits resolve Resolve a package or GitHub repository name to canonical targets
githits settings View and update preferences, privacy, and terms

@@ -392,2 +393,5 @@ githits search Explore repository code, dependencies, docs, and symbols

See [CHANGELOG.md](CHANGELOG.md) for released changes, pending work, and the
current package-version impact.
## Development

@@ -394,0 +398,0 @@

@@ -19,3 +19,3 @@ {

},
"version": "0.9.0",
"version": "0.9.1",
"remotes": [

@@ -32,3 +32,3 @@ {

"identifier": "githits",
"version": "0.9.0",
"version": "0.9.1",
"runtimeHint": "npx",

@@ -35,0 +35,0 @@ "transport": {

@@ -11,3 +11,3 @@ # GitHits Code And Docs CLI Reference

If search returns a `searchRef`, do not repeat the original search. Continue with `githits search-status <searchRef> [--wait 0-60]`; the bounded wait defaults to 20 seconds.
If search returns a `searchRef`, do not repeat the original search. Continue with `githits search-status <searchRef> [--wait <seconds>]`; the bounded wait defaults to 20 seconds, and the explicit value must be an integer from 0 to 60.

@@ -14,0 +14,0 @@ ## Code Files

@@ -62,3 +62,3 @@ ---

- Treat partial documentation coverage as incomplete evidence and retry later when advised. Capped coverage is terminal for the current crawl, so report the limitation instead of retrying.
- If search returns a `searchRef`, continue with `githits search-status <searchRef>` instead of repeating the original search. Its bounded wait defaults to 20 seconds; use `--wait 0-60` to adjust it.
- If search returns a `searchRef`, continue with `githits search-status <searchRef>` instead of repeating the original search. Its bounded wait defaults to 20 seconds; use `--wait <seconds>` with an integer from 0 to 60 to adjust it.
- If grep returns no matches, do not repeat it unchanged. Follow the returned guidance by changing the pattern, broadening the file scope, or switching to `githits search` for conceptual discovery.

@@ -65,0 +65,0 @@ - If a code-navigation command returns `INDEXING`, use the elapsed/expected duration in the message to decide whether to retry with `--wait`; prefer any displayed indexed refs/versions when you need an immediate follow-up.

import{createRequire}from"node:module";var __require=createRequire(import.meta.url);var description="The code context layer for AI coding agents";var version="0.9.0";
export{__require,description,version};
import{clearAutoLoginAuthSessionMetadata,createAuthCommandDependencies,createAuthStatusDependencies,createContainer,loadAutoLoginAuthSessionMetadata,recordAuthFingerprint}from"./chunk-mn03rmdy.js";import"./chunk-g4nejfkv.js";export{recordAuthFingerprint,loadAutoLoginAuthSessionMetadata,createContainer,createAuthStatusDependencies,createAuthCommandDependencies,clearAutoLoginAuthSessionMetadata};

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display