@justmpm/ai-tool 1.0.1 → 1.0.2

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.
@@ -2049,9 +2049,9 @@ function inferFileDescription(filePath, category) {
2049
2049
  // src/commands/base.ts
2050
2050
  function parseCommandOptions(options) {
2051
2051
  return {
2052
+ ...options,
2052
2053
  cwd: options.cwd || process.cwd(),
2053
- format: options.format || "text",
2054
- ...options
2054
+ format: options.format || "text"
2055
2055
  };
2056
2056
  }
2057
2057
  function formatOutput(result, format, textFormatter, cacheMarker) {
@@ -13,7 +13,7 @@ import {
13
13
  parseCommandOptions,
14
14
  readConfig,
15
15
  updateCacheMeta
16
- } from "./chunk-4HAUIZQ7.js";
16
+ } from "./chunk-36CYBYVT.js";
17
17
 
18
18
  // src/commands/describe.ts
19
19
  var STOPWORDS = /* @__PURE__ */ new Set([
package/dist/cli.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  describe
4
- } from "./chunk-LJZCMVX5.js";
4
+ } from "./chunk-M32V3QZD.js";
5
5
  import {
6
6
  VERSION,
7
7
  area,
@@ -16,7 +16,7 @@ import {
16
16
  impact,
17
17
  map,
18
18
  suggest
19
- } from "./chunk-4HAUIZQ7.js";
19
+ } from "./chunk-36CYBYVT.js";
20
20
 
21
21
  // src/cli.ts
22
22
  import { resolve } from "path";
@@ -113,7 +113,7 @@ async function main() {
113
113
  }
114
114
  }
115
115
  if (flags.mcp) {
116
- const { startMcpServer } = await import("./server-K4Z4PEO3.js");
116
+ const { startMcpServer } = await import("./server-ZWEQAS6N.js");
117
117
  await startMcpServer();
118
118
  return;
119
119
  }
package/dist/index.js CHANGED
@@ -46,7 +46,7 @@ import {
46
46
  setFileDescription,
47
47
  suggest,
48
48
  writeConfig
49
- } from "./chunk-4HAUIZQ7.js";
49
+ } from "./chunk-36CYBYVT.js";
50
50
  export {
51
51
  VERSION,
52
52
  area,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  describe
3
- } from "./chunk-LJZCMVX5.js";
3
+ } from "./chunk-M32V3QZD.js";
4
4
  import {
5
5
  VERSION,
6
6
  area,
@@ -15,7 +15,7 @@ import {
15
15
  map,
16
16
  recoveryHint,
17
17
  suggest
18
- } from "./chunk-4HAUIZQ7.js";
18
+ } from "./chunk-36CYBYVT.js";
19
19
 
20
20
  // src/mcp/server.ts
21
21
  import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@justmpm/ai-tool",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Ferramenta de análise de dependências e impacto para projetos TypeScript/JavaScript. Usa Skott + Knip internamente. Inclui busca por descrição, integração Git e testes inteligentes.",
5
5
  "keywords": [
6
6
  "dependency-analysis",