[autofix] linkedin/company: COMMAND_EXEC
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 29.5k
- Forks
- 2.9k
- Avg merge
- 15h 36m
- Merged PRs (30d)
- 70
Description
## Summary
OpenCLI autofix repaired this adapter locally, and the retry passed.
## Adapter
- Site: `linkedin`
- Command: `company`
- OpenCLI version: `1.8.7`
## Original failure
- Error code: `COMMAND_EXEC`
~~~
LinkedIn company page rendered but no company name was found (layout drift or company not found)
~~~
## Local fix summary
LinkedIn now renders the company name as `main h2` and company facts as labeled sibling elements. The extractor now accepts the current layout while preserving the existing output schema.
_Issue filed by OpenCLI autofix after a verified local repair._
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Start by locating the linkedin/company adapter and its existing extractor, then compare its selectors with the current LinkedIn company layout described here. Done means the company name and labeled facts are extracted while preserving the existing output schema, with the retry passing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100