Claude
d66b5fa480
docs: fix zh-CN parity — add 44 missing files to ja-JP
...
Add files present in zh-CN but missing from ja-JP:
- commands: claw, context-budget, devfleet, docs, projects, prompt-optimize, rules-distill (7 files)
- skills: regex-vs-llm-structured-text, remotion-video-creation, repo-scan, research-ops,
returns-reverse-logistics, rules-distill, rust-patterns, rust-testing, skill-comply,
skill-stocktake, social-graph-ranker, swift-actor-persistence, swift-concurrency-6-2,
swift-protocol-di-testing, swiftui-patterns, team-builder, terminal-ops, token-budget-advisor,
ui-demo, unified-notifications-ops, video-editing, videodb (+reference/*), visa-doc-translate,
workspace-surface-audit, x-api (37 files)
Result: ja-JP now has 517 files vs zh-CN 412 files.
zh-CN parity: 0 missing files (complete parity achieved).
2026-05-17 02:31:40 -04:00
Claude
ec9ace9c54
docs: add native Japanese translation of ECC documentation (ja-JP)
...
Translate everything-claude-code repository to Japanese including:
- 17 root documentation files
- 60 agent documentation files
- 80 command documentation files
- 99 rule files across 18 language directories (common, angular, arkts, cpp, csharp, dart, fsharp, golang, java, kotlin, perl, php, python, ruby, rust, swift, typescript, web)
- 199 skill documentation files
Total: 455 files translated to Japanese with:
- Consistent terminology glossary applied throughout
- YAML field names preserved in English (name, description, etc.)
- Code blocks and examples untouched (comments translated)
- Markdown structure and relative links preserved
- Professional translation maintaining technical accuracy
This translation expands ECC accessibility to Japanese-speaking developers and teams.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com >
2026-05-17 02:31:40 -04:00
Affaan Mustafa
375d750b4c
fix: integrate recent hook and docs PRs ( #1905 )
...
Integrates useful changes from #1882 , #1884 , #1889 , #1893 , #1898 , #1899 , and #1903 :
- fix rule install docs to preserve language directories
- correct Ruby security command examples
- harden dev-server hook command-substitution parsing
- add Prisma patterns skill and catalog/package surfaces
- allow first-time protected config creation while blocking existing configs
- read cost metrics from Stop hook transcripts
- emit suggest-compact additionalContext on stdout
Co-authored-by: Jamkris <dltmdgus1412@gmail.com >
Co-authored-by: Levi-Evan <levishantz@gmail.com >
Co-authored-by: gaurav0107 <gauravdubey0107@gmail.com >
Co-authored-by: richm-spp <richard.millar@salarypackagingplus.com.au >
Co-authored-by: zomia <zomians@outlook.jp >
Co-authored-by: donghyeun02 <donghyeun02@gmail.com >
2026-05-14 21:37:28 -04:00
Alexis Le Dain
f03e200136
feat: add Quarkus handling
...
Adds Quarkus handling across the Java skill/reviewer surface, with maintainer follow-up fixes for duplicate catalog entries, required skill sections, localized snippet structure, and current main alignment.\n\nValidation run locally on the final PR head:\n- NODE_PATH=/Users/affoon/GitHub/ECC/everything-claude-code/node_modules node scripts/ci/validate-install-manifests.js\n- NODE_PATH=/Users/affoon/GitHub/ECC/everything-claude-code/node_modules node scripts/ci/validate-skills.js\n- NODE_PATH=/Users/affoon/GitHub/ECC/everything-claude-code/node_modules node scripts/ci/catalog.js --text\n- npx --yes markdownlint-cli docs/ECC-2.0-GA-ROADMAP.md\n- git diff --check\n- NODE_PATH=/Users/affoon/GitHub/ECC/everything-claude-code/node_modules node tests/run-all.js (2324 passed, 0 failed)
2026-05-12 09:30:26 -04:00
Affaan Mustafa
8a57679222
fix: restore short Claude plugin slug and skill installs ( #1712 )
2026-05-11 02:10:36 -04:00
Gaurav Dubey
2bb88cff47
docs(strategic-compact): fix hook command path in zh-CN/zh-TW/ja-JP SKILL.md ( #1701 )
...
Extends the hook command path correction from PR #1682 (English source) to
the zh-CN, zh-TW, and ja-JP translated mirrors so the PreToolUse hook
example matches the actual script location at
~/.claude/scripts/hooks/suggest-compact.js.
Changes per locale:
- docs/zh-CN/skills/strategic-compact/SKILL.md: update both command strings
from ~/.claude/skills/strategic-compact/suggest-compact.js to
~/.claude/scripts/hooks/suggest-compact.js.
- docs/zh-TW/skills/strategic-compact/SKILL.md: replace the outdated
suggest-compact.sh reference (the .sh variant was removed in merged PR
#41 ) with the current node-invoked suggest-compact.js, and align the
matcher block structure with the English canonical SKILL.md post-#1682.
- docs/ja-JP/skills/strategic-compact/SKILL.md: same .sh -> .js migration
and matcher alignment as zh-TW.
The ko-KR mirror already uses the correct CLAUDE_PLUGIN_ROOT-based hook
path and needs no change.
Refs #1675
2026-05-11 01:13:12 -04:00
Affaan Mustafa
d05855be5f
test: handle missing configure-ecc docs cleanly
2026-04-30 02:50:58 -04:00
Affaan Mustafa
803abe52a5
fix: clarify configure-ecc skill copy roots
2026-04-30 02:50:58 -04:00
Affaan Mustafa
4e66b2882d
docs: fix plugin quick start for continuous learning v2 ( #1546 )
2026-04-21 18:41:36 -04:00
Affaan Mustafa
34380326c8
fix: publish npm releases and clarify install identifiers
2026-04-14 20:42:28 -07:00
Affaan Mustafa
76b6e22b4d
fix: unblock urgent install and gateguard regressions
2026-04-14 19:23:07 -07:00
Affaan Mustafa
0f4f95b3de
refactor: move project guidelines example into docs
2026-04-05 15:03:59 -07:00
Affaan Mustafa
1346f83b08
fix: shorten plugin slug to ecc
2026-04-05 14:31:30 -07:00
Affaan Mustafa
866d9ebb53
fix: harden unicode safety checks
2026-03-29 21:21:18 -04:00
Hirokazu Tanaka
bf7ed1fce2
docs(ja-JP): translate plain text code blocks to Japanese
...
Translate English prose inside plain text code blocks (```text, ```)
across ja-JP documentation to Japanese, following the same approach
as PR #753 (zh-CN translation).
Translated content includes:
- Output template labels and status messages
- Folder tree inline comments
- CLI workflow descriptions
- Error/warning message examples
- Commit message templates and PR title examples
Technical identifiers, file paths, and actual code remain untranslated.
2026-03-25 08:20:14 +09:00
Affaan Mustafa
240d553443
Merge branch 'main' into main
2026-03-12 23:52:10 -07:00
copilot-swe-agent[bot]
b0bc3dc0c9
Fix markdownlint errors from merge of affaan-m:main into main
...
Co-authored-by: pangerlkr <73515951+pangerlkr@users.noreply.github.com >
2026-03-12 08:21:41 +00:00
Affaan Mustafa
48b883d741
feat: deliver v1.8.0 harness reliability and parity updates
2026-03-04 14:48:06 -08:00
Affaan Mustafa
32e9c293f0
chore: replace external repo links with @username attribution
2026-03-03 12:32:35 -08:00
Affaan Mustafa
a9b104fc23
feat: add security guides and sanitize external links across repo
...
New articles:
- the-security-guide.md: "The Shorthand Guide to Securing Your Agent" (595 lines)
Attack vectors, sandboxing, sanitization, OWASP Top 10, observability
- the-openclaw-guide.md: "The Hidden Danger of OpenClaw" (470 lines)
Security analysis of OpenClaw, MiniClaw thesis, industry evidence
External link sanitization (22 files across EN, zh-CN, zh-TW, ja-JP, .cursor):
- Removed third-party GitHub links from skills and guides
- Replaced with inline descriptions to prevent transitive prompt injection
- Kept official org links (Anthropic, Google, Supabase, Mixedbread)
2026-02-25 07:20:42 -08:00
Affaan Mustafa
0e9f613fd1
Revert "feat(ecc): prune plugin 43→12 items, promote 7 rules to .claude/rules/ ( #245 )"
...
This reverts commit 1bd68ff534 .
2026-02-20 01:11:30 -08:00
park-kyungchan
1bd68ff534
feat(ecc): prune plugin 43→12 items, promote 7 rules to .claude/rules/ ( #245 )
...
ECC community plugin pruning: removed 530+ non-essential files
(.cursor/, .opencode/, docs/ja-JP, docs/zh-CN, docs/zh-TW,
language-specific skills/agents/rules). Retained 4 agents,
3 commands, 5 skills. Promoted 13 rule files (8 common + 5
typescript) to .claude/rules/ for CC native loading. Extracted
reusable patterns to EXTRACTED-PATTERNS.md.
2026-02-19 22:34:51 -08:00
Ikko Ashimine
53d848fb15
docs: add Japanese documents
2026-02-12 16:56:29 +09:00