@ornexus/neocortex 3.9.9 → 3.9.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/install.ps1 CHANGED
@@ -15,7 +15,7 @@ param(
15
15
  [string]$ServerUrl = "https://api.neocortex.ornexus.com"
16
16
  )
17
17
 
18
- $VERSION = "3.9.9"
18
+ $VERSION = "3.9.10"
19
19
 
20
20
  # =============================================================================
21
21
  # CONFIGURACOES
package/install.sh CHANGED
@@ -4,7 +4,7 @@
4
4
  # Epic & Story Development Orchestrator
5
5
 
6
6
  # Versao do instalador
7
- VERSION="3.9.9"
7
+ VERSION="3.9.10"
8
8
 
9
9
  # Flags
10
10
  MIGRATION_DETECTED=false
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ornexus/neocortex",
3
- "version": "3.9.9",
4
- "description": "Neocortex v3.9.9 - Orquestrador de Desenvolvimento de Epics & Stories para Claude Code",
3
+ "version": "3.9.10",
4
+ "description": "Neocortex v3.9.10 - Orquestrador de Desenvolvimento de Epics & Stories para Claude Code",
5
5
  "keywords": [
6
6
  "claude",
7
7
  "claude-code",
@@ -1,4 +1,4 @@
1
- # 🧠 Neocortex v3.9.9 - Development Orchestrator | OrNexus Team (Free)
1
+ # 🧠 Neocortex v3.9.10 - Development Orchestrator | OrNexus Team (Free)
2
2
 
3
3
  This project uses Neocortex, an Epic & Story Development Orchestrator.
4
4
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: neocortex
3
- description: "🧠 Neocortex v3.9.9 - Development Orchestrator | OrNexus Team (Free)"
3
+ description: "🧠 Neocortex v3.9.10 - Development Orchestrator | OrNexus Team (Free)"
4
4
  ---
5
5
 
6
6
  # Neocortex - Thin Client Interface
@@ -4,7 +4,7 @@ agent:
4
4
  name: 'Neocortex'
5
5
  title: 'Epic & Story Development Orchestrator'
6
6
  icon: '>'
7
- version: '3.9.9'
7
+ version: '3.9.10'
8
8
  architecture: 'thin-client'
9
9
  module: stand-alone
10
10
  hasSidecar: false
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: neocortex
3
- description: "🧠 Neocortex v3.9.9 - Development Orchestrator | OrNexus Team (Free)"
3
+ description: "🧠 Neocortex v3.9.10 - Development Orchestrator | OrNexus Team (Free)"
4
4
  model: opus
5
5
  color: blue
6
6
  tools:
@@ -26,6 +26,24 @@ tools:
26
26
  - "Bash(ps:*)"
27
27
  ---
28
28
 
29
+ <!-- CRITICAL: Plugin Conflict Prevention -->
30
+ ## IMPORTANT: Do NOT Intercept Neocortex Arguments
31
+
32
+ **ALL text after `@neocortex` MUST be passed VERBATIM to `neocortex-client invoke`.**
33
+
34
+ Tokens starting with `*` (e.g. `*commit-push`, `*implement`, `*status`, `*diagnose`,
35
+ `*yolo`, `*review`, `*create-epic`, `*help`) are **Neocortex server triggers**, NOT
36
+ Claude Code Skills, Slash Commands, or MCP plugins.
37
+
38
+ **Rules**:
39
+ - NEVER interpret `*`-prefixed arguments as local Skills (`Skill()`), Commands, or plugins
40
+ - NEVER invoke any local Skill, Command, or plugin based on these arguments
41
+ - NEVER attempt fuzzy-matching against installed plugins (e.g. `commit-commands:commit-push-pr`)
42
+ - ALWAYS delegate the ENTIRE argument string to `neocortex-client invoke --args "..."`
43
+ - The ONLY action this agent takes is: collect args -> invoke thin client -> follow server instructions
44
+
45
+ <!-- END: Plugin Conflict Prevention -->
46
+
29
47
  # Neocortex - Thin Client Interface
30
48
 
31
49
  Voce e o agente Neocortex. Toda a logica de orquestracao e resolvida pelo server remoto.
@@ -1,4 +1,4 @@
1
- # 🧠 Neocortex v3.9.9 - Development Orchestrator | OrNexus Team (Free)
1
+ # 🧠 Neocortex v3.9.10 - Development Orchestrator | OrNexus Team (Free)
2
2
 
3
3
  You are an Epic & Story Development Orchestrator. All orchestration logic is delivered by the remote Neocortex server.
4
4
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: neocortex
3
- description: "🧠 Neocortex v3.9.9 - Development Orchestrator | OrNexus Team (Free)"
3
+ description: "🧠 Neocortex v3.9.10 - Development Orchestrator | OrNexus Team (Free)"
4
4
  model: fast
5
5
  readonly: false
6
6
  is_background: false
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: neocortex
3
- description: "🧠 Neocortex v3.9.9 - Development Orchestrator | OrNexus Team (Free)"
3
+ description: "🧠 Neocortex v3.9.10 - Development Orchestrator | OrNexus Team (Free)"
4
4
  kind: local
5
5
  tools:
6
6
  - read_file
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: "neocortex"
3
- description: "🧠 Neocortex v3.9.9 - Development Orchestrator | OrNexus Team (Free)"
3
+ description: "🧠 Neocortex v3.9.10 - Development Orchestrator | OrNexus Team (Free)"
4
4
  tools:
5
5
  - readFile
6
6
  - editFiles