Initial commit: OpenCode setup and configuration

This commit is contained in:
2026-01-18 10:23:49 +08:00
commit 615cfe3eb9
11 changed files with 164 additions and 0 deletions

16
AGENTS.md Normal file
View File

@@ -0,0 +1,16 @@
# OpenCode Agents
This file provides context for OpenCode about the project structure and coding patterns.
## Project Structure
- `setup.sh`: Installation script
- `opencode.service`: Systemd service definition
- `opencode.nginx`: Nginx configuration
- `fix_setup.sh`: Repair script
- `.env`: Environment variables
## Tech Stack
- Bash scripts
- Systemd
- Nginx
- Node.js (OpenCode runtime)