Releases: Agent-Pattern-Labs/software-contract-forge
v0.1.14
Changes
- Clarify that Geometra/Cloak stealth is browser compatibility, not captcha solving.
- Route hCaptcha/reCAPTCHA/Turnstile blockers to portal:handoff with an exact user-action command.
- Update portal preflight/handoff CLI text and generated agent instructions.
Verification
- npm run validate
- npm run build:config
- npm pack --dry-run
v0.1.13
Require buyer-facing outbound messages to include the file-backed opportunity URL or contract link when available. Applies to apply, proposal, batch, and follow-up workflows; portal limitations must be recorded in artifacts.
v0.1.9
Fix scanner role exclusion matching so default/source excludes are evaluated against title, buyer, and structured notes instead of full job-description boilerplate.
v0.1.8
Fix scanner budget extraction to ignore company revenue, funding, valuation, and million-suffix ranges when detecting contract budgets.
v0.1.7
Fix scan source limits so duplicate settled rows do not hide later fresh matches from the same source.
v0.1.6
Add batch:prepare to materialize pending pipeline leads into batch/batch-input.tsv and wire batch-runner --from-pipeline for durable 20-lead runs.
v0.1.5
Changes
- Add direct public source scan adapters for Greenhouse, Lever, Ashby, first-party HTML pages, and bounded sitemaps.
- Add stricter contract-signal filtering and improved budget/date normalization for scan output.
- Document per-call Geometra stealth usage without enabling global MCP stealth settings.
- Update scan docs and source examples for direct crawling workflows.
v0.1.4
Patch release for scoped package migration.
- Teach software-contract-forge sync to migrate existing managed symlinks from node_modules/software-contract-forge to node_modules/@agent-pattern-labs/software-contract-forge.
- Scaffold new consumers with @agent-pattern-labs/software-contract-forge@^0.1.4.
v0.1.3
Release scoped package @agent-pattern-labs/software-contract-forge@0.1.3.
- Rename npm package from software-contract-forge to @agent-pattern-labs/software-contract-forge.
- Migrate ISO dependencies from @razroo to @Agent-Pattern-Labs.
- Keep existing CLI binaries: software-contract-forge and create-software-contract-forge.
- Publish with npm provenance.
software-contract-forge v0.1.2
Fixes package validation after publish by removing the unpublished package-lock.json from the structure requirement. Includes the v0.1.1 public scan command release.