@baton-dx/cli 0.7.1 → 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.
- package/dist/{context-detection-DO0ZeRyQ.mjs → context-detection-BxY5Qs8X.mjs} +10 -10
- package/dist/context-detection-BxY5Qs8X.mjs.map +1 -0
- package/dist/{create-BiE2_2Fo.mjs → create-DU8qIWn9.mjs} +3 -3
- package/dist/{create-BiE2_2Fo.mjs.map → create-DU8qIWn9.mjs.map} +1 -1
- package/dist/index.mjs +45 -8
- package/dist/index.mjs.map +1 -1
- package/dist/{list-7GvmRp3q.mjs → list-aDpgCGh4.mjs} +3 -3
- package/dist/{list-7GvmRp3q.mjs.map → list-aDpgCGh4.mjs.map} +1 -1
- package/dist/{prompt-DXfUeR3X.mjs → prompt-YyCqLdrb.mjs} +4 -4
- package/dist/prompt-YyCqLdrb.mjs.map +1 -0
- package/dist/{remove-Cx8jC2vY.mjs → remove-Lb4YUPYV.mjs} +2 -2
- package/dist/{remove-Cx8jC2vY.mjs.map → remove-Lb4YUPYV.mjs.map} +1 -1
- package/dist/{src-C0c228gb.mjs → src-BC9rP9z6.mjs} +293 -4
- package/dist/src-BC9rP9z6.mjs.map +1 -0
- package/dist/src-CYXVBXKq.mjs +6 -0
- package/package.json +1 -1
- package/dist/context-detection-DO0ZeRyQ.mjs.map +0 -1
- package/dist/prompt-DXfUeR3X.mjs.map +0 -1
- package/dist/src-C-rwSQpx.mjs +0 -6
- package/dist/src-C0c228gb.mjs.map +0 -1
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
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-BC9rP9z6.mjs";
|
|
4
|
+
import { n as detectInstalledAITools, t as clearAIToolCache } from "./ai-tool-detection-CMsBNa9e.mjs";
|
|
5
|
+
|
|
6
|
+
export { readLock };
|