@justmpm/ai-tool 1.0.4 → 1.0.5
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.
|
@@ -181,6 +181,10 @@ var COMMAND_MAP = {
|
|
|
181
181
|
cli: "ai-tool areas init",
|
|
182
182
|
mcp: "analyze__aitool_areas_init"
|
|
183
183
|
},
|
|
184
|
+
areas_missing: {
|
|
185
|
+
cli: "ai-tool areas --missing",
|
|
186
|
+
mcp: "analyze__aitool_list_areas { missing: true }"
|
|
187
|
+
},
|
|
184
188
|
find: {
|
|
185
189
|
cli: "ai-tool find <termo>",
|
|
186
190
|
mcp: "analyze__aitool_find { query: '<termo>' }"
|
|
@@ -471,7 +475,9 @@ function formatMapSummary(result, areasInfo, ctx = "cli") {
|
|
|
471
475
|
if (areasInfo && areasInfo.unmappedCount > 0) {
|
|
472
476
|
out += `\u26A0\uFE0F ${areasInfo.unmappedCount} arquivo(s) sem area definida
|
|
473
477
|
`;
|
|
474
|
-
out += ` \u2192 ${hint("
|
|
478
|
+
out += ` \u2192 ${hint("areas_missing", ctx)} para ver quais arquivos estao sem area
|
|
479
|
+
`;
|
|
480
|
+
out += ` \u2192 ${hint("areas_init", ctx)} para criar/editar areas.config
|
|
475
481
|
|
|
476
482
|
`;
|
|
477
483
|
}
|
package/dist/cli.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
describe
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-PJDTFEHK.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-
|
|
19
|
+
} from "./chunk-VG3ZBPEH.js";
|
|
20
20
|
|
|
21
21
|
// src/cli.ts
|
|
22
22
|
import { resolve } from "path";
|
|
@@ -115,7 +115,7 @@ async function main() {
|
|
|
115
115
|
}
|
|
116
116
|
}
|
|
117
117
|
if (flags.mcp) {
|
|
118
|
-
const { startMcpServer } = await import("./server-
|
|
118
|
+
const { startMcpServer } = await import("./server-T4MWFGJ5.js");
|
|
119
119
|
await startMcpServer();
|
|
120
120
|
return;
|
|
121
121
|
}
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
describe
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-PJDTFEHK.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-
|
|
18
|
+
} from "./chunk-VG3ZBPEH.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.
|
|
3
|
+
"version": "1.0.5",
|
|
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",
|