@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 +1 -1
- package/install.sh +1 -1
- package/package.json +2 -2
- package/targets-stubs/antigravity/gemini.md +1 -1
- package/targets-stubs/antigravity/skill/SKILL.md +1 -1
- package/targets-stubs/claude-code/neocortex.agent.yaml +1 -1
- package/targets-stubs/claude-code/neocortex.md +19 -1
- package/targets-stubs/codex/agents.md +1 -1
- package/targets-stubs/cursor/agent.md +1 -1
- package/targets-stubs/gemini-cli/agent.md +1 -1
- package/targets-stubs/vscode/agent.md +1 -1
package/install.ps1
CHANGED
package/install.sh
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ornexus/neocortex",
|
|
3
|
-
"version": "3.9.
|
|
4
|
-
"description": "Neocortex v3.9.
|
|
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,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: neocortex
|
|
3
|
-
description: "🧠 Neocortex v3.9.
|
|
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.
|