enigma-cli 1.11.0 → 1.11.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 +17 -0
- package/assets/skills/backend-policy/skill.json +1 -1
- package/assets/skills/ciphera-style-policy/skill.json +1 -1
- package/assets/skills/code-review-policy/skill.json +1 -1
- package/assets/skills/core-engineering-policy/skill.json +1 -1
- package/assets/skills/database-expert/skill.json +1 -1
- package/assets/skills/debugging-policy/skill.json +1 -1
- package/assets/skills/dependency-policy/skill.json +1 -1
- package/assets/skills/frontend-policy/skill.json +1 -1
- package/assets/skills/git-policy/skill.json +1 -1
- package/assets/skills/security-policy/skill.json +1 -1
- package/assets/skills/testing-policy/skill.json +1 -1
- package/assets/skills/validation-policy/skill.json +1 -1
- package/bin/checksums.json +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -70,6 +70,7 @@ enigma <tool> [acct] Launch claude | codex | opencode with an account
|
|
|
70
70
|
auto-syncs deployed skills first
|
|
71
71
|
enigma account ... Manage per-tool accounts (list/add/use/login/remove)
|
|
72
72
|
enigma profile ... Group one account per tool (list/add/use/set/unset/remove)
|
|
73
|
+
enigma skills ... List skills and manage discards (list/discard/restore)
|
|
73
74
|
enigma seal Maintenance: (re)compute skill content hashes
|
|
74
75
|
enigma check Integrity gate: verify skills are well-formed and sealed
|
|
75
76
|
enigma help | version
|
|
@@ -90,6 +91,12 @@ preselects them; `--all` targets every supported agent.
|
|
|
90
91
|
|
|
91
92
|
(`--local` installs into the current project instead.)
|
|
92
93
|
|
|
94
|
+
Don't want one of the skills? Discard it from the hub's install panel (the
|
|
95
|
+
SKILLS section lists every skill; unchecking one discards it) or with
|
|
96
|
+
`enigma skills discard <name>`: it is removed from every agent and skipped by
|
|
97
|
+
future installs, updates and auto-syncs until you restore it with
|
|
98
|
+
`enigma skills restore <name>`.
|
|
99
|
+
|
|
93
100
|
## Auto-sync on launch
|
|
94
101
|
|
|
95
102
|
After the first `enigma install`, you never need to run it again: whenever you
|
|
@@ -173,6 +180,16 @@ each tool's built-in `default` account (never deleted). New accounts live under
|
|
|
173
180
|
`~/.enigma/<tool>/<name>/`. Bare `claude` / `codex` / `opencode` commands keep
|
|
174
181
|
using your real environment as before.
|
|
175
182
|
|
|
183
|
+
Managed accounts inherit your enigma setup automatically: because the tool reads
|
|
184
|
+
everything from the account's config dir, enigma deploys the skills and memory
|
|
185
|
+
file into it (seeded on `account add` and on launch) and mirrors the
|
|
186
|
+
enigma-managed native settings from your default account on every launch -
|
|
187
|
+
Claude's permission bypass, attribution overrides and statusline, Codex's
|
|
188
|
+
`approval_policy`/`sandbox_mode`, opencode's `"*": "allow"` permission. Turning
|
|
189
|
+
a knob off on the default account propagates too; per-account manual edits to
|
|
190
|
+
those specific knobs are overwritten on the next launch, while every other
|
|
191
|
+
account setting (theme, custom statusline, extra permissions) is left untouched.
|
|
192
|
+
|
|
176
193
|
### Profiles (one account per tool)
|
|
177
194
|
|
|
178
195
|
A profile pins one account per tool under a single name - e.g. profile `work` =
|
|
@@ -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.11.
|
|
6
|
+
"cliVersion": "1.11.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.11.
|
|
6
|
+
"cliVersion": "1.11.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.11.
|
|
6
|
+
"cliVersion": "1.11.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.11.
|
|
6
|
+
"cliVersion": "1.11.2",
|
|
7
7
|
"sha": "c9c69c59516794311cb7b306ed4d4ad971824de3689a39c2b86c7669c73f2e8b"
|
|
8
8
|
}
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
"version": "1.1.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.11.
|
|
6
|
+
"cliVersion": "1.11.2",
|
|
7
7
|
"sha": "2883bcecb3202683ae6f81b073c3d6a9cec9c55029e011bdd06ba7ac3537297e"
|
|
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.11.
|
|
6
|
+
"cliVersion": "1.11.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.11.
|
|
6
|
+
"cliVersion": "1.11.2",
|
|
7
7
|
"sha": "6375d835c2aef2c9bd31ce116444dc3d796f510f9970a213aa3ac4696d7e21b9"
|
|
8
8
|
}
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
"version": "1.2.0",
|
|
4
4
|
"provider": "FJRG2007/enigma",
|
|
5
5
|
"description": "Frontend architecture: reusable components, abstraction thresholds, state management, no-op save detection, and optimistic UI with rollback.",
|
|
6
|
-
"cliVersion": "1.11.
|
|
6
|
+
"cliVersion": "1.11.2",
|
|
7
7
|
"sha": "3766096616a9177ce66685bfaaaef66f7e8ceb62e2a6542e83dee713b9d1b56f"
|
|
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.11.
|
|
6
|
+
"cliVersion": "1.11.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.11.
|
|
6
|
+
"cliVersion": "1.11.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.11.
|
|
6
|
+
"cliVersion": "1.11.2",
|
|
7
7
|
"sha": "a33622a2f810ee4cea39824cb1a7ca34b355a917d4224025df50d77dd74f0b3a"
|
|
8
8
|
}
|
package/bin/checksums.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"enigma-darwin-arm64": "
|
|
3
|
-
"enigma-linux-arm64": "
|
|
4
|
-
"enigma-linux-x64": "
|
|
5
|
-
"enigma-win32-x64.exe": "
|
|
2
|
+
"enigma-darwin-arm64": "2d66246bbd6892319555ca9ca347837602a2de8295aae769d61bec75bf38bfcc",
|
|
3
|
+
"enigma-linux-arm64": "7c0ab4fd650acf09102ac73c9b5226482e1b0252487f8c02265ff7ae98d98d28",
|
|
4
|
+
"enigma-linux-x64": "683377202629ab7392956a416b9da5230a7f574f33d39892e6d2f81239aa2dd0",
|
|
5
|
+
"enigma-win32-x64.exe": "4429d23b1ccd2b737be7207d99423502493e6a7f2e4602afc939a7012c60dee6"
|
|
6
6
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "enigma-cli",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.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": {
|