89 Commits

Author SHA1 Message Date
zhoutianyi
12dada1730 chore: update WeChat group QR to group 5
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-18 23:31:23 +08:00
zhoutianyi
25b01edb12 chore: update Discord invite link
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-17 17:23:59 +08:00
zhoutianyi
5750d7b05c chore: rename QR image to wechat-group-qr-4.png to bust CDN cache
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-17 11:28:11 +08:00
zhoutianyi
022abc86f0 docs: update WeChat group number to 4群 in all READMEs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-17 11:26:45 +08:00
zhoutianyi
0a5f66d164 chore: update WeChat group QR to 4群, remove old QR images
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-17 11:21:57 +08:00
zhoutianyi
9999aafc68 chore: update WeChat group QR to group 3
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-16 11:19:04 +08:00
baichou6320-cpu
4c1d44c766 update: Weixinqun v3 (#111)
* 修改:更新了二群的二维码

* 修改:更新了所有的readme文档中的群二维码

* 修改:更新了所有readme中的入群二维码

---------

Co-authored-by: wujiehang <wujiehang@pjlab.org.cn>
2026-04-15 13:59:24 +08:00
baichou6320-cpu
c0f713c48d update:update the qr code for WeChat (#110)
Co-authored-by: wujiehang <wujiehang@pjlab.org.cn>
2026-04-15 11:59:15 +08:00
Tianyi Zhou
c3e9d8c8f7 chore: add CI workflow, issue/PR templates, and CONTRIBUTING (#108)
Set up the community-facing infrastructure a maintained OSS project needs:

- GitHub Actions CI: py_compile on tools/, unittest discover (no-op until
  tests/ exists), and a non-blocking ruff lint job. Runs on push to main
  and on pull_request, matrix over Python 3.9 and 3.11.
- Pull request template with bilingual EN/CN prompts, a testing checklist,
  and a security reminder about secrets.
- Issue templates for bug, feature, and question, plus a config.yml that
  disables blank issues and links to Discord and the skill gallery.
- CONTRIBUTING.md covering branch naming, commit style (Conventional
  Commits), dev setup, test expectations, security rules (no secrets,
  0600 perms on credential files), and docs/i18n expectations.

This is prep work so future PRs (e.g. #106 Confluence collector) can be
reviewed against a consistent bar.
2026-04-15 10:42:42 +08:00
Ki-Seong Park
10d96e9610 docs: add Korean README and roadmap translations (#104) 2026-04-14 19:32:10 +08:00
zhoutianyi
d0fb7b4740 feat: announce WeChat community group in all 8 language READMEs
Add WeChat group QR code to docs/assets/ and a 2026.04.14 announcement
block in the main README plus all 7 language variants.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-14 18:33:39 +08:00
zhoutianyi
b2fd1a3f39 chore: refresh contributor cache 2026-04-13 15:48:37 +08:00
zhoutianyi
012373c6ff feat: announce dot-skill Roadmap in all 7 language READMEs
Each language README now links to its corresponding ROADMAP translation,
the public project board, and good-first-issue labels.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-13 15:04:57 +08:00
zhoutianyi
1289d30151 feat: add dot-skill Roadmap with 7-language support, announce in README
- ROADMAP.md (English) as main roadmap — community-facing
- Translations: ZH, ES, DE, JA, PT, RU in docs/lang/
- README update block announces roadmap, project board, and milestones

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-13 15:04:57 +08:00
zhoutianyi
fcee62a406 fix: update README links from docs/i18n to docs/lang
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-13 15:04:57 +08:00
zhoutianyi
1cd7bea009 rename: docs/i18n → docs/lang for clarity
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-13 15:04:57 +08:00
zhoutianyi
0633279a7e refactor: move multi-language READMEs into docs/i18n/
Cleans up the root directory by moving all translated README files
(ZH, EN, ES, DE, JA, PT, RU) into docs/i18n/. Updates all internal
cross-references to use correct relative paths.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-13 15:04:57 +08:00
zhoutianyi
0c09a898ac fix: correct mismatched option labels in SKILL.md (A-E menu vs sections) (#64)
Both the Chinese and English versions of SKILL.md had option labels
in the section headers that did not match the A–E menu presented to
users during Step 2.

Chinese bugs (before this fix):
- 方式 C:上传文件  → should be 方式 D (D=上传文件 in menu)
- 方式 B:飞书链接  → should be 方式 C (C=飞书链接 in menu) — duplicate B
- 方式 C:直接粘贴  → should be 方式 E (E=直接粘贴 in menu)

English bugs (before this fix):
- Option C: Upload Files  → should be Option D (D=Upload Files in menu)
- Option D: Feishu Link   → should be Option C (C=Feishu Link in menu)

Both menus are consistent with each other (A=Feishu auto, B=DingTalk,
C=Feishu link, D=Upload, E=Paste); it was only the section headers
that were out of sync.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-13 15:04:53 +08:00
zhoutianyi
3d83227c49 fix: add missing 'backup' action to version_manager.py (#63)
SKILL.md references `--action backup` in the evolution mode workflow
(both Chinese and English versions), but version_manager.py only
accepted list/rollback/cleanup — causing an error whenever a user
tried to update a colleague skill via the documented command.

Adds backup_current_version() which archives the current SKILL.md,
work.md and persona.md into versions/{current_version}/ before an
update, consistent with how skill_writer.py handles versioning
internally.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-13 15:04:46 +08:00
Tianyi Zhou
f9b7b07c3c Make Discord more prominent: standalone badge, nav link, update block (README_RU.md) 2026-04-08 20:26:58 +08:00
Tianyi Zhou
2de42aa312 Make Discord more prominent: standalone badge, nav link, update block (README_PT.md) 2026-04-08 20:26:54 +08:00
Tianyi Zhou
58ef22311c Make Discord more prominent: standalone badge, nav link, update block (README_JA.md) 2026-04-08 20:26:50 +08:00
Tianyi Zhou
ce983aed04 Make Discord more prominent: standalone badge, nav link, update block (README_ES.md) 2026-04-08 20:26:47 +08:00
Tianyi Zhou
fa277d0467 Make Discord more prominent: standalone badge, nav link, update block (README_EN.md) 2026-04-08 20:26:43 +08:00
Tianyi Zhou
507b7a68ae Make Discord more prominent: standalone badge, nav link, update block (README_DE.md) 2026-04-08 20:26:39 +08:00
Tianyi Zhou
11ffe6d804 Make Discord more prominent: standalone badge, nav link, update block (README_ZH.md) 2026-04-08 20:26:35 +08:00
Tianyi Zhou
859b3a3f12 Make Discord more prominent: standalone badge, nav link, update block (README.md) 2026-04-08 20:26:31 +08:00
Tianyi Zhou
ee09bd3d93 Add Discord community badge (README_RU) 2026-04-08 20:22:26 +08:00
Tianyi Zhou
b4731e71bb Add Discord community badge (README_PT) 2026-04-08 20:22:23 +08:00
Tianyi Zhou
2ecfdfa1d3 Add Discord community badge (README_JA) 2026-04-08 20:22:20 +08:00
Tianyi Zhou
3b14e7644e Add Discord community badge (README_ES) 2026-04-08 20:22:16 +08:00
Tianyi Zhou
bdbd8a68d7 Add Discord community badge (README_EN) 2026-04-08 20:22:13 +08:00
Tianyi Zhou
ca7183d52a Add Discord community badge (README_DE) 2026-04-08 20:22:10 +08:00
Tianyi Zhou
dc55a4f617 Add Discord community badge (ZH) 2026-04-08 20:21:19 +08:00
Tianyi Zhou
ae8c18b2aa Add Discord community badge 2026-04-08 20:21:18 +08:00
Tianyi Zhou
b8b868ee66 Fix announcement to English in README.md 2026-04-08 11:30:55 +08:00
Tianyi Zhou
ea05f08c74 Add community gallery announcement (RU) 2026-04-07 22:38:49 +08:00
Tianyi Zhou
5311613d4e Add community gallery announcement (PT) 2026-04-07 22:38:48 +08:00
Tianyi Zhou
2868cf555f Add community gallery announcement (JA) 2026-04-07 22:38:47 +08:00
Tianyi Zhou
550a03476b Add community gallery announcement (ES) 2026-04-07 22:38:45 +08:00
Tianyi Zhou
b95085b6c5 Add community gallery announcement (DE) 2026-04-07 22:38:44 +08:00
Tianyi Zhou
c86d3b8815 Add community gallery announcement (ZH) 2026-04-07 22:38:42 +08:00
Tianyi Zhou
b0729761a7 Add community gallery announcement (EN) 2026-04-07 22:38:40 +08:00
Tianyi Zhou
c13f81c26d Add community platform announcement to README 2026-04-07 22:31:12 +08:00
titanwings
10aaca17c8 Split nav links and language links into two lines
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-07 13:54:04 +08:00
titanwings
28fd998214 Switch default README to English, move Chinese to README_ZH.md
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-07 13:51:52 +08:00
titanwings
34cfc123c7 update
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-05 20:38:42 +08:00
titanwings
a0b7922056 docs: 添加技术论文 PDF 并在所有语言 README 中引用
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-04 23:46:19 +08:00
titanwings
6ca288bbe0 docs: 添加技术论文 PDF 并在 README 中引用
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-04 23:42:57 +08:00
titanwings
503169ec7c docs: 删除同系列项目推荐段落,新增5语言README(ES/DE/JA/RU/PT)本地化
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-04 23:26:52 +08:00