Commit Graph

29 Commits

Author SHA1 Message Date
9068ced11e docs: 更新 AGENTS.md 规范回复与 Token 优化规则 v1.1.17 2026-01-13 17:12:49 +08:00
db1c5c6bfd refactor: 精简配置文档和项目说明 v1.1.16 2026-01-13 11:21:36 +08:00
861bb3aa57 refactor: 简化全局规则,新增禁止自动 Git 操作的限制 2026-01-13 11:07:37 +08:00
93bde998b3 docs: 添加 MIT License 开源许可证 2026-01-13 11:01:03 +08:00
b4fd0df70a docs: 在 README 中添加项目统计和核心特性,完善目录结构说明 2026-01-13 10:43:51 +08:00
1af6c39d25 docs: 添加 README 文档,介绍 OpenCode 使用指南和快速开始 2026-01-13 10:29:10 +08:00
f31f198407 docs: 重构命令和技能文档体系,规范化文档格式和内容组织 2026-01-13 10:25:18 +08:00
Voson
5a05d5ab53 chore: 重构 OpenCode 命令和技能文档体系
- 新增:统一的 git 命令文档(add/commit/push/pull 等)
- 新增:整合的 Gitea 技能文档(API、运行器、工作流等)
- 新增:工作流模板(Android、Go、Node.js 等)
- 移除:已弃用的旧命令脚本和发布脚本
- 改进:.gitignore 添加敏感文件保护规则
- 改进:AGENTS.md 完善了开发规范和示例

此次重组统一了命令和技能的文档结构,便于后续维护和扩展。
2026-01-13 00:27:21 +08:00
84a3b48d43 删除 bin/release-android.mjs 2026-01-12 17:44:57 +08:00
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