# Contributing

Thanks for contributing to `@false00/pi-linkedin`.

## Development flow

1. Install dependencies with `npm install`.
2. Run `npm test` before opening a pull request.
3. Keep runtime code in `dist/`; there is no separate source tree.
4. Update README, AGENTS, and docs when behavior or configuration changes.
5. Keep changes scoped to the package goal: resume-driven LinkedIn public job search for Pi.

## Pull requests

- Include a concise summary of behavior changes.
- Mention any LinkedIn selector or compatibility assumptions you changed.
- Note whether you validated against mocked tests only or against live public LinkedIn pages as well.
