Make subagents and hooks mandatory - remove unnecessary optional prompts #87 #88
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Removes all optional prompts from setup-claude-code.sh and makes subagent integration and Claude Code hooks mandatory components of Agent OS installation.
Problems Solved
1. ✅ Hanging Installation Fixed
Problem: setup.sh would hang when calling setup-claude-code.sh because piped scripts can't read user input for prompts like:
Solution: Removed all prompts - these features now install automatically.
2. ✅ Incomplete Installations Eliminated
Problem: Users could skip core Agent OS functionality, leading to:
Solution: Made both components mandatory parts of Agent OS installation.
3. ✅ Improved User Experience
Problem: "Optional" prompts suggested these were add-on features rather than core functionality.
Solution: Clear messaging that these are essential Agent OS components being installed.
Changes Made
Before:
After:
Testing Performed
User Impact
Users now get complete Agent OS installations without:
Clean, complete, professional installation experience every time.
Closes #87