mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-01 22:53:27 +08:00
6.7 KiB
6.7 KiB
Working Context
Last updated: 2026-04-01
Purpose
Public ECC plugin repo for agents, skills, commands, hooks, rules, install surfaces, and ECC 2.0 platform buildout.
Current Truth
- Default branch:
main - Immediate blocker addressed: CI lockfile drift and hook validation breakage fixed in
a273c62 - Local full suite status after fix:
1723/1723passing - Main active operational work:
- keep default branch green
- audit and classify remaining open PR backlog by full diff
- continue ECC 2.0 control-plane and operator-surface buildout
Current Constraints
- No merge by title or commit summary alone.
- No arbitrary external runtime installs in shipped ECC surfaces.
- Overlapping skills, hooks, or agents should be consolidated when overlap is material and runtime separation is not required.
Active Queues
- PR backlog: audit and classify remaining open PRs into merge, port/rebuild, close, or park
- Product:
- selective install cleanup
- control plane primitives
- operator surface
- self-improving skills
- Skill quality:
- rewrite content-facing skills to use source-backed voice modeling
- remove generic LLM rhetoric, canned CTA patterns, and forced platform stereotypes
- continue one-by-one audit of overlapping or low-signal skill content
- move repo guidance and contribution flow to skills-first, leaving commands only as explicit compatibility shims
- Security:
- keep dependency posture clean
- preserve self-contained hook and MCP behavior
Open PR Classification
- Closed on 2026-04-01 under backlog hygiene / merge policy:
#1069feat: add everything-claude-code ECC bundle#1068feat: add everything-claude-code-conventions ECC bundle#1080feat: add everything-claude-code ECC bundle#1079feat: add everything-claude-code-conventions ECC bundle#1064chore(deps-dev): bump @eslint/js from 9.39.2 to 10.0.1#1063chore(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:
#852openclaw-user-profiler#851openclaw-soul-forge#640harper skills
- Native-support candidates to fully diff-audit next:
#1055Dart / Flutter support#1043C# reviewer and .NET skills
- Direct-port candidates landed after audit:
#1078hook-id dedupe for managed Claude hook reinstalls#844ui-demo skill
- Port or rebuild inside ECC after full audit:
#894Jira integration#814+#808rebuild as a single consolidated notifications lane for Opencode and cross-harness surfaces
Interfaces
- Public truth: GitHub issues and PRs
- Internal execution truth: linked Linear work items under the ECC program
- Current linked Linear items:
ECC-206ecosystem CI baselineECC-207PR backlog audit and merge-policy enforcementECC-208context hygieneECC-210skills-first workflow migration and command compatibility retirement
Update Rule
Keep this file detailed for only the current sprint, blockers, and next actions. Summarize completed work into archive or repo docs once it is no longer actively shaping execution.
Latest Execution Notes
- 2026-04-01:
mainCI was restored locally with1723/1723tests passing after lockfile and hook validation fixes. - 2026-04-01: Auto-generated ECC bundle PRs
#1068and#1069were closed instead of merged; useful ideas must be ported manually after explicit diff audit. - 2026-04-01: Major-version ESLint bump PRs
#1063and#1064were closed; revisit only inside a planned ESLint 10 migration lane. - 2026-04-01: Notification PRs
#808and#814were identified as overlapping and should be rebuilt as one unified feature instead of landing as parallel branches. - 2026-04-01: External-source skill PRs
#640,#851, and#852were closed under the new ingestion policy; copy ideas from audited source later rather than merging branded/source-import PRs directly. - 2026-04-01: The remaining low GitHub advisory on
ecc2/Cargo.lockwas addressed by movingratatuito0.30withcrossterm_0_28, which updated transitivelrufrom0.12.5to0.16.3.cargo build --manifest-path ecc2/Cargo.tomlstill passes. - 2026-04-01: Safe core of
#834was ported directly intomaininstead of merging the PR wholesale. This included stricter install-plan validation, antigravity target filtering that skips unsupported module trees, tracked catalog sync for English plus zh-CN docs, and a dedicatedcatalog:syncwrite mode. - 2026-04-01: Repo catalog truth is now synced at
36agents,68commands, and142skills across the tracked English and zh-CN docs. - 2026-04-01: Legacy emoji and non-essential symbol usage in docs, scripts, and tests was normalized to keep the unicode-safety lane green without weakening the check itself.
- 2026-04-01: The remaining self-contained piece of
#834,docs/zh-CN/skills/browser-qa/SKILL.md, was ported directly into the repo. After commit,#834should be closed as superseded-by-direct-port. - 2026-04-01: Content skill cleanup started with
content-engine,crosspost,article-writing, andinvestor-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 --writesanitized the remaining emoji-bearing Markdown files, including severalremotion-video-creationrule 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 andcommands/as legacy slash-entry compatibility during migration. - 2026-04-01: Follow-up bundle cleanup closed
#1080and#1079, which were generated.claude/bundle PRs duplicating command-first scaffolding instead of shipping canonical ECC source changes. - 2026-04-01: Ported the useful core of
#1078directly intomain, but tightened the implementation so legacy no-id hook installs deduplicate cleanly on the first reinstall instead of the second. Added stable hook ids tohooks/hooks.json, semantic fallback aliases inmergeHookEntries(), and a regression test covering upgrade from pre-id settings. - 2026-04-01: Collapsed the obvious command/skill duplicates into thin legacy shims so
skills/now hold the maintained bodies for NanoClaw, context-budget, DevFleet, docs lookup, E2E, evals, orchestration, prompt optimization, rules distillation, TDD, and verification. - 2026-04-01: Ported the self-contained core of
#844directly intomainasskills/ui-demo/SKILL.mdand registered it under themedia-generationinstall module instead of merging the PR wholesale.