Affaan Mustafa
cc9b11d163
Merge pull request #392 from hahmee/docs/add-korean-translation
...
Docs/add korean translation
2026-03-13 00:23:44 -07: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
hahmee
cb56d1a22d
docs: add Korean (ko-KR) README and CONTRIBUTING translation
2026-03-08 17:58:02 +09: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
7713ceeec0
fix(docs): use namespaced /everything-claude-code:plan in README examples
...
When installed as a plugin, /plan triggers Claude Code's built-in plan
mode instead of the plugin's plan skill. Updated all 4 README files
(EN, zh-CN, zh-TW, ja-JP) to show the plugin-namespaced form with a
comment noting the shorter form works for manual installs.
Also fixes markdownlint MD012 violation in chief-of-staff.md (trailing
double blank line from #280 merge).
Fixes #297
2026-02-26 20:08:14 -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
Affaan Mustafa
a74d708f7f
Merge pull request #208 from eltociear/add-ja-doc
...
docs: add Japanese documents
2026-02-12 16:48:08 -08:00
Affaan Mustafa
bc0520c6c1
fix: broken cross-references, version sync, and enhanced command validator
...
- Fix /build-and-fix → /build-fix in tdd.md, plan.md (+ cursor, zh-CN)
- Fix non-existent explorer agent → planner in orchestrate.md (+ cursor, zh-CN, zh-TW)
- Fix /python-test → /tdd in python-review.md (+ cursor, zh-CN)
- Sync package.json version from 1.0.0 to 1.4.1 to match plugin.json
- Enhance validate-commands.js with cross-reference checking:
command refs, agent path refs, skill dir refs, workflow diagrams
- Strip fenced code blocks before scanning to avoid false positives
- Skip hypothetical "Creates:" lines in evolve.md examples
- Add 46 new tests (suggest-compact, session-manager, utils, hooks)
2026-02-12 16:19:04 -08:00
jxtan
b2285e870a
docs: Add Skills Directory link to zh-CN and zh-TW README ( #206 )
...
* Update links and add skills directory in README
* Add skills directory link to README in Chinese
2026-02-12 00:03:20 -08:00
Ikko Ashimine
53d848fb15
docs: add Japanese documents
2026-02-12 16:56:29 +09:00
Freakk
e7cb442843
feat: add Python/Django support and enhance READMEs ( #139 )
...
## Python Support
- **agents/python-reviewer.md**: Expert Python code review agent with PEP 8 compliance, type hints, security, and performance checks
- **commands/python-review.md**: Slash command for automated Python code review with ruff, mypy, pylint, black, bandit
- **skills/python-patterns/SKILL.md**: Python idioms, type hints, error handling, context managers, decorators, concurrency
- **skills/python-testing/SKILL.md**: pytest configuration, fixtures, parametrization, mocking, async testing, TDD methodology
## Django Support
- **skills/django-patterns/SKILL.md**: Django architecture, DRF patterns, project structure, QuerySets, serializers, ViewSets, service layer, caching
- **skills/django-security/SKILL.md**: Django security best practices, authentication, CSRF, SQL injection, XSS prevention, production settings
- **skills/django-tdd/SKILL.md**: Django testing with pytest-django, Factory Boy, model testing, API testing, integration testing
- **skills/django-verification/SKILL.md**: Pre-deployment verification loop including migrations, tests, security scans, performance checks
## Documentation Enhancements
- **Quick Start**: Added 3-step quick start guide to all READMEs (EN, zh-CN, zh-TW)
- **Beautification**: Added emoji icons for better visual hierarchy across all READMEs
- **.claude-plugin/plugin.json**: Added python-reviewer to agents list
All files follow project conventions with proper frontmatter, markdown formatting, and comprehensive code examples.
Co-authored-by: Freakz3z <freakk@FreakkdeMacBook-Air.local >
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-01 04:05:02 -08:00
Dave Lin
c3430bdc8a
docs: add Traditional Chinese translation
...
Complete Traditional Chinese (zh-TW) translation of documentation
2026-01-28 23:06:29 -08:00