From 9079f94f38eb0c63932802b9b4f53827def60773 Mon Sep 17 00:00:00 2001 From: voson Date: Wed, 7 Jan 2026 09:45:55 +0800 Subject: [PATCH] docs: add release-android command to README --- README.md | 2 ++ opencode.json | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9542537..8a8175e 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ This repository contains custom OpenCode configuration including commands, skill │ ├── auto-commit.md │ ├── commit-push.md │ ├── create-gitea-repo.md +│ ├── release-android.md │ ├── review.md │ ├── sync-oc-pull.md │ └── sync-oc-push.md @@ -73,6 +74,7 @@ Run custom commands in OpenCode TUI: - `/auto-commit` - Auto-generate commit and create tag - `/commit-push` - Commit, tag and push to remote - `/create-gitea-repo` - Create repository on Gitea +- `/release-android` - Build and release Android APK to Gitea - `/sync-oc-pull` - Pull OpenCode config changes - `/sync-oc-push` - Push OpenCode config changes - `/review` - Review code or documentation diff --git a/opencode.json b/opencode.json index 1164098..5b5491e 100644 --- a/opencode.json +++ b/opencode.json @@ -37,5 +37,6 @@ "FIGMA_API_KEY": "{env:FIGMA_API_KEY}" } } - } + }, + "permission": "allow" }