enigma-cli 1.16.9 → 1.16.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.
- package/README.md +63 -12
- package/assets/skills/anti-overengineering-policy/skill.json +1 -1
- package/assets/skills/anti-overengineering-review/skill.json +1 -1
- 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-design/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/skill-creator/skill.json +1 -1
- package/assets/skills/task-completion-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/dist/guard.js +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -511,7 +511,7 @@ the rest is shown as state, never invented savings), a **Check & update** button
|
|
|
511
511
|
skills and the dashboard UI in place; a CLI bump still needs `enigma update` in a terminal),
|
|
512
512
|
and the **Skills** subpage to view/edit/enable/disable/remove skills and check for updates.
|
|
513
513
|
|
|
514
|
-
###
|
|
514
|
+
### Proxy (experimental, opt-in, Claude Code only)
|
|
515
515
|
|
|
516
516
|
`enigma config proxy on` makes `enigma claude` route Claude Code through a local loopback
|
|
517
517
|
proxy that forwards every request verbatim to Anthropic and streams the response straight
|
|
@@ -522,6 +522,31 @@ and falls back to a direct launch if it can't start. It applies only to launches
|
|
|
522
522
|
`enigma claude` (it injects `ANTHROPIC_BASE_URL` for that process only) and only to Claude
|
|
523
523
|
Code. Leave it off until you've confirmed it works for your setup.
|
|
524
524
|
|
|
525
|
+
### Secret protection (commit guard + prompt guard)
|
|
526
|
+
|
|
527
|
+
enigma's commit guard already blocks committed secrets, `.env` files and dependency dirs.
|
|
528
|
+
You can now tailor it **granularly** - and not just for git:
|
|
529
|
+
|
|
530
|
+
- **Granular file rules.** On top of the built-in protections, add your own **blocked
|
|
531
|
+
paths** (extra globs to refuse, e.g. `secrets/*.json`), **excluded paths** (an allowlist
|
|
532
|
+
the guard never flags, e.g. `tests/fixtures/**`), and **custom secret patterns** (extra
|
|
533
|
+
regexes). Edit them visually in the dashboard **Enigma Settings** panel or the terminal
|
|
534
|
+
UI (`enigma config`), or from the CLI:
|
|
535
|
+
`enigma config guard-block-paths add "secrets/*.json"`,
|
|
536
|
+
`enigma config guard-allow-paths add "tests/fixtures/**"`,
|
|
537
|
+
`enigma config guard-secret-patterns add "mycorp_[a-z0-9]{32}"` (and `... remove <entry>`,
|
|
538
|
+
or the key alone to list). Defaults are unchanged; these only refine them. They live in
|
|
539
|
+
`~/.enigma-guard.json` and a repo can override per-`.githooks/enigma-guard.json`.
|
|
540
|
+
|
|
541
|
+
- **Prompt secret guard (opt-in, off by default, Claude Code only).** Turn on
|
|
542
|
+
`enigma config prompt-secret-guard on` and `enigma claude` routes through the local proxy,
|
|
543
|
+
scanning each outgoing chat message for credentials **before they reach the model**. On a
|
|
544
|
+
hit it either **redacts** the secret (default - replaces it with `[REDACTED: ...]` so the
|
|
545
|
+
key never leaves your machine but the turn still works) or **rejects** the whole request
|
|
546
|
+
(`enigma config prompt-secret-mode reject` - nothing reaches Claude). It uses the same
|
|
547
|
+
patterns as the commit guard plus your custom ones. The dashboard's **Enigma Systems**
|
|
548
|
+
panel shows the guard's state and how many prompts it has actually redacted/rejected.
|
|
549
|
+
|
|
525
550
|
You can also configure enigma **from the dashboard itself**: the **Enigma Settings** panel
|
|
526
551
|
exposes the same options as the terminal UI (`enigma config`), editable in the browser.
|
|
527
552
|
Writes apply immediately at global scope; memory-affecting toggles prompt for an agent
|
|
@@ -536,21 +561,47 @@ The time figure is likewise an estimate: it converts saved input tokens into sav
|
|
|
536
561
|
prefill time at a default model speed. Override it with `enigma config token-speed
|
|
537
562
|
<tokens-per-second>` (0 restores the default rate).
|
|
538
563
|
|
|
539
|
-
####
|
|
564
|
+
#### Claude usage (opt-in)
|
|
565
|
+
|
|
566
|
+
`enigma config usage-stats on` unlocks a full **Usage** view - in the dashboard (its own
|
|
567
|
+
tab) **and** the terminal UI (a "Claude usage" entry) - that reads your own Claude Code
|
|
568
|
+
session transcripts (`~/.claude/projects/.../*.jsonl`) and reports:
|
|
540
569
|
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
570
|
+
- **Estimated cost** in USD from a per-model price table (Opus/Sonnet/Haiku, incl. cache
|
|
571
|
+
read/write rates), plus measured input/output/cache tokens.
|
|
572
|
+
- **Breakdowns** by model, by project and a **recent sessions** table.
|
|
573
|
+
- A **current 5-hour block** computed locally from transcript timestamps: tokens + cost
|
|
574
|
+
used in the open window, the **burn rate** (tokens/min) and a projected end-of-window
|
|
575
|
+
total. (No Anthropic API is called - this is reconstructed from your local logs.)
|
|
547
576
|
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
577
|
+
It is read-only and loopback-only; nothing is sent anywhere. Off by default because it
|
|
578
|
+
reads your session logs, which are broader than enigma's own compression data.
|
|
579
|
+
|
|
580
|
+
Honesty note: cost is an **estimate** (Anthropic does not record per-message cost in the
|
|
581
|
+
transcript; real spend is billed by Anthropic). Token counts and prompt-cache reads are
|
|
582
|
+
measured facts. enigma deliberately does **not** attribute savings to skills or to
|
|
583
|
+
token-efficient output - a transcript has no counterfactual baseline, so any such figure
|
|
584
|
+
would be invented. Only Claude Code is read today; Codex/OpenCode use absent or
|
|
552
585
|
undocumented local session stores and are not guessed.
|
|
553
586
|
|
|
587
|
+
#### Manage accounts & profiles from the dashboard
|
|
588
|
+
|
|
589
|
+
The dashboard **Accounts** tab does everything the terminal UI does: switch the active
|
|
590
|
+
account, add / rename / remove managed accounts, and create profiles that pin one account
|
|
591
|
+
per tool. Logging an account **in** still happens in a terminal (the browser cannot host a
|
|
592
|
+
tool's interactive login), so the panel shows the exact command to run, e.g.
|
|
593
|
+
`enigma claude work`.
|
|
594
|
+
|
|
595
|
+
#### Export / import your config
|
|
596
|
+
|
|
597
|
+
The **Settings** tab has **Export config** and **Import config**. Export downloads a
|
|
598
|
+
single JSON bundle - your `.enigma.json`, the commit-guard config, and your account/profile
|
|
599
|
+
**structure** (names + tool->account mappings). It is **secret-free**: no auth tokens or
|
|
600
|
+
credentials are ever included, so the file is safe to move between machines or commit.
|
|
601
|
+
Importing recreates the structure (seeding fresh account dirs); you then log each account
|
|
602
|
+
in per machine. Both use the browser's native file dialogs, so you always choose where to
|
|
603
|
+
save or which file to import.
|
|
604
|
+
|
|
554
605
|
### As an MCP server
|
|
555
606
|
|
|
556
607
|
`enigma mcp` runs a stdio MCP server exposing three tools - `enigma_compress`,
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
"version": "1.1.0",
|
|
4
4
|
"provider": "FJRG2007/enigma",
|
|
5
5
|
"description": "Minimal-code discipline - YAGNI ladder, deletion over addition, no unrequested abstractions, and the enigma: shortcut-marking convention; intensity via the minimal-code setting.",
|
|
6
|
-
"cliVersion": "1.16.
|
|
6
|
+
"cliVersion": "1.16.10",
|
|
7
7
|
"sha": "3469a7e554b63a5ae3b1a4a127a0765d760649511fa9dfa9cdbcb04b4431fd64"
|
|
8
8
|
}
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"provider": "FJRG2007/enigma",
|
|
5
5
|
"description": "On-demand over-engineering review - diff review, whole-repo audit, and enigma: debt-marker ledger (tags delete/stdlib/native/yagni/shrink, line/dep scoring); lists cuts, applies nothing.",
|
|
6
|
-
"cliVersion": "1.16.
|
|
6
|
+
"cliVersion": "1.16.10",
|
|
7
7
|
"sha": "f742a2be3f328b9ea1ff9a35a449177c2cbec35ad16e46f7054b7a873a2ab017"
|
|
8
8
|
}
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
"version": "1.1.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.16.
|
|
6
|
+
"cliVersion": "1.16.10",
|
|
7
7
|
"sha": "a46c3cd00aa5f47adb1e7907f1d2bc6f5562f7a272890dee9b1121976ac04ae1"
|
|
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.16.
|
|
6
|
+
"cliVersion": "1.16.10",
|
|
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.16.
|
|
6
|
+
"cliVersion": "1.16.10",
|
|
7
7
|
"sha": "3d3bbe0602d5bbb4afe37648fe3c2fa39376b1bcbac5d8c441f01fad1e866ed0"
|
|
8
8
|
}
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
"version": "1.9.0",
|
|
4
4
|
"provider": "FJRG2007/enigma",
|
|
5
5
|
"description": "Core engineering execution policy and harness orchestration (highest-authority rules).",
|
|
6
|
-
"cliVersion": "1.16.
|
|
6
|
+
"cliVersion": "1.16.10",
|
|
7
7
|
"sha": "82d246faa4770248a36f143926fbf06bd3ffc082959014184548b57193770fab"
|
|
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.16.
|
|
6
|
+
"cliVersion": "1.16.10",
|
|
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.16.
|
|
6
|
+
"cliVersion": "1.16.10",
|
|
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.16.
|
|
6
|
+
"cliVersion": "1.16.10",
|
|
7
7
|
"sha": "6375d835c2aef2c9bd31ce116444dc3d796f510f9970a213aa3ac4696d7e21b9"
|
|
8
8
|
}
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"provider": "FJRG2007/enigma",
|
|
5
5
|
"description": "Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one.",
|
|
6
|
-
"cliVersion": "1.16.
|
|
6
|
+
"cliVersion": "1.16.10",
|
|
7
7
|
"sha": "431645565aec8a4ab4cd17247139f78c377a9bcfcfc4ee1d6f252199c332d86f"
|
|
8
8
|
}
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
"version": "1.3.0",
|
|
4
4
|
"provider": "FJRG2007/enigma",
|
|
5
5
|
"description": "Frontend architecture: reusable components, abstraction thresholds, state management, no-op save detection, large-list rendering (infinite scroll/pagination, virtualization, skeletons, progressive loading), and optimistic UI with rollback.",
|
|
6
|
-
"cliVersion": "1.16.
|
|
6
|
+
"cliVersion": "1.16.10",
|
|
7
7
|
"sha": "26962db5a8b607e95098a6d88977aee59a10bd14e03afe97245f2b013fd21a9a"
|
|
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.16.
|
|
6
|
+
"cliVersion": "1.16.10",
|
|
7
7
|
"sha": "9971e9d9127397d0152e89d24aad3191e2935e55a8483db7fd15f5d4d7a60e7a"
|
|
8
8
|
}
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"provider": "FJRG2007/enigma",
|
|
5
5
|
"description": "Create new skills, modify and improve existing skills, and measure skill performance with evals and benchmarks.",
|
|
6
|
-
"cliVersion": "1.16.
|
|
6
|
+
"cliVersion": "1.16.10",
|
|
7
7
|
"sha": "699586cce82ec0a5458288b598ee7e5ebdddb3dfcf19db354d8bc5e85e47c1c7"
|
|
8
8
|
}
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
"version": "1.1.0",
|
|
4
4
|
"provider": "FJRG2007/enigma",
|
|
5
5
|
"description": "Exhaustive completion discipline for long/multi-item tasks - inventory, coverage ledger, verified done.",
|
|
6
|
-
"cliVersion": "1.16.
|
|
6
|
+
"cliVersion": "1.16.10",
|
|
7
7
|
"sha": "6e3facba307eb2b55cefbab2e4b2a346a2b82f93c3ef47e11ebeb78c3c9453a8"
|
|
8
8
|
}
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
"version": "1.2.0",
|
|
4
4
|
"provider": "FJRG2007/enigma",
|
|
5
5
|
"description": "Test strategy, coverage gates, deterministic tests, mocking discipline, regression-first bug fixing, and test-suite organization (layout by type/domain, mirrored paths, file naming, fixture/helper placement).",
|
|
6
|
-
"cliVersion": "1.16.
|
|
6
|
+
"cliVersion": "1.16.10",
|
|
7
7
|
"sha": "3bdf591057b760f674fb2b1425f63acb426cda2c4f042e1a74c5a5d3807df664"
|
|
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.16.
|
|
6
|
+
"cliVersion": "1.16.10",
|
|
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": "738b08a3cdaf92ad6e273e686b6026b20554fa41fcf030fb0924066a4e67be7e",
|
|
3
|
+
"enigma-linux-arm64": "c9b7b5c7687c514a1393ed1f5d89a753deebe6413ea7f306de9c2d40221b105c",
|
|
4
|
+
"enigma-linux-x64": "b1d90b2ec68748157117156ea8695abac308099237d52ae8e32ad1026cabbb8a",
|
|
5
|
+
"enigma-win32-x64.exe": "441f7c310397e65dcbff00d735d4f0a5282702e9d10fb2402cbb0b595330454a"
|
|
6
6
|
}
|
package/dist/guard.js
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "enigma-cli",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.10",
|
|
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": {
|