-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Description
Summary
Add a --agent flag to codev update that produces agent-friendly output instead of the interactive alignment flow.
Current Behavior
codev update runs an interactive process that updates skeleton files, triggers alignment, and requires human interaction.
Desired Behavior
codev update --agent should:
- Update skeleton/protocol files from the latest installed version
- Instead of interactive alignment, output instructions (or be represented as a skill) that tell the agent:
- What files were updated/added/removed
- How to merge any conflicts
- Commit and push the changes
- Designed to be invoked by an AI agent (e.g., as part of a cron task or maintenance workflow)
Use Case
After a new Codev release, projects need to pull in updated protocols, templates, and agents. An AI agent should be able to do this autonomously without human interaction.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels