Skip to content

Commit 33b7186

Browse files
author
cortex-agent
committed
chore(release): v1.13.0
Promote cortex-agent v1.13.0-rc.4 → v1.13.0 stable. Claim scope: Codex host only (per user decision 2026-08-25T02:25Z). - Codex host 21,563 receipts / 14 days / 7 consecutive days ≥100/天 - P-005 §5 Codex-only pass; DSH/PI host validation deferred to Phase C Stage 2 (DSH host traffic was gated on agent-runtime-interoperability P-007/M-031, currently stalled since 8-19; this is not a blocker for v1.13.0 stable publication). Candidate digest: 36bacff + release commit.
1 parent 36bacff commit 33b7186

3 files changed

Lines changed: 17 additions & 8 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,31 @@
55
},
66
"metadata": {
77
"description": "AI Agent Governance Framework for Claude Code, Cursor, Windsurf, Gemini CLI and more. Run /cortex-setup after installation to complete project initialization.",
8-
"version": "1.13.0-rc.4"
8+
"version": "1.13.0"
99
},
1010
"plugins": [
1111
{
1212
"name": "cortex-agent",
1313
"source": "./",
1414
"description": "Governance framework for AI coding assistants. Provides slash-command workflows (/arch-design, /ship, /parallel…), specialized sub-agents (planner, implementer, code-reviewer…), and 9 reusable skills. Run /cortex-setup after install for full project setup.",
15-
"version": "1.13.0-rc.4",
15+
"version": "1.13.0",
1616
"author": {
1717
"name": "Kucell"
1818
},
1919
"homepage": "https://github.com/Kucell/cortex-agent",
2020
"repository": "https://github.com/Kucell/cortex-agent",
2121
"license": "MIT",
2222
"category": "productivity",
23-
"tags": ["governance", "workflow", "agents", "skills", "architecture", "rules", "cursor", "windsurf"]
23+
"tags": [
24+
"governance",
25+
"workflow",
26+
"agents",
27+
"skills",
28+
"architecture",
29+
"rules",
30+
"cursor",
31+
"windsurf"
32+
]
2433
}
2534
]
26-
}
35+
}

.claude-plugin/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cortex-agent",
3-
"version": "1.13.0-rc.4",
3+
"version": "1.13.0",
44
"description": "AI Agent Governance Framework — structured Rules, Workflows, Skills, Sub-agents, and Hooks for Cursor, Claude Code, Windsurf and more.",
55
"author": {
66
"name": "Kucell",
@@ -23,4 +23,4 @@
2323
],
2424
"commands": "./commands/",
2525
"agents": "./agents/"
26-
}
26+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cortex-agent",
3-
"version": "1.13.0-rc.4",
3+
"version": "1.13.0",
44
"description": "AI Agent Governance Framework for Cursor, Claude Code, Windsurf, Gemini CLI, and Antigravity",
55
"bin": {
66
"cortex-agent": "bin/cli.js",
@@ -59,4 +59,4 @@
5959
"url": "https://github.com/Kucell/cortex-agent/issues"
6060
},
6161
"license": "MIT"
62-
}
62+
}

0 commit comments

Comments
 (0)