v2.0.4 — i18n, AI Agent Skills, diagrams
v2.0.4 — 2026-08-02
Highlights
- 🌐 Bilingual README —
README.md(English) +README.zh-CN.md(简体中文), bidirectional links - 🤖 5 AI Agent Skill manifests — Kimi Work, Codex, Claude, Hermes, OpenClaw (each can load this project independently)
- 🖼 3 SVG diagrams (overview / workflow / compliance) — natively rendered on GitHub
- ✅ 29/29 tests pass, 0 broken cross-links
What changed
| File / Area | Change |
|---|---|
README.md |
Rewritten in English |
README.zh-CN.md |
New — full Simplified Chinese version |
skills/SKILL.md |
New — core skill manifest (shared by all platforms) |
skills/kimi-work/SKILL.md |
New — Moonshot Kimi Work adapter |
skills/codex/SKILL.md |
New — OpenAI Codex adapter |
skills/claude/SKILL.md |
New — Anthropic Claude adapter |
skills/hermes/SKILL.md |
New — Nous Research Hermes adapter |
skills/openclaw/SKILL.md |
New — OpenClaw sandbox adapter |
skills/manifest.json |
New — unified metadata for tool auto-discovery |
assets/diagrams/overview.svg |
New — end-to-end architecture diagram |
assets/diagrams/workflow.svg |
New — 5-step forensic workflow diagram |
assets/diagrams/compliance.svg |
New — ISO 27037 / 27042 / RFC 3227 / NIST 800-86 framework |
AGENTS.md |
Links to all 5 platform skills; embeds workflow diagram |
CHANGELOG.md |
v2.0.4 entry |
Compatibility
- CLI usage: 100% backward compatible (no breaking changes)
- Report JSON schema: v2.0.3 → v2.0.4 (additive; old fields unchanged)
- All 29 tests pass.
Verification
pip install -e ".[all]"
pytest tests/ -q # 29 passed
wechat-forensic --version # wechat-forensic 2.0.3 (report schema v2.0.4)Legal
- MIT license (code grant) — unchanged
- end-use governed by
AGENTS.md+ local law — unchanged - Never use on unauthorized devices.
Full Changelog: https://github.com/serenashenn3-art/wechat-forensic-pro/blob/main/CHANGELOG.md