No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Competitor
Kind/Documentation
Kind/Enhancement
Kind/Epic
Kind/Feature
Kind/Security
Kind/Story
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Scope/Core
Scope/Cross-Plugin
Scope/Plugin-System
Scope/Single-Plugin
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ultanio/cobot!142
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/deploy-workspace-context"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changes
Workspace context deployment (#141)
workspace/directory containing Alpha's context files (SOUL.md, TOOLS.md)deploy.shcopiesworkspace/*.mdto~/.cobot/workspace/on each deployworkspace/README.mddocuments the patternFix duplicate process on deploy (#139)
deploy.shnow explicitly kills existing cobot processes before restartingpkill -f "cobot run"catches any stray processes (e.g. root-owned duplicates)Design Decisions
README.mdfrom copy — it's repo docs, not agent contextmemory/files excluded — runtime state, not configNote: This PR also creates
deploy.sh(overlaps with #137 in PR #138). Whichever merges first wins; the other will need a rebase.Closes #139 #141