@baton-dx/cli 0.8.0 → 0.8.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.
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  import "./dist-BoZnMvNi.mjs";
3
- import { $ as resolveVersion, A as mergeRules, At as parseSource, B as resolveProfileChain, Bt as BatonError, C as saveGlobalConfig, Ct as CodexAdapter, D as mergeMemory, Dt as AmpAdapter, Et as AntigravityAdapter, F as getProfileWeight, Ft as profileManifestSchema, G as getStatePath, Gt as SourceParseError, H as placeFile, Ht as FileNotFoundError, I as isLockedProfile, It as sourceManifestSchema, J as writeState, K as placementStateSchema, Kt as VersionNotFoundError, L as sortProfilesByWeight, Lt as weightSchema, M as mergeSkills, Mt as loadProjectManifest, N as mergeSkillsWithWarnings, Nt as lockfileSchema, O as mergeMemoryWithWarnings, Ot as BaseAIToolAdapter, P as WEIGHT_LOCK, Pt as projectManifestSchema, Q as writeLock, R as mergeContentParts, Rt as KEBAB_CASE_REGEX, S as removeGlobalSource, St as CursorAdapter, T as setGlobalIdePlatforms, Tt as ClaudeCodeAdapter, U as discoverProfilesInSourceRepo, Ut as GitSourceError, V as detectLegacyPaths, Vt as CircularInheritanceError, W as findSourceManifest, Wt as ManifestValidationError, X as generateLock, Xt as AIToolNotFoundError, Y as removePlacedFiles, Z as readLock, _ as getGlobalAiTools, _t as RooAdapter, a as formatInstallCommand, at as removeGitignoreManagedSection, b as getGlobalSources, bt as JunieAdapter, c as readProjectPreferences, ct as getRegisteredIdePlatforms, d as computeIntersection, dt as getAIToolAdapter, et as cloneGitSource, f as clearIdeCache, ft as getAIToolAdaptersForKeys, g as getDefaultGlobalSource, gt as TraeAdapter, h as getBatonHome, ht as WindsurfAdapter, i as detectInstallMethod, it as ensureBatonDirGitignored, j as mergeRulesWithWarnings, jt as loadProfileManifest, k as mergeAgentsWithWarnings, kt as parseFrontmatter, l as writeProjectPreferences, lt as idePlatformRegistry, m as addGlobalSource, mt as ZedAdapter, n as checkLatestVersion, o as resolvePreferences, ot as updateGitignore, p as detectInstalledIdes, pt as getAllAIToolAdapters, q as readState, r as isUpdateAvailable, rt as collectComprehensivePatterns, s as getPreferencesPath, st as getIdePlatformTargetDir, t as validateSource, tt as expandSparseCheckout, u as projectPreferencesSchema, ut as isKnownIdePlatform, v as getGlobalConfigPath, vt as OpenCodeAdapter, w as setGlobalAiTools, wt as ClineAdapter, x as loadGlobalConfig, xt as GitHubCopilotAdapter, y as getGlobalIdePlatforms, yt as KiroAdapter, z as resolveProfileSupport, zt as AIToolAdapterNotFoundError } from "./src-qYK6F_wF.mjs";
3
+ import { $ as resolveVersion, A as mergeRules, At as parseSource, B as resolveProfileChain, Bt as BatonError, C as saveGlobalConfig, Ct as CodexAdapter, D as mergeMemory, Dt as AmpAdapter, Et as AntigravityAdapter, F as getProfileWeight, Ft as profileManifestSchema, G as getStatePath, Gt as SourceParseError, H as placeFile, Ht as FileNotFoundError, I as isLockedProfile, It as sourceManifestSchema, J as writeState, K as placementStateSchema, Kt as VersionNotFoundError, L as sortProfilesByWeight, Lt as weightSchema, M as mergeSkills, Mt as loadProjectManifest, N as mergeSkillsWithWarnings, Nt as lockfileSchema, O as mergeMemoryWithWarnings, Ot as BaseAIToolAdapter, P as WEIGHT_LOCK, Pt as projectManifestSchema, Q as writeLock, R as mergeContentParts, Rt as KEBAB_CASE_REGEX, S as removeGlobalSource, St as CursorAdapter, T as setGlobalIdePlatforms, Tt as ClaudeCodeAdapter, U as discoverProfilesInSourceRepo, Ut as GitSourceError, V as detectLegacyPaths, Vt as CircularInheritanceError, W as findSourceManifest, Wt as ManifestValidationError, X as generateLock, Xt as AIToolNotFoundError, Y as removePlacedFiles, Z as readLock, _ as getGlobalAiTools, _t as RooAdapter, a as formatInstallCommand, at as removeGitignoreManagedSection, b as getGlobalSources, bt as JunieAdapter, c as readProjectPreferences, ct as getRegisteredIdePlatforms, d as computeIntersection, dt as getAIToolAdapter, et as cloneGitSource, f as clearIdeCache, ft as getAIToolAdaptersForKeys, g as getDefaultGlobalSource, gt as TraeAdapter, h as getBatonHome, ht as WindsurfAdapter, i as detectInstallMethod, it as ensureBatonDirGitignored, j as mergeRulesWithWarnings, jt as loadProfileManifest, k as mergeAgentsWithWarnings, kt as parseFrontmatter, l as writeProjectPreferences, lt as idePlatformRegistry, m as addGlobalSource, mt as ZedAdapter, n as checkLatestVersion, o as resolvePreferences, ot as updateGitignore, p as detectInstalledIdes, pt as getAllAIToolAdapters, q as readState, r as isUpdateAvailable, rt as collectComprehensivePatterns, s as getPreferencesPath, st as getIdePlatformTargetDir, t as validateSource, tt as expandSparseCheckout, u as projectPreferencesSchema, ut as isKnownIdePlatform, v as getGlobalConfigPath, vt as OpenCodeAdapter, w as setGlobalAiTools, wt as ClineAdapter, x as loadGlobalConfig, xt as GitHubCopilotAdapter, y as getGlobalIdePlatforms, yt as KiroAdapter, z as resolveProfileSupport, zt as AIToolAdapterNotFoundError } from "./src-BC9rP9z6.mjs";
4
4
  import { n as detectInstalledAITools, t as clearAIToolCache } from "./ai-tool-detection-CMsBNa9e.mjs";
5
5
 
6
6
  export { readLock };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baton-dx/cli",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "CLI for Baton - the package manager for Developer Experience & AI configuration",
5
5
  "type": "module",
6
6
  "main": "./dist/index.mjs",