Commit Graph

20 Commits

Author SHA1 Message Date
Voson
a4ccc9c3b4 fix: 修正配置目录路径并清理过时命令 2026-01-12 17:44:27 +08:00
Voson
abe74cac4b merge: 合并远程仓库内容,使用本地版本的扩展配置 2026-01-12 17:40:10 +08:00
Voson
ae0cb58a94 chore: 初始化 opencode 配置 2026-01-12 17:39:49 +08:00
6220c2647a docs: 更新 release-android 命令环境变量名称 2026-01-10 03:04:18 +08:00
8079ccc856 删除 README.md 2026-01-10 02:06:49 +08:00
dce31f9729 docs: 更新命令文档和发布脚本
- 更新 release-android.md: 明确前置条件和通用项目支持
- 更新 auto-commit.md: 添加中英文 commit 信息平台选择规则
- 更新 commit-push.md: 添加中英文 commit 信息平台选择规则
- 更新 sync-oc-push.md: 添加中英文 commit 信息平台选择规则
- 更新 release-android.mjs: 支持从 tags 自动推断项目名,不再硬编码 android 前缀
- 更新 AGENTS.md: 补充中文交流规则的注意事项
2026-01-09 16:54:56 +08:00
0e161b3088 chore: ignore bin/opencode 2026-01-08 10:18:56 +08:00
3a755067b4 chore: update config path from ~/.config/opencode to ~/.opencode 2026-01-08 10:18:44 +08:00
455969ff8f chore: merge remote changes and resolve path conflicts 2026-01-08 10:09:17 +08:00
2d646383b2 feat: initial OpenCode configuration with custom commands and skills 2026-01-08 10:07:17 +08:00
OpenCode Skills
c601418ed7 Add mqtts-developer skill: Complete MQTTS certificate management
New skill: mqtts-developer
- Complete automated MQTTS setup workflow with acme.sh
- Multi-language client configuration guide (Python, Node.js, Java, C#, Go, ESP32)
- Quick reference for commands and troubleshooting
- Practical usage examples
- Token-efficient reusable knowledge base

Features:
- 10-phase automated certificate setup
- Support for Alibaba Cloud DNS API
- Auto-renewal with Docker container restart
- Single-direction TLS authentication
- 7+ programming language examples
- Comprehensive troubleshooting guides
- 1750+ lines of structured documentation

Token Savings:
- First use: 60-70% reduction
- Repeated use: 80%+ reduction

Files:
- SKILL.md: Main entry point and overview
- setup-mqtts-acme.md: Complete setup workflow (11KB, 350 lines)
- mqtts-quick-reference.md: Quick reference guide (7KB, 277 lines)
- mqtts-client-config.md: Client configuration (15KB, 596 lines)
- README.md: Usage guide (6KB, 227 lines)
- USAGE_EXAMPLES.md: Practical examples (6KB, 275 lines)
2026-01-07 17:31:52 +08:00
9641a78f16 fix: correct branch name from master to main in sync commands 2026-01-07 11:06:15 +08:00
9b5d10f6f9 fix: update MCP configuration key to lowercase 'ref' 2026-01-07 11:03:04 +08:00
ab4792c7db fix: correct Ref MCP configuration
- Change service name from 'ref' to 'Ref'
- Change type from 'remote' to 'http'
- Move API key from Authorization header to URL parameter
- Maintain security by using environment variable
2026-01-07 10:58:27 +08:00
e13dd59f4e chore: add AGENTS.md configuration file 2026-01-07 10:29:50 +08:00
9079f94f38 docs: add release-android command to README 2026-01-07 09:45:55 +08:00
a3ee5aad0c chore: remove redundant release-android skill 2026-01-07 09:27:13 +08:00
347d18192c feat: add release-android skill, command and script
- Add bin/release-android.mjs: Universal Android release script
  - Auto-detect Android project root (standalone or monorepo)
  - Auto-detect Gitea config from git remote URL (HTTPS/SSH)
  - Auto-detect Java Home from Android Studio
  - Support tag-based release workflow

- Add command/release-android.md: Command to trigger release process

- Add skill/release-android/SKILL.md: Skill documentation with full script source

- Update opencode.json: Enable thinking for claude models
2026-01-07 09:23:57 +08:00
b47720d8da chore: remove sensitive env.sh and add setup documentation 2026-01-07 08:57:12 +08:00
d738304a7c feat: initial opencode config with commands, skills and MCP services 2026-01-06 17:27:42 +08:00