- Add paths.go with WorkspaceRoot(), CoreRoot(), PlansRoot() - All workspace paths now check CORE_WORKSPACE env var first - Fallback: ~/Code/.core/workspace (works on any machine) - Remove committed core-agent and mcp binaries from tracking - Add .gitignore for compiled binaries Co-Authored-By: Virgil <virgil@lethean.io>
8 lines
83 B
Text
8 lines
83 B
Text
.idea/
|
|
.core/
|
|
docker/.env
|
|
ui/node_modules
|
|
# Compiled binaries
|
|
core-agent
|
|
mcp
|
|
*.exe
|