feat: deploy.sh should copy workspace context files (TOOLS.md, AGENTS.md, etc.) to ~/.cobot/workspace/ #141
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
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ultanio/cobot#141
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Problem
Alpha's workspace context files (TOOLS.md, AGENTS.md, etc.) live in
~/.cobot/workspace/but are not versioned in git. When we need to update Alpha's instructions (e.g. adding filedrop CLI workaround to TOOLS.md), we have to manually write files on the server.Proposed Solution
Add a directory in the repo (e.g.
workspace/orcontext/) containing the CAPITAL.md files that cobot reads as workspace context:The deploy script should copy these to
~/.cobot/workspace/after git pull:This way workspace context is versioned, reviewable, and auto-deployed.
Immediate Workaround
Manually created
~/.cobot/workspace/TOOLS.mdwith filedrop CLI instructions (see #140).Review Notes