feat: hoist the sails without a chart - #10
Merged
Merged
Conversation
Add support for empty sail - launching a single ship without a plan directory. Useful for quick interactive Claude sessions. Usage: ocaptain sail # bare ship, no repo ocaptain sail --repo o/r # ship with repo cloned - Make plan argument optional in sail command - Add --repo/-r flag for empty sail with a repository - Add sail_empty() function in voyage.py - Add launch_interactive_ship() in tmux.py
Mutagen ignores .git by design. For empty sail, clone the repo directly on the ship so git history is preserved.
Update README and CLAUDE.md to document empty sail mode: - ocaptain sail (bare ship) - ocaptain sail --repo owner/repo (ship with repo)
The settings.json references on-stop.sh but empty sail wasn't copying it. Also document exe.dev ships in CLAUDE.md.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
ocaptain sailprovisions one ship with Claude ready for interactive useocaptain sail --repo owner/repoprovisions ship with repo cloned and syncedChanges
planargument optional in sail command--repo/-rflag for empty sail with a repositorysail_empty()function in voyage.pylaunch_interactive_ship()in tmux.py for planless sessionsTest plan
ocaptain sailand verify single ship provisions with Claude interactiveocaptain sail --repo owner/repoand verify repo is cloned/syncedocaptain shell <voyage-id>attaches to Claude sessionocaptain sail <plan-dir>still works as before