- lessons-learned: add two critical issues from first real deployment
1. client enable:false causes auto-removal by x-ui scheduler
2. CF proxy strips Connection header, nginx must hardcode WS headers
- xray-inbound-config.md: fix API path, add enable:true to client,
hardcode Upgrade/Connection headers in nginx WS location
Updated SKILL.md to reflect new commit message convention using uppercase types wrapped in brackets. Changed format from conventional lowercase `type(scope): description` to `[TYPE](scope) description` format. Updated examples and breaking change notation to use `[FEAT!]`/`[FIX!]` syntax with exclamation inside brackets.
- SKILL.md v1.1: full deployment workflow for 3x-ui on VPS via SSH
- Covers Docker/native install, Nginx+TLS, Xray inbound config
- references/xray-inbound-config.md: VLESS+WS+TLS and Reality configs
- references/lessons-learned.md: lessons from first real deployment
- /app/x-ui binary vs shell wrapper in Docker
- correct API path: panel/api/inbounds/add
- subPath-only DB write (subURI causes blank settings page)
- --network host port exposure workaround
- Agent prompt and eval configs included