forked from buildermethods/agent-os
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
Problem
The Agent OS CLI correctly detects when Claude hooks need updating but doesn't actually update them when running update commands.
Current Behavior
aos statusshows:⚠️ Claude hooks need updateaos updatesays: ✅ Agent OS is already up to date!aos init(option 1) should fix project issues but may not be working
Expected Behavior
- When hooks need updating, the update command should fix them
- Or the init command should properly update hooks
- Clear feedback about what was updated
Steps to Reproduce
- Run
aos status- shows hooks need update - Run
aos update- says already up to date - Run
aos statusagain - still shows hooks need update
Impact
Users cannot easily update their Claude hooks when the system detects they're out of date, leading to potential workflow issues.
Suggested Solution
- Enhance the update logic to include hook updates
- Improve the init command to properly handle all project setup issues
- Add specific hook update functionality
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request