@alianca/cli 0.5.11 → 0.5.12

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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +5 -5
package/dist/cli.js CHANGED
@@ -10,7 +10,7 @@ import { AgentOrchestrator, createTeamsCommands, i18n, TerminalDashboard, AutoHe
10
10
  import { McpServer } from '@alianca/mcp-server';
11
11
  import { createMcpInstallCommand, installMcpForEditors, createProjectInstructions } from './install/mcpInstall.js';
12
12
  const program = new Command();
13
- program.name('alianca').description('Alianca-Code: Engineering Governance & Cognitive Intelligence').version('0.5.11');
13
+ program.name('alianca').description('Alianca-Code: Engineering Governance & Cognitive Intelligence').version('0.5.12');
14
14
  // Configure i18n
15
15
  const configPath = path.join(process.cwd(), '.alianca-code', 'config.json');
16
16
  i18n.setConfigPath(configPath);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alianca/cli",
3
- "version": "0.5.11",
3
+ "version": "0.5.12",
4
4
  "description": "CLI for Aliança Code — 51 AI specialists, governance and cognitive intelligence for your project",
5
5
  "type": "module",
6
6
  "bin": {
@@ -23,10 +23,10 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@alianca/contracts": "0.5.5",
26
- "@alianca/core": "0.5.5",
27
- "@alianca/ast": "0.5.6",
28
- "@alianca/engines": "0.5.6",
29
- "@alianca/mcp-server": "0.5.8",
26
+ "@alianca/core": "0.5.6",
27
+ "@alianca/ast": "0.5.7",
28
+ "@alianca/engines": "0.5.7",
29
+ "@alianca/mcp-server": "0.5.9",
30
30
  "chalk": "^5.3.0",
31
31
  "commander": "^12.1.0",
32
32
  "fs-extra": "^11.3.2",