6 Commits

Author SHA1 Message Date
xuxiang
392231bfbf style: fix remaining MD030 list marker spacing errors 2026-02-02 22:00:11 +08:00
xuxiang
d7cafbe582 chore: sync with upstream e7cb442 + update zh translations 2026-02-02 20:07:59 +08:00
xuxiang
6f87d43c19 style: fix markdownlint errors (MD030, MD047) 2026-01-31 19:25:25 +08:00
xuxiang
e133f58e1c docs: 完成所有文档的中文翻译并应用到项目 2026-01-28 00:12:54 +08:00
Claude
c6c32cdc7a fix: add language labels to fenced code blocks for MD040 compliance
Add `text` language identifier to unlabeled fenced code blocks
to satisfy markdownlint MD040 rule across Go documentation files.
2026-01-26 09:35:43 +00:00
Claude
75e1e46f3f feat: add comprehensive Golang language support
Add Go-specific agents, skills, and commands for idiomatic Go development:

Agents:
- go-reviewer: Go code review for concurrency, error handling, security
- go-build-resolver: Fix Go build errors with minimal changes

Skills:
- golang-patterns: Idiomatic Go patterns, best practices, conventions
- golang-testing: TDD, table-driven tests, benchmarks, fuzzing

Commands:
- /go-review: Invoke Go code reviewer
- /go-test: Go TDD workflow with coverage
- /go-build: Fix Go build/vet/lint errors

Also updates README.md to document the new Go support.
2026-01-26 08:20:42 +00:00