@ornexus/neocortex 3.9.9 → 3.9.11
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.js +1 -1
- package/install.ps1 +2 -2
- package/install.sh +5 -4
- package/package.json +2 -2
- package/packages/client/dist/agent/update-description.d.ts.map +1 -1
- package/packages/client/dist/agent/update-description.js +5 -4
- package/packages/client/dist/agent/update-description.js.map +1 -1
- 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.js
CHANGED
|
@@ -319,7 +319,7 @@ function showAsciiBanner() {
|
|
|
319
319
|
{ text: ' ╚═╝ ╚═══╝╚══════╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝╚═╝ ╚═╝', esc: tc(0,112,168) },
|
|
320
320
|
{ text: '', esc: '' },
|
|
321
321
|
{ text: ' ──────────────────────────────────────────────────────────────────────────────────', esc: g(236) },
|
|
322
|
-
{ text: `
|
|
322
|
+
{ text: ` v${VERSION} | OrNexus Team`, esc: g(243) },
|
|
323
323
|
];
|
|
324
324
|
|
|
325
325
|
console.log('');
|
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.
|
|
18
|
+
$VERSION = "3.9.11"
|
|
19
19
|
|
|
20
20
|
# =============================================================================
|
|
21
21
|
# CONFIGURACOES
|
|
@@ -160,7 +160,7 @@ function Show-Banner {
|
|
|
160
160
|
@{ Text = " ╚═╝ ╚═══╝╚══════╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝╚═╝ ╚═╝"; Color = "38;2;0;112;168" },
|
|
161
161
|
@{ Text = ""; Color = "" },
|
|
162
162
|
@{ Text = " ──────────────────────────────────────────────────────────────────────────────────"; Color = "38;5;236" },
|
|
163
|
-
@{ Text = "
|
|
163
|
+
@{ Text = " v$VERSION | OrNexus Team"; Color = "38;5;243" }
|
|
164
164
|
)
|
|
165
165
|
|
|
166
166
|
Write-Host ""
|
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.
|
|
7
|
+
VERSION="3.9.11"
|
|
8
8
|
|
|
9
9
|
# Flags
|
|
10
10
|
MIGRATION_DETECTED=false
|
|
@@ -223,8 +223,9 @@ patch_description_tier() {
|
|
|
223
223
|
*) return 0 ;; # Already Free, no patch needed
|
|
224
224
|
esac
|
|
225
225
|
|
|
226
|
-
# Replace
|
|
227
|
-
|
|
226
|
+
# Replace tier label in new format: vX.X.X (Tier) | OrNexus Team
|
|
227
|
+
# Also handles legacy format: | OrNexus Team (Tier)
|
|
228
|
+
sed -i.bak -e "s/([^)]*) | OrNexus Team\"/(${tier_label}) | OrNexus Team\"/" -e "s/| OrNexus Team ([^)]*)/| OrNexus Team (${tier_label})/" "$target_file" 2>/dev/null
|
|
228
229
|
rm -f "${target_file}.bak" 2>/dev/null
|
|
229
230
|
debug "Description tier patched: ${tier_label} in $(basename "$target_file")"
|
|
230
231
|
}
|
|
@@ -484,7 +485,7 @@ show_banner() {
|
|
|
484
485
|
"${g6} ╚═╝ ╚═══╝╚══════╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝╚═╝ ╚═╝${rst}"
|
|
485
486
|
""
|
|
486
487
|
"${gd} ──────────────────────────────────────────────────────────────────────────────────${rst}"
|
|
487
|
-
"${gt}
|
|
488
|
+
"${gt} v${VERSION} | OrNexus Team${rst}"
|
|
488
489
|
)
|
|
489
490
|
|
|
490
491
|
echo ""
|
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.11",
|
|
4
|
+
"description": "Neocortex v3.9.11 - Orquestrador de Desenvolvimento de Epics & Stories para Claude Code",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"claude",
|
|
7
7
|
"claude-code",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-description.d.ts","sourceRoot":"","sources":["../../src/agent/update-description.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;
|
|
1
|
+
{"version":3,"file":"update-description.d.ts","sourceRoot":"","sources":["../../src/agent/update-description.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AA2DH;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,CAGtE;AAED;;;GAGG;AACH,wBAAgB,kBAAkB,IAAI,MAAM,CAW3C;AA6CD;;;;;GAKG;AACH,wBAAgB,sBAAsB,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAW7E;AAED;;;;;GAKG;AACH,wBAAgB,wBAAwB,CACtC,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,GAAG,IAAI,EACnB,OAAO,EAAE,MAAM,EACf,IAAI,CAAC,EAAE,MAAM,GACZ,OAAO,CAIT"}
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
* - License activation (activate.ts)
|
|
28
28
|
* - Install (install.sh via sed fallback for all platforms)
|
|
29
29
|
*
|
|
30
|
-
* Format: 🧠 Neocortex vX.X.X
|
|
30
|
+
* Format: 🧠 Neocortex vX.X.X (Tier) | OrNexus Team
|
|
31
31
|
*/
|
|
32
32
|
import { readFileSync, writeFileSync, existsSync } from 'node:fs';
|
|
33
33
|
import { join } from 'node:path';
|
|
@@ -41,8 +41,9 @@ const TIER_LABELS = {
|
|
|
41
41
|
};
|
|
42
42
|
// YAML frontmatter: description: "..."
|
|
43
43
|
const YAML_DESCRIPTION_PATTERN = /^description:\s*".*"$/m;
|
|
44
|
-
// Markdown H1: # 🧠 Neocortex vX.X.X
|
|
45
|
-
|
|
44
|
+
// Markdown H1: # 🧠 Neocortex vX.X.X (Tier) | OrNexus Team
|
|
45
|
+
// Also matches legacy format: # 🧠 Neocortex vX.X.X - Development Orchestrator | OrNexus Team (Tier)
|
|
46
|
+
const H1_DESCRIPTION_PATTERN = /^# 🧠 Neocortex v[\d.]+(?:\s*\([^)]+\)\s*\| OrNexus Team|\s*-\s*Development Orchestrator \| OrNexus Team \([^)]+\))$/m;
|
|
46
47
|
/**
|
|
47
48
|
* All known home-directory agent files, grouped by description format.
|
|
48
49
|
* Project-level files are patched by install.sh (paths vary per project).
|
|
@@ -59,7 +60,7 @@ const HOME_AGENT_FILES = [
|
|
|
59
60
|
*/
|
|
60
61
|
export function buildDescription(version, tier) {
|
|
61
62
|
const label = TIER_LABELS[tier.toLowerCase()] ?? 'Free';
|
|
62
|
-
return `🧠 Neocortex v${version}
|
|
63
|
+
return `🧠 Neocortex v${version} (${label}) | OrNexus Team`;
|
|
63
64
|
}
|
|
64
65
|
/**
|
|
65
66
|
* Read the current tier from ~/.neocortex/config.json.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-description.js","sourceRoot":"","sources":["../../src/agent/update-description.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH;;;;;;;;;;;;;;;;;;GAkBG;AAEH,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAClE,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACjC,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAElC,6EAA6E;AAE7E,MAAM,WAAW,GAAG,IAAI,CAAC,OAAO,EAAE,EAAE,YAAY,EAAE,aAAa,CAAC,CAAC;AAEjE,MAAM,WAAW,GAA2B;IAC1C,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,KAAK;IACV,UAAU,EAAE,YAAY;CACzB,CAAC;AAEF,uCAAuC;AACvC,MAAM,wBAAwB,GAAG,wBAAwB,CAAC;AAE1D,
|
|
1
|
+
{"version":3,"file":"update-description.js","sourceRoot":"","sources":["../../src/agent/update-description.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: neocortex
|
|
3
|
-
description: "🧠 Neocortex v3.9.
|
|
3
|
+
description: "🧠 Neocortex v3.9.10 (Free) | OrNexus Team"
|
|
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.
|