Compare commits

...

1 Commits

Author SHA1 Message Date
Peter Steinberger
72fb4856ca Fix documentation: Remove incorrect PID targeting claim
- Updated README to remove claim that apps can be found by PID
- Added known issue documenting that PID-based targeting is not supported
- PIDs are displayed in list output but cannot be used for targeting
- Users must use application names or bundle IDs instead

This fixes the documentation to match the actual implementation behavior.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-08 22:47:10 +01:00

View File

@ -606,7 +606,7 @@ For detailed parameter documentation, see [docs/spec.md](./docs/spec.md).
### Window Management
- **Application listing**: Complete list of running applications
- **Window enumeration**: List all windows for specific apps
- **Flexible matching**: Find apps by partial name, bundle ID, or PID
- **Flexible matching**: Find apps by partial name or bundle ID
- **Status monitoring**: Active/inactive status, window counts
### AI Integration
@ -705,6 +705,7 @@ cd peekaboo-cli && swift build
- **FileHandle warning**: Non-critical Swift warning about TextOutputStream conformance
- **AI Provider Config**: Requires `PEEKABOO_AI_PROVIDERS` environment variable for analysis features
- **PID-based targeting not supported**: Although PIDs are shown in the application list (e.g., "Ghostty - PID: 663"), you cannot target applications using `PID:XXX` syntax. Use application names or bundle IDs instead
## License