You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: Complete rebrand from naval terminology to eyelet/hook theme
- Remove all naval-themed command descriptions and documentation
- Update CLI help text to be professional and clear
- Clean up CLAUDE.md to use consistent eyelet terminology
- Update CHANGELOG.md to reflect current package naming
- Bump version to 0.3.2
💖 Generated with Crush
Co-Authored-By: Crush <[email protected]>
Copy file name to clipboardExpand all lines: CLAUDE.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,14 +47,14 @@ Eyelet will support all seven Claude Code hook types:
47
47
- Stop/SubagentStop: Session and subtask completion handling
48
48
- PreCompact: Context management monitoring
49
49
50
-
### Naval Theming
50
+
### Eyelet Theming
51
51
52
-
The project embraces naval terminology:
53
-
- "Thread through the eyelet!" - Launch the TUI
54
-
- "Run out the guns!" - Deploy templates
55
-
- "Check the ship's log" - View logs
56
-
- "Scan the horizon" - Discover new hooks
57
-
- "Steady as she goes" - Maintain current configuration
52
+
The project uses eyelet/hook terminology:
53
+
- "Thread through the eyelet!" - Launch the TUI (connecting hooks through the eyelet)
54
+
- "Deploy templates" - Install hook templates
55
+
- "View logs" - Check hook execution history
56
+
- "Discover hooks" - Find available hooks and tools
57
+
- "Maintain configuration" - Keep current hook setup
58
58
59
59
## Current Status
60
60
@@ -64,7 +64,7 @@ The repository is in transition from Go concept to Python implementation. Histor
64
64
65
65
- You are 100% responsible for this directory, its management, and how it's implemented. The user will guide you, however it's your responsibility to maintain it to the high standards you would expect.
66
66
- When implementing Eyelet, follow the TECHNOLOGY_GUIDE.md philosophy: troubleshoot and solve problems rather than abandoning approaches.
67
-
- Maintain consistency with the naval theme and Python technology choices outlined in our documentation.
67
+
- Maintain consistency with the eyelet/hook theme and Python technology choices outlined in our documentation.
68
68
69
69
## Documentation Guidelines
70
70
@@ -141,13 +141,13 @@ The repository is in transition from Go concept to Python implementation. Histor
141
141
3. **Dead Code**: Remove unused files, functions, and imports immediately
142
142
4. **Hardcoded Paths**: Use Path objects and make paths configurable
0 commit comments