@weareikko/code-review 0.9.3 → 0.9.5
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 +1 -1
- package/dist/{cli-BaZloofb.js → cli-tIo5jQvJ.js} +995 -622
- package/dist/cli-tIo5jQvJ.js.map +1 -0
- package/dist/cli.js +1 -1
- package/dist/config.d.ts +4 -1
- package/dist/config.d.ts.map +1 -1
- package/dist/gitlab-review.d.ts +19 -0
- package/dist/gitlab-review.d.ts.map +1 -1
- package/dist/marketplaces.d.ts +63 -0
- package/dist/marketplaces.d.ts.map +1 -0
- package/dist/review.js +1 -1
- package/dist/skills.d.ts +33 -2
- package/dist/skills.d.ts.map +1 -1
- package/package.json +4 -4
- package/dist/cli-BaZloofb.js.map +0 -1
package/dist/cli.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { S as traceDiagnosticPhase, _ as DIAGNOSTIC_CHANNEL_PREFIX, a as main, b as diagnosticChannels, d as startOtelBridge, g as DIAGNOSTIC_CHANNEL_NAMES, i as formatUsageLine, n as formatPerModelUsage, o as run, r as formatSkillsFooter, s as withHttpStamping, t as countPostedBySeverity, u as isOtelEnabled, v as createDiagnosticContext, x as traceDiagnostic, y as createDiagnosticRunId } from "./cli-tIo5jQvJ.js";
|
|
2
2
|
export { DIAGNOSTIC_CHANNEL_NAMES, DIAGNOSTIC_CHANNEL_PREFIX, countPostedBySeverity, createDiagnosticContext, createDiagnosticRunId, diagnosticChannels, formatPerModelUsage, formatSkillsFooter, formatUsageLine, isOtelEnabled, main, run, startOtelBridge, traceDiagnostic, traceDiagnosticPhase, withHttpStamping };
|
package/dist/config.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { type MarketplaceRef } from './marketplaces.js';
|
|
1
2
|
import { type PostingMode } from './posting.js';
|
|
2
3
|
import { type ReviewDepth, type ReviewInputMode, type Severity, type ThinkingLevel } from './types.js';
|
|
3
4
|
export type GitLabAuthHeader = 'PRIVATE-TOKEN' | 'JOB-TOKEN';
|
|
@@ -16,7 +17,7 @@ export declare const DEFAULT_GITHUB_SERVER_URL = "https://github.com";
|
|
|
16
17
|
* Note: `API_KEY` is reserved. `CODE_REVIEW_API_KEY` was intentionally retired
|
|
17
18
|
* as the AI provider key and must not be revived as one.
|
|
18
19
|
*/
|
|
19
|
-
export declare const RESERVED_ENV_SUFFIXES: readonly ["API_KEY", "BASE_URL", "DECOMPOSE_HINT_LINES", "MAX_DIFF_CHARS", "MAX_TOKENS", "MIN_SEVERITY", "MODEL", "MODEL_POOL", "PLATFORM", "OTEL", "OTEL_CAPTURE_CONTENT", "POSTING_MODE", "POST_SUMMARY", "FORCE_REVIEW", "VERBOSE", "SKILLS", "REFRESH_SKILLS", "THINKING_LEVEL"];
|
|
20
|
+
export declare const RESERVED_ENV_SUFFIXES: readonly ["API_KEY", "BASE_URL", "DECOMPOSE_HINT_LINES", "MAX_DIFF_CHARS", "MAX_TOKENS", "MIN_SEVERITY", "MODEL", "MODEL_POOL", "PLATFORM", "OTEL", "OTEL_CAPTURE_CONTENT", "POSTING_MODE", "POST_SUMMARY", "FORCE_REVIEW", "VERBOSE", "SKILLS", "MARKETPLACES", "REFRESH_SKILLS", "THINKING_LEVEL"];
|
|
20
21
|
/**
|
|
21
22
|
* Optional namespacing shim for provider/infra environment variables.
|
|
22
23
|
*
|
|
@@ -150,6 +151,8 @@ export interface Config {
|
|
|
150
151
|
verbose: boolean;
|
|
151
152
|
cwd: string;
|
|
152
153
|
skills: string[];
|
|
154
|
+
/** Claude-plugin marketplaces referenced by name in `skills` specs. */
|
|
155
|
+
marketplaces: MarketplaceRef[];
|
|
153
156
|
/** Re-clone `git:` / `git+ssh:` skills, bypassing the on-disk clone cache. */
|
|
154
157
|
refreshGitSkills: boolean;
|
|
155
158
|
}
|
package/dist/config.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../src/config.ts"],"names":[],"mappings":"AAIA,OAAO,EAAiB,KAAK,WAAW,EAAE,MAAM,cAAc,CAAC;AAC/D,OAAO,EAKL,KAAK,WAAW,EAChB,KAAK,eAAe,EACpB,KAAK,QAAQ,EACb,KAAK,aAAa,EACnB,MAAM,YAAY,CAAC;AAEpB,MAAM,MAAM,gBAAgB,GAAG,eAAe,GAAG,WAAW,CAAC;AAE7D,uDAAuD;AACvD,eAAO,MAAM,SAAS,+BAAgC,CAAC;AACvD,MAAM,MAAM,QAAQ,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;AAElD,mFAAmF;AACnF,eAAO,MAAM,yBAAyB,uBAAuB,CAAC;AAE9D;;;;;;;;;GASG;AACH,eAAO,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../src/config.ts"],"names":[],"mappings":"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"}
|
package/dist/gitlab-review.d.ts
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import type { AgentEvent, AgentTool } from '@earendil-works/pi-agent-core';
|
|
2
2
|
import type { AssistantMessage, Model } from '@earendil-works/pi-ai';
|
|
3
|
+
import { streamSimple } from '@earendil-works/pi-ai/compat';
|
|
3
4
|
import type { Config } from './config.js';
|
|
4
5
|
import type { Logger } from './logger.js';
|
|
6
|
+
import type { MarketplaceRef } from './marketplaces.js';
|
|
5
7
|
import type { PriorThread } from './prior-threads.js';
|
|
6
8
|
import type { Skill } from './skills.js';
|
|
7
9
|
import { type SkippedDiffFile } from './skipped-retrieval.js';
|
|
@@ -142,9 +144,26 @@ interface ReviewContext {
|
|
|
142
144
|
reviewRules: ContextFile[];
|
|
143
145
|
skills: Skill[];
|
|
144
146
|
}
|
|
147
|
+
/**
|
|
148
|
+
* Stream function for the reviewer agent.
|
|
149
|
+
*
|
|
150
|
+
* pi-ai >=0.82 requires an explicit stream function (earlier versions built one
|
|
151
|
+
* internally from model + getApiKey); `streamSimple` is the drop-in. Critically,
|
|
152
|
+
* 0.83 also moved cloudflare-ai-gateway base-URL substitution — the
|
|
153
|
+
* `{CLOUDFLARE_ACCOUNT_ID}` / `{CLOUDFLARE_GATEWAY_ID}` placeholders — from a
|
|
154
|
+
* direct `process.env` read to an explicit `env` on the stream options. Without
|
|
155
|
+
* threading `env` through, the gateway URL keeps its literal placeholders and
|
|
156
|
+
* every request fails with Cloudflare 401 2035 ("Invalid request path"). Passing
|
|
157
|
+
* `env` is harmless for providers whose base URL has no placeholders.
|
|
158
|
+
*
|
|
159
|
+
* `stream` is injectable so the env threading can be unit-tested without a live call.
|
|
160
|
+
*/
|
|
161
|
+
export declare function createReviewStreamFn(stream?: typeof streamSimple): typeof streamSimple;
|
|
145
162
|
export interface LoadReviewContextOptions {
|
|
146
163
|
/** Re-clone `git:` / `git+ssh:` skills, bypassing the on-disk clone cache. */
|
|
147
164
|
refreshGitSkills?: boolean;
|
|
165
|
+
/** Registered Claude-plugin marketplaces referenced by name in skill specs. */
|
|
166
|
+
marketplaces?: readonly MarketplaceRef[];
|
|
148
167
|
}
|
|
149
168
|
export declare function loadReviewContext(cwd: string, skillNames?: string[], warn?: (msg: string) => void, options?: LoadReviewContextOptions): Promise<ReviewContext>;
|
|
150
169
|
export interface FilteredDiff {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gitlab-review.d.ts","sourceRoot":"","sources":["../src/gitlab-review.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,+BAA+B,CAAC;AAE3E,OAAO,KAAK,EAAE,gBAAgB,
|
|
1
|
+
{"version":3,"file":"gitlab-review.d.ts","sourceRoot":"","sources":["../src/gitlab-review.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { type Skill, type SkillSpec } from './skills.js';
|
|
2
|
+
/**
|
|
3
|
+
* Marketplace manifest formats we know how to read. Different vendors ship the
|
|
4
|
+
* same open SKILL.md standard but package it differently: Claude Code uses a
|
|
5
|
+
* `.claude-plugin/marketplace.json` catalog (`anthropic`), OpenAI Codex uses a
|
|
6
|
+
* `.codex-plugin/` layout (a future `codex` format). Only `anthropic` is
|
|
7
|
+
* implemented today; the type is the extension point for the rest.
|
|
8
|
+
*/
|
|
9
|
+
export declare const MARKETPLACE_FORMATS: readonly ["anthropic"];
|
|
10
|
+
export type MarketplaceFormat = (typeof MARKETPLACE_FORMATS)[number];
|
|
11
|
+
/** The default format assumed when a marketplace declaration omits a prefix. */
|
|
12
|
+
export declare const DEFAULT_MARKETPLACE_FORMAT: MarketplaceFormat;
|
|
13
|
+
/**
|
|
14
|
+
* Marketplace names that collide with skill-spec protocol prefixes
|
|
15
|
+
* (`npm:`, `file:`, `git:`) or the bare-name builtin lookup, and so cannot be
|
|
16
|
+
* used as a marketplace name — `<name>:<plugin>/<skill>` would be ambiguous.
|
|
17
|
+
*/
|
|
18
|
+
export declare const RESERVED_MARKETPLACE_NAMES: ReadonlySet<string>;
|
|
19
|
+
/** A registered marketplace: a git repo cloned once, then read per its format. */
|
|
20
|
+
export interface MarketplaceRef {
|
|
21
|
+
/** Short name used in skill specs (`<name>:<plugin>/<skill>`). */
|
|
22
|
+
name: string;
|
|
23
|
+
format: MarketplaceFormat;
|
|
24
|
+
/** Clone URL (credentials may be embedded; always redact before logging). */
|
|
25
|
+
url: string;
|
|
26
|
+
/** Pinned ref (tag/branch/SHA); empty resolves the remote's default branch. */
|
|
27
|
+
ref: string;
|
|
28
|
+
}
|
|
29
|
+
export type MarketplaceRegistry = ReadonlyMap<string, MarketplaceRef>;
|
|
30
|
+
/**
|
|
31
|
+
* Parse a single marketplace declaration: `<name>=<[format:]url[#ref]>`.
|
|
32
|
+
*
|
|
33
|
+
* - `acme=https://host/group/tools.git#1.0.0` → default `anthropic` format
|
|
34
|
+
* - `acme=anthropic:https://host/group/tools.git#1.0.0` → explicit format
|
|
35
|
+
* - `acme=git+ssh://git@host/group/tools.git#main` → SSH transport
|
|
36
|
+
*
|
|
37
|
+
* The `#<ref>` fragment is taken whole as the ref (branch names may contain
|
|
38
|
+
* `/`). Throws a `ConfigError` with an actionable hint on any malformed input.
|
|
39
|
+
*/
|
|
40
|
+
export declare function parseMarketplaceEntry(entry: string): MarketplaceRef;
|
|
41
|
+
/**
|
|
42
|
+
* Build a name→ref registry from parsed marketplace declarations, rejecting
|
|
43
|
+
* duplicate names (a later entry silently shadowing an earlier one is a config
|
|
44
|
+
* bug worth surfacing).
|
|
45
|
+
*/
|
|
46
|
+
export declare function buildMarketplaceRegistry(refs: readonly MarketplaceRef[]): MarketplaceRegistry;
|
|
47
|
+
type MarketplaceSkillSpec = Extract<SkillSpec, {
|
|
48
|
+
protocol: 'marketplace';
|
|
49
|
+
}>;
|
|
50
|
+
/**
|
|
51
|
+
* Resolve a `<marketplace>:<plugin>/<skill>` reference to a loaded {@link Skill}.
|
|
52
|
+
*
|
|
53
|
+
* Clones the marketplace repo (reusing the shared on-disk clone cache), then
|
|
54
|
+
* dispatches to the format-specific resolver. Throws a `ConfigError` with a
|
|
55
|
+
* redacted, actionable hint when the marketplace, plugin, or skill cannot be
|
|
56
|
+
* resolved — the caller treats that as a skip-and-warn, not a fatal error.
|
|
57
|
+
*/
|
|
58
|
+
export declare function loadMarketplaceSkill(spec: MarketplaceSkillSpec, registry: MarketplaceRegistry, options?: {
|
|
59
|
+
cacheDir?: string;
|
|
60
|
+
refresh?: boolean;
|
|
61
|
+
}): Promise<Skill>;
|
|
62
|
+
export {};
|
|
63
|
+
//# sourceMappingURL=marketplaces.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"marketplaces.d.ts","sourceRoot":"","sources":["../src/marketplaces.ts"],"names":[],"mappings":"AAGA,OAAO,EAML,KAAK,KAAK,EACV,KAAK,SAAS,EACf,MAAM,aAAa,CAAC;AAErB;;;;;;GAMG;AACH,eAAO,MAAM,mBAAmB,wBAAyB,CAAC;AAC1D,MAAM,MAAM,iBAAiB,GAAG,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,CAAC,CAAC;AAErE,gFAAgF;AAChF,eAAO,MAAM,0BAA0B,EAAE,iBAA+B,CAAC;AAEzE;;;;GAIG;AACH,eAAO,MAAM,0BAA0B,EAAE,WAAW,CAAC,MAAM,CAKzD,CAAC;AAEH,kFAAkF;AAClF,MAAM,WAAW,cAAc;IAC7B,kEAAkE;IAClE,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,iBAAiB,CAAC;IAC1B,6EAA6E;IAC7E,GAAG,EAAE,MAAM,CAAC;IACZ,+EAA+E;IAC/E,GAAG,EAAE,MAAM,CAAC;CACb;AAED,MAAM,MAAM,mBAAmB,GAAG,WAAW,CAAC,MAAM,EAAE,cAAc,CAAC,CAAC;AAQtE;;;;;;;;;GASG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,MAAM,GAAG,cAAc,CA4CnE;AAED;;;;GAIG;AACH,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,SAAS,cAAc,EAAE,GAAG,mBAAmB,CAW7F;AAuBD,KAAK,oBAAoB,GAAG,OAAO,CAAC,SAAS,EAAE;IAAE,QAAQ,EAAE,aAAa,CAAA;CAAE,CAAC,CAAC;AAE5E;;;;;;;GAOG;AACH,wBAAsB,oBAAoB,CACxC,IAAI,EAAE,oBAAoB,EAC1B,QAAQ,EAAE,mBAAmB,EAC7B,OAAO,GAAE;IAAE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAAC,OAAO,CAAC,EAAE,OAAO,CAAA;CAAO,GACrD,OAAO,CAAC,KAAK,CAAC,CAiChB"}
|
package/dist/review.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $ as
|
|
1
|
+
import { $ as resolveNpmSkillDir, A as SUMMARY_MARKER, B as findExistingSummaryNoteId, C as normalizeSeverity, D as SUMMARY_HISTORY_ENTRY_START, E as SUMMARY_HISTORY_ENTRY_END, F as buildSummaryHistoryEntries, G as extractDiffHunkContext, H as stripSummaryMarker, I as extractReviewedCommitSha, J as normalizeBody, K as extractExistingFingerprints, L as extractSummaryHistoryEntries, M as buildReviewedCommitFooter, N as buildSizeNoticeBlock, O as SUMMARY_HISTORY_LIMIT, P as buildSummaryBody, Q as parseSkillSpec, R as findExistingReviewedCommitSha, S as traceDiagnosticPhase, T as SUMMARY_HISTORY_END, U as upsertSummaryNote, V as stripSummaryHistory, W as appendFingerprintMarkers, X as gitSkillCacheKey, Y as sha256, Z as loadNamedSkill, _ as DIAGNOSTIC_CHANNEL_PREFIX, b as diagnosticChannels, c as buildGeneratedComments, d as startOtelBridge, et as resolveSkillCacheDir, f as filterDiff, g as DIAGNOSTIC_CHANNEL_NAMES, h as parseReviewMarkdownWithWarnings, j as buildArchivedSummaryEntry, k as SUMMARY_HISTORY_START, l as buildPayload, m as parseReviewMarkdown, o as run, p as runReview, q as fingerprints, u as isOtelEnabled, v as createDiagnosticContext, w as toGitLabReviewSeverity, x as traceDiagnostic, y as createDiagnosticRunId, z as findExistingSummaryNote } from "./cli-tIo5jQvJ.js";
|
|
2
2
|
export { DIAGNOSTIC_CHANNEL_NAMES, DIAGNOSTIC_CHANNEL_PREFIX, SUMMARY_HISTORY_END, SUMMARY_HISTORY_ENTRY_END, SUMMARY_HISTORY_ENTRY_START, SUMMARY_HISTORY_LIMIT, SUMMARY_HISTORY_START, SUMMARY_MARKER, appendFingerprintMarkers, buildArchivedSummaryEntry, buildGeneratedComments, buildPayload, buildReviewedCommitFooter, buildSizeNoticeBlock, buildSummaryBody, buildSummaryHistoryEntries, createDiagnosticContext, createDiagnosticRunId, diagnosticChannels, extractDiffHunkContext, extractExistingFingerprints, extractReviewedCommitSha, extractSummaryHistoryEntries, filterDiff, findExistingReviewedCommitSha, findExistingSummaryNote, findExistingSummaryNoteId, fingerprints, gitSkillCacheKey, isOtelEnabled, loadNamedSkill, normalizeBody, normalizeSeverity, parseReviewMarkdown, parseReviewMarkdownWithWarnings, parseSkillSpec, resolveNpmSkillDir, resolveSkillCacheDir, run, runReview, sha256, startOtelBridge, stripSummaryHistory, stripSummaryMarker, toGitLabReviewSeverity, traceDiagnostic, traceDiagnosticPhase, upsertSummaryNote };
|
package/dist/skills.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ export interface Skill {
|
|
|
5
5
|
filePath: string;
|
|
6
6
|
rootDir: string;
|
|
7
7
|
resourceDirs: string[];
|
|
8
|
-
source: 'builtin' | 'project' | 'npm' | 'file' | 'git';
|
|
8
|
+
source: 'builtin' | 'project' | 'npm' | 'file' | 'git' | 'marketplace';
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* A parsed skill spec descriptor. Produced by `parseSkillSpec`.
|
|
@@ -14,6 +14,8 @@ export interface Skill {
|
|
|
14
14
|
* - `npm` — package in `node_modules`, optionally with a sub-directory
|
|
15
15
|
* - `file` — explicit filesystem path (relative or absolute)
|
|
16
16
|
* - `git` — shallow git clone at a pinned ref, optionally with a sub-directory
|
|
17
|
+
* - `marketplace` — a skill inside a Claude-plugin marketplace registered by name
|
|
18
|
+
* (resolved via its `.claude-plugin/marketplace.json`); see `marketplaces.ts`
|
|
17
19
|
*/
|
|
18
20
|
export type SkillSpec = {
|
|
19
21
|
protocol: 'builtin';
|
|
@@ -30,6 +32,11 @@ export type SkillSpec = {
|
|
|
30
32
|
url: string;
|
|
31
33
|
ref: string;
|
|
32
34
|
subpath: string;
|
|
35
|
+
} | {
|
|
36
|
+
protocol: 'marketplace';
|
|
37
|
+
marketplace: string;
|
|
38
|
+
plugin: string;
|
|
39
|
+
skill: string;
|
|
33
40
|
};
|
|
34
41
|
export declare function loadSkillFromDir(dirPath: string, source: Skill['source']): Promise<Skill | null>;
|
|
35
42
|
export declare function resolveBuiltinSkillsDir(): string;
|
|
@@ -52,14 +59,27 @@ export declare function loadAutoDiscoveredSkills(cwd: string, gitRoot: string, w
|
|
|
52
59
|
* | `git:https://host/org/s.git` | `{ protocol: 'git', url: 'https://host/org/s.git', ref: '', subpath: '' }` |
|
|
53
60
|
* | `git:https://host/org/b.git#v1/sec`| `{ protocol: 'git', url: 'https://host/org/b.git', ref: 'v1', subpath: 'sec' }` |
|
|
54
61
|
* | `git+ssh://git@host/org/s.git` | `{ protocol: 'git', url: 'ssh://git@host/org/s.git', ref: '', subpath: '' }` |
|
|
62
|
+
* | `acme:dev/aria-apg` (acme known) | `{ protocol: 'marketplace', marketplace: 'acme', plugin: 'dev', skill: 'aria-apg' }` |
|
|
63
|
+
*
|
|
64
|
+
* A spec whose portion before the first `:` matches a registered marketplace
|
|
65
|
+
* name (from `knownMarketplaces`) is parsed as a `marketplace` reference. The
|
|
66
|
+
* remainder must be `<plugin>/<skill>` — an explicit skill is always required.
|
|
55
67
|
*/
|
|
56
|
-
export declare function parseSkillSpec(spec: string): SkillSpec;
|
|
68
|
+
export declare function parseSkillSpec(spec: string, knownMarketplaces?: ReadonlySet<string>): SkillSpec;
|
|
57
69
|
/**
|
|
58
70
|
* Resolve the directory for an npm-installed skill by walking `node_modules`
|
|
59
71
|
* upward from `cwd` (supports monorepo hoisting). Returns the resolved path
|
|
60
72
|
* or `null` if the package / subpath cannot be found.
|
|
61
73
|
*/
|
|
62
74
|
export declare function resolveNpmSkillDir(packageName: string, subpath: string, cwd: string): Promise<string | null>;
|
|
75
|
+
/** Strip a leading `git+` transport marker (`git+ssh://…` → `ssh://…`). */
|
|
76
|
+
export declare function normalizeGitUrl(raw: string): string;
|
|
77
|
+
/**
|
|
78
|
+
* Remove embedded credentials from a URL so it is safe to show in logs, hints,
|
|
79
|
+
* and errors. `https://user:token@host/path` becomes `https://***@host/path`.
|
|
80
|
+
* Non-URL strings are returned with a best-effort `//user@` → `//***@` scrub.
|
|
81
|
+
*/
|
|
82
|
+
export declare function redactUrl(url: string): string;
|
|
63
83
|
/** Base directory for cached git-skill clones (honours `XDG_CACHE_HOME`). */
|
|
64
84
|
export declare function resolveSkillCacheDir(): string;
|
|
65
85
|
/**
|
|
@@ -67,6 +87,17 @@ export declare function resolveSkillCacheDir(): string;
|
|
|
67
87
|
* pinned ref so that two refs of the same repo never share a cache entry.
|
|
68
88
|
*/
|
|
69
89
|
export declare function gitSkillCacheKey(url: string, ref: string): string;
|
|
90
|
+
/**
|
|
91
|
+
* Resolve a git URL + ref to a local clone directory, reusing the on-disk cache
|
|
92
|
+
* when possible. The clone lands in a temp sibling first and is renamed into
|
|
93
|
+
* place atomically, so a crashed or concurrent clone never leaves a half-written
|
|
94
|
+
* cache entry. With `refresh`, any cached copy is discarded first. Shared by
|
|
95
|
+
* `git:` skills and Claude-plugin marketplaces (see `marketplaces.ts`).
|
|
96
|
+
*/
|
|
97
|
+
export declare function cloneGitRepo(url: string, ref: string, options: {
|
|
98
|
+
cacheDir: string;
|
|
99
|
+
refresh: boolean;
|
|
100
|
+
}): Promise<string>;
|
|
70
101
|
/** Options controlling how external skills are resolved. */
|
|
71
102
|
export interface LoadNamedSkillOptions {
|
|
72
103
|
/** Override the git-skill clone cache directory (defaults to the XDG cache). */
|
package/dist/skills.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"skills.d.ts","sourceRoot":"","sources":["../src/skills.ts"],"names":[],"mappings":"AAUA,MAAM,WAAW,KAAK;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,sFAAsF;IACtF,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,MAAM,EAAE,SAAS,GAAG,SAAS,GAAG,KAAK,GAAG,MAAM,GAAG,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"skills.d.ts","sourceRoot":"","sources":["../src/skills.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@weareikko/code-review",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.5",
|
|
4
4
|
"description": "Agent-driven code review for GitLab merge requests and GitHub pull requests, with deduplicated inline comments and summary notes.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ci",
|
|
@@ -61,9 +61,9 @@
|
|
|
61
61
|
"prepare": "husky"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@earendil-works/pi-agent-core": "0.
|
|
65
|
-
"@earendil-works/pi-ai": "0.
|
|
66
|
-
"@earendil-works/pi-coding-agent": "0.
|
|
64
|
+
"@earendil-works/pi-agent-core": "0.83.0",
|
|
65
|
+
"@earendil-works/pi-ai": "0.83.0",
|
|
66
|
+
"@earendil-works/pi-coding-agent": "0.83.0",
|
|
67
67
|
"@opentelemetry/api": "^1.9.1",
|
|
68
68
|
"@opentelemetry/api-logs": "^0.218.0",
|
|
69
69
|
"@opentelemetry/resources": "^2.7.1",
|