chore: bump plugin version to 2.1.0

This commit is contained in:
Affaan Mustafa 2026-07-27 14:05:24 -04:00
parent 4099794c74
commit 6f452d48d2
20 changed files with 24 additions and 24 deletions

View file

@ -6,7 +6,7 @@
"plugins": [ "plugins": [
{ {
"name": "ecc", "name": "ecc",
"version": "2.0.0", "version": "2.1.0",
"source": { "source": {
"source": "local", "source": "local",
"path": "./plugins/ecc" "path": "./plugins/ecc"

View file

@ -12,7 +12,7 @@
"name": "ecc", "name": "ecc",
"source": "./", "source": "./",
"description": "Harness-native ECC operator layer - 67 agents, 281 skills, 94 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses", "description": "Harness-native ECC operator layer - 67 agents, 281 skills, 94 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses",
"version": "2.0.0", "version": "2.1.0",
"author": { "author": {
"name": "Affaan Mustafa", "name": "Affaan Mustafa",
"email": "me@affaanmustafa.com" "email": "me@affaanmustafa.com"

View file

@ -1,6 +1,6 @@
{ {
"name": "ecc", "name": "ecc",
"version": "2.0.0", "version": "2.1.0",
"description": "Harness-native ECC plugin for engineering teams - 67 agents, 281 skills, 94 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses", "description": "Harness-native ECC plugin for engineering teams - 67 agents, 281 skills, 94 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses",
"author": { "author": {
"name": "Affaan Mustafa", "name": "Affaan Mustafa",

View file

@ -1,6 +1,6 @@
{ {
"name": "ecc", "name": "ecc",
"version": "2.0.0", "version": "2.1.0",
"description": "Harness-native ECC workflows for Codex: shared skills, production-ready MCP configs, and selective-install-aligned conventions for TDD, security scanning, code review, and autonomous development.", "description": "Harness-native ECC workflows for Codex: shared skills, production-ready MCP configs, and selective-install-aligned conventions for TDD, security scanning, code review, and autonomous development.",
"author": { "author": {
"name": "Affaan Mustafa", "name": "Affaan Mustafa",

View file

@ -1,12 +1,12 @@
{ {
"name": "ecc-universal", "name": "ecc-universal",
"version": "2.0.0", "version": "2.1.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "ecc-universal", "name": "ecc-universal",
"version": "2.0.0", "version": "2.1.0",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@opencode-ai/plugin": "^1.4.3", "@opencode-ai/plugin": "^1.4.3",

View file

@ -1,6 +1,6 @@
{ {
"name": "ecc-universal", "name": "ecc-universal",
"version": "2.0.0", "version": "2.1.0",
"description": "ECC plugin for OpenCode - agents, commands, hooks, and skills", "description": "ECC plugin for OpenCode - agents, commands, hooks, and skills",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",

View file

@ -512,7 +512,7 @@ export const ECCHooksPlugin: ECCHooksPluginFn = async ({
const contextBlock = [ const contextBlock = [
"# ECC Context (preserve across compaction)", "# ECC Context (preserve across compaction)",
"", "",
"## Active Plugin: ECC v2.0.0", "## Active Plugin: ECC v2.1.0",
"- Hooks: file.edited, tool.execute.before/after, session.created/idle/deleted, shell.env, compacting, permission.ask", "- Hooks: file.edited, tool.execute.before/after, session.created/idle/deleted, shell.env, compacting, permission.ask",
"- Tools: run-tests, check-coverage, security-audit, format-code, lint-check, git-summary, changed-files", "- Tools: run-tests, check-coverage, security-audit, format-code, lint-check, git-summary, changed-files",
"- Agents: 13 specialized (planner, architect, tdd-guide, code-reviewer, security-reviewer, build-error-resolver, e2e-runner, refactor-cleaner, doc-updater, go-reviewer, go-build-resolver, database-reviewer, python-reviewer)", "- Agents: 13 specialized (planner, architect, tdd-guide, code-reviewer, security-reviewer, build-error-resolver, e2e-runner, refactor-cleaner, doc-updater, go-reviewer, go-build-resolver, database-reviewer, python-reviewer)",

View file

@ -2,7 +2,7 @@
This is a **production-ready AI coding plugin** providing 67 specialized agents, 281 skills, 94 commands, and automated hook workflows for software development. This is a **production-ready AI coding plugin** providing 67 specialized agents, 281 skills, 94 commands, and automated hook workflows for software development.
**Version:** 2.0.0 **Version:** 2.1.0
## Core Principles ## Core Principles

View file

@ -198,7 +198,7 @@ one local, inspectable Markdown format for durable context and handoffs. The
optional `ecc-memory-mcp` stdio server exposes the same bounded optional `ecc-memory-mcp` stdio server exposes the same bounded
save/search/read/doctor surface without enabling itself by default. save/search/read/doctor surface without enabling itself by default.
### v2.0.0 — The Agent Harness Operating System (Jun 2026) ### v2.1.0 — The Agent Harness Operating System (Jun 2026)
Stable graduation of the 2.0 line: 261 skills, the control-pane substrate (session adapters + MCP inventory), the worktree-lifecycle service, the `orch-*` orchestrator family, and the launch of the [ECC Discord community](https://discord.gg/36yGMHGFbR). Full notes: [docs/releases/2.0.0/release-notes.md](docs/releases/2.0.0/release-notes.md). Stable graduation of the 2.0 line: 261 skills, the control-pane substrate (session adapters + MCP inventory), the worktree-lifecycle service, the `orch-*` orchestrator family, and the launch of the [ECC Discord community](https://discord.gg/36yGMHGFbR). Full notes: [docs/releases/2.0.0/release-notes.md](docs/releases/2.0.0/release-notes.md).
@ -1837,7 +1837,7 @@ ECC is the **first plugin to maximize every major AI coding tool**. Here's how e
| **Context File** | CLAUDE.md + AGENTS.md | AGENTS.md | AGENTS.md | AGENTS.md | copilot-instructions.md | | **Context File** | CLAUDE.md + AGENTS.md | AGENTS.md | AGENTS.md | AGENTS.md | copilot-instructions.md |
| **Secret Detection** | Hook-based | beforeSubmitPrompt hook | Sandbox-based | Hook-based | Instruction-based | | **Secret Detection** | Hook-based | beforeSubmitPrompt hook | Sandbox-based | Hook-based | Instruction-based |
| **Auto-Format** | PostToolUse hook | afterFileEdit hook | N/A | file.edited hook | N/A | | **Auto-Format** | PostToolUse hook | afterFileEdit hook | N/A | file.edited hook | N/A |
| **Version** | Plugin | Plugin | Reference config | 2.0.0 | Instruction layer | | **Version** | Plugin | Plugin | Reference config | 2.1.0 | Instruction layer |
**Key architectural decisions:** **Key architectural decisions:**
- **AGENTS.md** at root is the universal cross-tool file (read by Claude Code, Cursor, Codex, and OpenCode — GitHub Copilot uses `.github/copilot-instructions.md` instead) - **AGENTS.md** at root is the universal cross-tool file (read by Claude Code, Cursor, Codex, and OpenCode — GitHub Copilot uses `.github/copilot-instructions.md` instead)

View file

@ -80,7 +80,7 @@
## 最新动态 ## 最新动态
### v2.0.0 — 智能体 Harness 操作系统2026年6月 ### v2.1.0 — 智能体 Harness 操作系统2026年6月
2.0 主线稳定版261 个技能、control-pane 基底(会话适配器 + MCP 清单、worktree 生命周期服务,以及 [ECC Discord 社区](https://discord.gg/36yGMHGFbR)。 2.0 主线稳定版261 个技能、control-pane 基底(会话适配器 + MCP 清单、worktree 生命周期服务,以及 [ECC Discord 社区](https://discord.gg/36yGMHGFbR)。

View file

@ -1 +1 @@
2.0.0 2.1.0

View file

@ -1,6 +1,6 @@
spec_version: "0.1.0" spec_version: "0.1.0"
name: ecc name: ecc
version: 2.0.0 version: 2.1.0
description: "Initial gitagent export surface for ECC's shared skill catalog, governance, and identity. Native agents, commands, and hooks remain authoritative in the repository while manifest coverage expands." description: "Initial gitagent export surface for ECC's shared skill catalog, governance, and identity. Native agents, commands, and hooks remain authoritative in the repository while manifest coverage expands."
author: affaan-m author: affaan-m
license: MIT license: MIT

View file

@ -703,7 +703,7 @@ Suggested payload:
"skippedModules": [] "skippedModules": []
}, },
"source": { "source": {
"repoVersion": "2.0.0", "repoVersion": "2.1.0",
"repoCommit": "git-sha", "repoCommit": "git-sha",
"manifestVersion": 1 "manifestVersion": 1
}, },

View file

@ -80,7 +80,7 @@ Este repositório contém apenas o código. Os guias explicam tudo.
## O Que Há de Novo ## O Que Há de Novo
### v2.0.0 — O Sistema Operacional do Harness de Agentes (Jun 2026) ### v2.1.0 — O Sistema Operacional do Harness de Agentes (Jun 2026)
Graduação estável da linha 2.0: 261 skills, substrato de control-pane, inventário MCP, serviço de ciclo de vida de worktrees e a comunidade no [Discord](https://discord.gg/36yGMHGFbR). Graduação estável da linha 2.0: 261 skills, substrato de control-pane, inventário MCP, serviço de ciclo de vida de worktrees e a comunidade no [Discord](https://discord.gg/36yGMHGFbR).

View file

@ -2,7 +2,7 @@
Bu, yazılım geliştirme için 28 özel agent, 116 skill, 59 command ve otomatik hook iş akışları sağlayan **üretime hazır bir AI kodlama eklentisidir**. Bu, yazılım geliştirme için 28 özel agent, 116 skill, 59 command ve otomatik hook iş akışları sağlayan **üretime hazır bir AI kodlama eklentisidir**.
**Sürüm:** 2.0.0 **Sürüm:** 2.1.0
## Temel İlkeler ## Temel İlkeler

View file

@ -79,7 +79,7 @@ Bu repository yalnızca ham kodu içerir. Rehberler her şeyi açıklıyor.
## Yenilikler ## Yenilikler
### v2.0.0 — Ajan Harness İşletim Sistemi (Haz 2026) ### v2.1.0 — Ajan Harness İşletim Sistemi (Haz 2026)
2.0 hattının kararlı sürümü: 261 skill, control-pane altyapısı, MCP envanteri, worktree yaşam döngüsü servisi ve [Discord topluluğu](https://discord.gg/36yGMHGFbR). 2.0 hattının kararlı sürümü: 261 skill, control-pane altyapısı, MCP envanteri, worktree yaşam döngüsü servisi ve [Discord topluluğu](https://discord.gg/36yGMHGFbR).

View file

@ -2,7 +2,7 @@
这是一个**生产就绪的 AI 编码插件**,提供 67 个专业代理、281 项技能、94 条命令以及自动化钩子工作流,用于软件开发。 这是一个**生产就绪的 AI 编码插件**,提供 67 个专业代理、281 项技能、94 条命令以及自动化钩子工作流,用于软件开发。
**版本:** 2.0.0 **版本:** 2.1.0
## 核心原则 ## 核心原则

View file

@ -81,7 +81,7 @@
## 最新动态 ## 最新动态
### v2.0.0 — 智能体 Harness 操作系统2026年6月 ### v2.1.0 — 智能体 Harness 操作系统2026年6月
2.0 主线稳定版261 个技能、control-pane 基底(会话适配器 + MCP 清单、worktree 生命周期服务,以及 [ECC Discord 社区](https://discord.gg/36yGMHGFbR)。 2.0 主线稳定版261 个技能、control-pane 基底(会话适配器 + MCP 清单、worktree 生命周期服务,以及 [ECC Discord 社区](https://discord.gg/36yGMHGFbR)。
@ -1288,7 +1288,7 @@ ECC 是**第一个最大化利用每个主要 AI 编码工具的插件**。以
| **上下文文件** | CLAUDE.md + AGENTS.md | AGENTS.md | AGENTS.md | AGENTS.md | | **上下文文件** | CLAUDE.md + AGENTS.md | AGENTS.md | AGENTS.md | AGENTS.md |
| **秘密检测** | 基于钩子 | beforeSubmitPrompt 钩子 | 基于沙箱 | 基于钩子 | | **秘密检测** | 基于钩子 | beforeSubmitPrompt 钩子 | 基于沙箱 | 基于钩子 |
| **自动格式化** | PostToolUse 钩子 | afterFileEdit 钩子 | N/A | file.edited 钩子 | | **自动格式化** | PostToolUse 钩子 | afterFileEdit 钩子 | N/A | file.edited 钩子 |
| **版本** | 插件 | 插件 | 参考配置 | 2.0.0 | | **版本** | 插件 | 插件 | 参考配置 | 2.1.0 |
**关键架构决策:** **关键架构决策:**

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "ecc-universal", "name": "ecc-universal",
"version": "2.0.0", "version": "2.1.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "ecc-universal", "name": "ecc-universal",
"version": "2.0.0", "version": "2.1.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@iarna/toml": "2.2.5", "@iarna/toml": "2.2.5",

View file

@ -1,6 +1,6 @@
{ {
"name": "ecc-universal", "name": "ecc-universal",
"version": "2.0.0", "version": "2.1.0",
"description": "Harness-native agent operating system for Codex, OpenCode, Cursor, Gemini, Claude Code, and terminal workflows - skills, hooks, rules, MCP conventions, and operator control-plane patterns", "description": "Harness-native agent operating system for Codex, OpenCode, Cursor, Gemini, Claude Code, and terminal workflows - skills, hooks, rules, MCP conventions, and operator control-plane patterns",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"