Releases: Agent-Pattern-Labs/JobForge
Releases · Agent-Pattern-Labs/JobForge
Release list
v2.14.50
Highlights
- Adds one portable ISO skill source at
iso/skills/job-forge/SKILL.md. - Makes JobForge discoverable in Codex as
$job-forgeand in current OpenCode through the shared.agentsskill. - Preserves
/job-forgewith a current OpenCode command wrapper and keeps the legacy flat OpenCode fallback argument-compatible. - Updates consumer sync, scaffolding, migrations, package contents, documentation, and CI package assertions.
- Verifies packed-consumer discovery with Codex 0.144.5 and OpenCode 1.16.2.
v2.14.49
Changes
- enforce fail-closed United States eligibility across discovery, evaluation, outreach, application, and submission
- balance discovery across five U.S. regions, cap per-company concentration, and require a diverse employer floor
- ship 274 U.S.-tagged sources from 373 enabled company entries with strict offline validation
- add safe consumer upgrade guidance, CLI verification and balancing helpers, and 43 regression tests
- refresh Hono and form-data transitive dependencies to patched versions
Install
- New setup: npx --package=job-forge@2.14.49 create-job-forge my-job-search
- Package install: npm install job-forge@2.14.49
v2.14.48
v2.14.47
v2.14.46
v2.14.45
Summary
- Integrates Geometra MCP 1.62.2 into JobForge.
- Updates the JobForge Geometra MCP launcher fallback to @geometra/mcp@1.62.2.
- Bumps JobForge to 2.14.45 for publication.
Verification
- npm ci
- npm run release:check-source -- 2.14.45
- npm run smoke:iso
- npm run build:config
- npm pack --dry-run
- git diff --check
- node package checks confirmed @geometra/mcp and @geometra/proxy 1.62.2
v2.14.44
Changes
- Add durable Geometra MCP launcher lifecycle logging to
.jobforge-mcp/geometra-mcp.jsonl. - Log launcher start, child process spawn/exit, stderr chunks, signal receipt, and periodic heartbeats for silent MCP death diagnosis.
- Update apply mode to use
geometra_run_actionssoft-timeout continuations viaresumeFromIndex, reducing risk that long form fills exceed OpenCode host timeouts. - Add scaffold/migration ignore coverage and runbook docs for MCP lifecycle logs.
v2.14.43
Changes
- Add direct
job-forge portal:*helpers for one-shot Geometra snapshots, form schemas, and resolution diagnostics. - Ship
@geometra/mcp@1.62.1/@geometra/proxy@1.62.1through JobForge and update the launcher fallback. - Update pipeline docs, scaffold scripts, migrations, and helper integration checks for portal helpers.