jorgex-stack 1.0.18 → 1.0.19

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jorgex-stack",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "Harness multi-agente portable: instala la config JorgeX (agentes, skills, hooks, Engram, MCPs) en Claude Code, Codex CLI y OpenCode",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -2,7 +2,7 @@
2
2
  name: backend-analyst
3
3
  description: Read-only backend analyst. Use it BEFORE implementing to map services, database, APIs, server functions or data-access patterns, and to surface performance/security/consistency risks. Returns analysis and recommendations only — never writes code or applies changes. Not for implementing features or fixing bugs.
4
4
  mode: subagent
5
- tier: strong
5
+ tier: standard
6
6
  readonly: true
7
7
  bash: git-read
8
8
  ---
@@ -2,7 +2,7 @@
2
2
  name: code-simplifier
3
3
  description: Read-only code simplifier. Use it AFTER code is written or changed to propose simplifications that improve readability and reduce complexity while preserving exact behavior. Returns proposed refinements only — never writes or edits code. Not for implementing features, finding bugs (that's code-reviewer) or broad rewrites.
4
4
  mode: subagent
5
- tier: strong
5
+ tier: standard
6
6
  readonly: true
7
7
  bash: git-read
8
8
  ---
@@ -2,7 +2,7 @@
2
2
  name: frontend-analyst
3
3
  description: Read-only frontend analyst. Use it BEFORE implementing or reviewing to map components, hooks, state, rendering and UI patterns, and to surface re-render, hydration, coupling or complexity risks. Returns analysis and recommendations only — never writes code. Not for implementing features or fixing bugs.
4
4
  mode: subagent
5
- tier: strong
5
+ tier: standard
6
6
  readonly: true
7
7
  bash: git-read
8
8
  ---
@@ -2,7 +2,7 @@
2
2
  name: test-analyzer
3
3
  description: Read-only test coverage analyst. Use it AFTER code changes to review the diff for test coverage quality and completeness, surfacing critical gaps and brittle tests. Reports analysis only — NEVER writes tests (that's the tester). Not for implementing features or writing tests.
4
4
  mode: subagent
5
- tier: strong
5
+ tier: standard
6
6
  readonly: true
7
7
  bash: git-read
8
8
  ---
@@ -2,7 +2,7 @@
2
2
  name: type-design-analyzer
3
3
  description: Read-only type design analyst. Use it AFTER code changes to evaluate type invariants, type safety and encapsulation quality in the diff. Reports analysis and recommendations only — never writes or edits code. Not for implementing features or general code review.
4
4
  mode: subagent
5
- tier: strong
5
+ tier: standard
6
6
  readonly: true
7
7
  bash: git-read
8
8
  ---