@rushy/imperium-cli
Advanced tools
+4
-2
@@ -67,2 +67,3 @@ import { Command } from 'commander'; | ||
| noFuzzy?: boolean; | ||
| noCache?: boolean; | ||
| verbose?: boolean; | ||
@@ -157,4 +158,5 @@ silent?: boolean; | ||
| * Install a fetched package to the resolved target directory. | ||
| * When deferLockfile is true, skips the lockfile write (caller is responsible). | ||
| */ | ||
| declare function installPackage(pkg: FetchedPackage, target: ResolvedTarget, opts: GlobalOptions): InstallResult; | ||
| declare function installPackage(pkg: FetchedPackage, target: ResolvedTarget, opts: GlobalOptions, deferLockfile?: boolean): InstallResult; | ||
| /** | ||
@@ -192,3 +194,3 @@ * Remove a package from the target directory and lockfile. | ||
| declare function readLockfile(rootDir: string): Lockfile; | ||
| /** Write the lockfile to disk. */ | ||
| /** Write the lockfile to disk with advisory file locking. */ | ||
| declare function writeLockfile(rootDir: string, lock: Lockfile): void; | ||
@@ -195,0 +197,0 @@ /** Check if a package is installed (by lockfile). */ |
+1
-1
| { | ||
| "name": "@rushy/imperium-cli", | ||
| "version": "0.6.21", | ||
| "version": "0.7.0", | ||
| "description": "A package manager for agent context — install skills, reference packs, and presets for any AI agent ecosystem.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 2 instances
162755
3.4%963
2.12%14
-6.67%