enigma-cli 1.6.1 → 1.6.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.
package/README.md CHANGED
@@ -94,10 +94,12 @@ Your existing `~/.claude` is always available as the built-in `default` account
94
94
  `claude` command keeps using `~/.claude` as before.
95
95
 
96
96
  From the hub TUI (`enigma`), the **Accounts** panel lists accounts - showing the
97
- tool (e.g. Claude Code) and the signed-in email for each - and lets you set the
98
- active one, **connect** (log in) an account, or remove it. Connecting closes the
97
+ tool (e.g. Claude Code) and the signed-in email for each - and lets you **add**
98
+ (`a`), set active (`enter`), **connect**/log in (`c`), or remove (`d`). Adding
99
+ prompts for a name and then offers to connect right away. Connecting closes the
99
100
  hub, runs the tool's own login flow (for Claude: it launches and you run
100
- `/login`), then reopens the hub. `enigma account list` shows the same details.
101
+ `/login`), then reopens the hub. `enigma account list` shows the same details,
102
+ and `enigma account add <name>` does the same from the CLI.
101
103
 
102
104
  The mechanism is tool-agnostic by design: only Claude Code is wired up today, but
103
105
  the same per-account-config-dir approach extends to other agents (e.g. Codex via
@@ -3,6 +3,6 @@
3
3
  "version": "1.0.0",
4
4
  "provider": "FJRG2007/enigma",
5
5
  "description": "Backend/API architecture: controller-service-repository layering, API and request optimization, server-side caching (Redis), and Zod boundary validation.",
6
- "cliVersion": "1.6.1",
6
+ "cliVersion": "1.6.2",
7
7
  "sha": "c442bc9e39a7710cb709ef2abb8d15ecd8aa16ed4f5c8af92b7af6877401cba4"
8
8
  }
@@ -3,6 +3,6 @@
3
3
  "version": "1.1.1",
4
4
  "provider": "FJRG2007/enigma",
5
5
  "description": "Ciphera code style conventions (formatting, naming, imports, comments, code-level anti-patterns; TypeScript-first, language-agnostic).",
6
- "cliVersion": "1.6.1",
6
+ "cliVersion": "1.6.2",
7
7
  "sha": "74f638aec13e8c93257fe1ad604c28b07e9a7c456796a4ceefcc99217d9e7039"
8
8
  }
@@ -3,6 +3,6 @@
3
3
  "version": "1.0.0",
4
4
  "provider": "FJRG2007/enigma",
5
5
  "description": "Pre-delivery self-review gate, prioritized review dimensions, and change-quality criteria.",
6
- "cliVersion": "1.6.1",
6
+ "cliVersion": "1.6.2",
7
7
  "sha": "3d3bbe0602d5bbb4afe37648fe3c2fa39376b1bcbac5d8c441f01fad1e866ed0"
8
8
  }
@@ -3,6 +3,6 @@
3
3
  "version": "1.4.0",
4
4
  "provider": "FJRG2007/enigma",
5
5
  "description": "Core engineering execution policy and harness orchestration (highest-authority rules).",
6
- "cliVersion": "1.6.1",
6
+ "cliVersion": "1.6.2",
7
7
  "sha": "c9c69c59516794311cb7b306ed4d4ad971824de3689a39c2b86c7669c73f2e8b"
8
8
  }
@@ -3,6 +3,6 @@
3
3
  "version": "1.0.0",
4
4
  "provider": "FJRG2007/enigma",
5
5
  "description": "Senior database architecture policy: query optimization, anti-duplication/normalization, scalability, and RGPD/GDPR encryption.",
6
- "cliVersion": "1.6.1",
6
+ "cliVersion": "1.6.2",
7
7
  "sha": "c4617ee8d1a57d9621c81bef3093e94de91f79eec0cc0ead41f6d18dd443e623"
8
8
  }
@@ -3,6 +3,6 @@
3
3
  "version": "1.0.0",
4
4
  "provider": "FJRG2007/enigma",
5
5
  "description": "Reproduce-isolate-fix debugging methodology with root-cause discipline and regression verification.",
6
- "cliVersion": "1.6.1",
6
+ "cliVersion": "1.6.2",
7
7
  "sha": "14b0064c8b33a0dc85e51464b05005cf5801c756b1101789a6924b9548420f6b"
8
8
  }
@@ -3,6 +3,6 @@
3
3
  "version": "1.0.0",
4
4
  "provider": "FJRG2007/enigma",
5
5
  "description": "Dependency and supply-chain security: lockfiles and reproducible installs, version pinning, vulnerability auditing, vetting/minimizing packages, vendoring, and SBOM/provenance.",
6
- "cliVersion": "1.6.1",
6
+ "cliVersion": "1.6.2",
7
7
  "sha": "6375d835c2aef2c9bd31ce116444dc3d796f510f9970a213aa3ac4696d7e21b9"
8
8
  }
@@ -3,6 +3,6 @@
3
3
  "version": "1.1.0",
4
4
  "provider": "FJRG2007/enigma",
5
5
  "description": "Frontend architecture: reusable components, abstraction thresholds, state management, and optimistic UI with rollback.",
6
- "cliVersion": "1.6.1",
6
+ "cliVersion": "1.6.2",
7
7
  "sha": "33fa1e9f667ef26203a3d6c892121efe12b0cddb706c195492fa97e080fba115"
8
8
  }
@@ -3,6 +3,6 @@
3
3
  "version": "1.2.0",
4
4
  "provider": "FJRG2007/enigma",
5
5
  "description": "Git & contribution policy (senior engineering standards).",
6
- "cliVersion": "1.6.1",
6
+ "cliVersion": "1.6.2",
7
7
  "sha": "ada4b7eb5bb7e013429e23703c271c0f34b0d76327c059efa148ea2794f96178"
8
8
  }
@@ -3,6 +3,6 @@
3
3
  "version": "1.0.0",
4
4
  "provider": "FJRG2007/enigma",
5
5
  "description": "Application and AI-agent security: secrets, authn/authz (least privilege), OWASP Top 10, transport/crypto baseline, secure logging, and agent/MCP/tool-use safety.",
6
- "cliVersion": "1.6.1",
6
+ "cliVersion": "1.6.2",
7
7
  "sha": "9971e9d9127397d0152e89d24aad3191e2935e55a8483db7fd15f5d4d7a60e7a"
8
8
  }
@@ -3,6 +3,6 @@
3
3
  "version": "1.0.0",
4
4
  "provider": "FJRG2007/enigma",
5
5
  "description": "Test strategy, coverage gates, deterministic tests, mocking discipline, and regression-first bug fixing.",
6
- "cliVersion": "1.6.1",
6
+ "cliVersion": "1.6.2",
7
7
  "sha": "d19fa8ec7985ed231478be504d3c80360897f555d0bc0624bea19c091f459fb0"
8
8
  }
@@ -3,6 +3,6 @@
3
3
  "version": "1.0.0",
4
4
  "provider": "FJRG2007/enigma",
5
5
  "description": "Strict frontend + backend schema validation, schema consistency, and safe client-facing error handling.",
6
- "cliVersion": "1.6.1",
6
+ "cliVersion": "1.6.2",
7
7
  "sha": "a33622a2f810ee4cea39824cb1a7ca34b355a917d4224025df50d77dd74f0b3a"
8
8
  }
@@ -1,6 +1,6 @@
1
1
  {
2
- "enigma-darwin-arm64": "99c08a422371475b47582d8afcd6b67c0b998a51634cc3bd04361251580f9c9c",
3
- "enigma-linux-arm64": "e5cb4990ddd278b6c6d0d74f6d969b26c2af40779803ef368ff8c0b7ad06fbd9",
4
- "enigma-linux-x64": "7d7e05b0131a4b46456abd52f381e643b333485775ead9b1063e9fcd22cdfdf1",
5
- "enigma-win32-x64.exe": "d0a5dd44fefd5375bc51a325c054db6b413bddf8b71282cd7ad214eee3089ea8"
2
+ "enigma-darwin-arm64": "5bdd4b725004ea85a75b27505b692a311249ce39bda42effa59d57671c513ffe",
3
+ "enigma-linux-arm64": "4d806aca990e698e181b827ddfb96a8861e9bd195f66ee999856747968a97286",
4
+ "enigma-linux-x64": "9b2577d0d763aff4611691845a4ae72e9b41f33cd8af2ba9755b93e53d0fd709",
5
+ "enigma-win32-x64.exe": "f68f45ff1466593289ddef332edbbaa1652ea4b3db03dedee4817e3ced462cfb"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "enigma-cli",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "description": "Everything you need to work with a coding agent: install shared policy skills for Claude Code, OpenAI Codex and opencode, and set up portable git security hooks.",
5
5
  "type": "module",
6
6
  "bin": {