@justmpm/ai-tool 0.7.9 → 0.7.10

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.
@@ -1942,6 +1942,10 @@ function detectFileAreas(filePath, config) {
1942
1942
  const normalizedPath = filePath.replace(/\\/g, "/");
1943
1943
  const matches = [];
1944
1944
  const autoDetect = config.settings?.autoDetect !== false;
1945
+ if (filePath.includes("useAuth.ts")) {
1946
+ console.error(`[DEBUG] autoDetect for ${filePath}:`, autoDetect);
1947
+ console.error(`[DEBUG] config.settings:`, JSON.stringify(config.settings));
1948
+ }
1945
1949
  for (const [areaId, areaConfig] of Object.entries(config.areas)) {
1946
1950
  if (matchesAreaConfig(normalizedPath, areaConfig)) {
1947
1951
  matches.push({ area: areaId, priority: 200, source: "config" });
package/dist/cli.js CHANGED
@@ -13,7 +13,7 @@ import {
13
13
  impact,
14
14
  map,
15
15
  suggest
16
- } from "./chunk-PUA5CWMJ.js";
16
+ } from "./chunk-MWM2INVY.js";
17
17
 
18
18
  // src/cli.ts
19
19
  import { resolve } from "path";
@@ -108,7 +108,7 @@ async function main() {
108
108
  }
109
109
  }
110
110
  if (flags.mcp) {
111
- const { startMcpServer } = await import("./server-GII6BLXS.js");
111
+ const { startMcpServer } = await import("./server-IBNLXRUS.js");
112
112
  await startMcpServer();
113
113
  return;
114
114
  }
package/dist/index.js CHANGED
@@ -47,7 +47,7 @@ import {
47
47
  setFileDescription,
48
48
  suggest,
49
49
  writeConfig
50
- } from "./chunk-PUA5CWMJ.js";
50
+ } from "./chunk-MWM2INVY.js";
51
51
  export {
52
52
  AREA_DESCRIPTIONS,
53
53
  AREA_NAMES,
@@ -11,7 +11,7 @@ import {
11
11
  impact,
12
12
  map,
13
13
  suggest
14
- } from "./chunk-PUA5CWMJ.js";
14
+ } from "./chunk-MWM2INVY.js";
15
15
 
16
16
  // src/mcp/server.ts
17
17
  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": "0.7.9",
3
+ "version": "0.7.10",
4
4
  "description": "Ferramenta de análise de dependências e impacto para projetos TypeScript/JavaScript. Usa Skott + Knip internamente.",
5
5
  "keywords": [
6
6
  "dependency-analysis",