diff --git a/.claude-plugin/README.md b/.claude-plugin/README.md index 2aed3ed3..44b73ed9 100644 --- a/.claude-plugin/README.md +++ b/.claude-plugin/README.md @@ -6,7 +6,7 @@ These constraints are not obvious from public examples and have caused repeated ### Custom Endpoints and Gateways -ECC does not override Claude Code transport settings. If Claude Code is configured to run through an official LLM gateway or a compatible custom endpoint, the plugin continues to work because hooks, commands, and skills execute locally after the CLI starts successfully. +ECC does not override Claude Code transport settings. If Claude Code is configured to run through an official LLM gateway or a compatible custom endpoint, the plugin continues to work because hooks, skills, and any retained legacy command shims execute locally after the CLI starts successfully. Use Claude Code's own environment/configuration for transport selection, for example: diff --git a/.codex-plugin/README.md b/.codex-plugin/README.md index 42f211db..de34e30c 100644 --- a/.codex-plugin/README.md +++ b/.codex-plugin/README.md @@ -12,7 +12,7 @@ This directory contains the **Codex plugin manifest** for Everything Claude Code ## What This Provides -- **125 skills** from `./skills/` — reusable Codex workflows for TDD, security, +- **142 skills** from `./skills/` — reusable Codex workflows for TDD, security, code review, architecture, and more - **6 MCP servers** — GitHub, Context7, Exa, Memory, Playwright, Sequential Thinking @@ -45,5 +45,7 @@ Run this from the repository root so `./` points to the repo root and `.mcp.json - The `skills/` directory at the repo root is shared between Claude Code (`.claude-plugin/`) and Codex (`.codex-plugin/`) — same source of truth, no duplication +- ECC is moving to a skills-first workflow surface. Legacy `commands/` remain for + compatibility on harnesses that still expect slash-entry shims. - MCP server credentials are inherited from the launching environment (env vars) - This manifest does **not** override `~/.codex/config.toml` settings diff --git a/WORKING-CONTEXT.md b/WORKING-CONTEXT.md index bda47eeb..c40b2127 100644 --- a/WORKING-CONTEXT.md +++ b/WORKING-CONTEXT.md @@ -44,6 +44,8 @@ Public ECC plugin repo for agents, skills, commands, hooks, rules, install surfa - Closed on 2026-04-01 under backlog hygiene / merge policy: - `#1069` `feat: add everything-claude-code ECC bundle` - `#1068` `feat: add everything-claude-code-conventions ECC bundle` + - `#1080` `feat: add everything-claude-code ECC bundle` + - `#1079` `feat: add everything-claude-code-conventions ECC bundle` - `#1064` `chore(deps-dev): bump @eslint/js from 9.39.2 to 10.0.1` - `#1063` `chore(deps-dev): bump eslint from 9.39.2 to 10.1.0` - Closed on 2026-04-01 because the content is sourced from external ecosystems and should only land via manual ECC-native re-port: @@ -87,3 +89,4 @@ Keep this file detailed for only the current sprint, blockers, and next actions. - 2026-04-01: Content skill cleanup started with `content-engine`, `crosspost`, `article-writing`, and `investor-outreach`. The new direction is source-first voice capture, explicit anti-trope bans, and no forced platform persona shifts. - 2026-04-01: `node scripts/ci/check-unicode-safety.js --write` sanitized the remaining emoji-bearing Markdown files, including several `remotion-video-creation` rule docs and an old local plan note. - 2026-04-01: Core English repo surfaces were shifted to a skills-first posture. README, AGENTS, plugin metadata, and contributor instructions now treat `skills/` as canonical and `commands/` as legacy slash-entry compatibility during migration. +- 2026-04-01: Follow-up bundle cleanup closed `#1080` and `#1079`, which were generated `.claude/` bundle PRs duplicating command-first scaffolding instead of shipping canonical ECC source changes.