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
- Remove absolute path from CLAUDE.md documentation
- Fix PTY discovery to support Linux /dev/pts/* pseudo-terminals
- Dynamically detect controlling TTY instead of hardcoding /dev/ttys000
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
Copy file name to clipboardExpand all lines: CLAUDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ composer install
39
39
```
40
40
41
41
### Testing the Package
42
-
Since this is a Laravel package (not an application), it uses Orchestra Testbench for testing. Tests are in `/Users/aaron/Code/soloterm/solo/tests/` with two suites:
42
+
Since this is a Laravel package (not an application), it uses Orchestra Testbench for testing. Tests are in the `tests/` directory with two suites:
43
43
-`tests/Unit/` - Unit tests for individual components
44
44
-`tests/Integration/` - Integration tests for full features
0 commit comments