archtracker-mcp 0.3.0 → 0.3.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/cli/index.js CHANGED
@@ -2985,7 +2985,7 @@ function startViewer(graph, options = {}) {
2985
2985
  var program = new Command();
2986
2986
  program.name("archtracker").description(
2987
2987
  "Architecture & Dependency Tracker \u2014 Prevent missed architecture changes in AI-driven development"
2988
- ).version("0.1.0").option("--lang <locale>", "Language (en/ja, auto-detected from LANG env)").hook("preAction", (thisCommand) => {
2988
+ ).version("0.3.1").option("--lang <locale>", "Language (en/ja, auto-detected from LANG env)").hook("preAction", (thisCommand) => {
2989
2989
  const lang = thisCommand.opts().lang;
2990
2990
  if (lang === "en" || lang === "ja") {
2991
2991
  setLocale(lang);