Files
openclaw-workspace/memory/projects/coding-workflow.md
2026-04-11 09:45:12 -05:00

26 lines
750 B
Markdown

# Coding Setup & Workflow
## Environment
- **Primary Channel:** Discord #coding (1468627455656067074)
- **Repo:** whoisfrost/controls-web
- **Model:** kimi-k2.5:cloud (switched from deepseek-v3.2 for less token bloat)
## Git Workflow
- **main:** Stable/production branch
- **dev:** Testing/playground branch
- **Feature branches:** Create → merge to dev → merge dev to main
- **Process:** Work PC pushes to dev → Dev server pulls dev → Live server pulls main
## LAMP Stack
- **Dashboard:** `C:\web\htdocs\dashboard` (active)
- **Web Root:** `C:\web\htdocs\`
- **Old Dashboard:** `/var/www/html/dashboardv2/` (ignore)
## Tools
- Shell: Bash
- SSH, curl, jq
---
*Trigger words: coding, git, repo, workflow, lamp, dashboard, controls-web*