openings 0.1.1 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.codex-plugin/plugin.json +1 -1
- package/README.md +1 -1
- package/data/companies.json +29048 -852
- package/package.json +1 -1
- package/src/board-verification.ts +180 -0
- package/src/cli.ts +29 -0
- package/src/country-coverage.ts +1 -1
- package/src/job-coverage.ts +1 -1
- package/src/locations.ts +5 -1
- package/src/mcp.ts +1 -1
- package/src/types.ts +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openings",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Find evidence-grounded jobs, including relevant roles you may not have searched for, without accounts or API keys.",
|
|
5
5
|
"author": { "name": "Openings contributors" },
|
|
6
6
|
"license": "MIT",
|
package/README.md
CHANGED
|
@@ -87,7 +87,7 @@ Append a candidate to [`data/source-candidates.json`](data/source-candidates.jso
|
|
|
87
87
|
bun run src/cli.ts sources verify data/source-candidates.json
|
|
88
88
|
```
|
|
89
89
|
|
|
90
|
-
The verifier resolves the canonical board endpoint, validates its payload, applies the provider's identity check, and regenerates the catalog atomically. Rejected candidates are reported with a machine-readable reason. `cohorts` records why a source was selected for a country campaign; eligibility is always decided per job. An optional `slug` keeps existing job IDs stable when it differs from the first label of the company domain.
|
|
90
|
+
The verifier resolves the canonical board endpoint, validates its payload, applies the provider's identity check, and regenerates the catalog atomically. Rejected candidates are reported with a machine-readable reason. Boards discovered without a known company website can enter as *board-verified* sources instead, admitted on the provider's own identity and marked `provider_board` in the catalog so tools and pages can label them; see the maintainer guide. `cohorts` records why a source was selected for a country campaign; eligibility is always decided per job. An optional `slug` keeps existing job IDs stable when it differs from the first label of the company domain.
|
|
91
91
|
|
|
92
92
|
## Sharing crawls
|
|
93
93
|
|