openings 0.1.2 → 0.1.4

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openings",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
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",
@@ -10,7 +10,7 @@
10
10
  "interface": {
11
11
  "displayName": "Openings",
12
12
  "shortDescription": "Find real jobs with evidence you can inspect.",
13
- "longDescription": "A free, candidate-safe job-search workflow. Build a private local index, check honest country coverage before sharing a resume, find direct and hidden opportunities across five public ATS providers, inspect fit evidence and gaps, and generate truthful resume improvements without storing the resume or submitting an application.",
13
+ "longDescription": "A free, candidate-safe job-search workflow. Build a private local index, check honest country coverage before sharing a resume, find direct and hidden opportunities across eight public ATS providers, inspect fit evidence and gaps, and generate truthful resume improvements without storing the resume or submitting an application.",
14
14
  "developerName": "Openings contributors",
15
15
  "category": "Productivity",
16
16
  "capabilities": ["Coverage-aware job discovery", "Evidence-grounded fit analysis", "Truthful resume optimization"],
package/README.md CHANGED
@@ -4,7 +4,7 @@ A free, candidate-safe job search for AI agents.
4
4
 
5
5
  Openings indexes public company job boards into a private index on your machine and exposes it to any MCP client. Your agent can find roles that fit a resume, explain the fit with evidence, and propose truthful resume improvements. There are no accounts, no API keys, no model calls, and no way to submit an application.
6
6
 
7
- - **Five providers.** Greenhouse, Lever, Ashby, Workday, and Recruitee, crawled from their public structured endpoints. No HTML scraping.
7
+ - **Eight providers.** Greenhouse, Lever, Ashby, Workday, Recruitee, SmartRecruiters, Workable, and Breezy, crawled from their public structured endpoints. No HTML scraping.
8
8
  - **Verified sources only.** Every company in the catalog passed an identity check against its own board.
9
9
  - **Resumes stay in memory.** Resume content is parsed for a single request and never written to disk.
10
10
  - **Honest coverage.** Before you share a resume, Openings tells you how many employers and jobs it actually has for your countries.
@@ -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