Fresh start - excluded large ROM JSON files
This commit is contained in:
25
memory/projects/coding-workflow.md
Normal file
25
memory/projects/coding-workflow.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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*
|
||||
Reference in New Issue
Block a user