Skip to content

Releases: Agent-Pattern-Labs/software-contract-forge

v0.1.14

25 May 00:30

Choose a tag to compare

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

24 May 21:07

Choose a tag to compare

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

24 May 07:46

Choose a tag to compare

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

24 May 07:42

Choose a tag to compare

Fix scanner budget extraction to ignore company revenue, funding, valuation, and million-suffix ranges when detecting contract budgets.

v0.1.7

24 May 07:24

Choose a tag to compare

Fix scan source limits so duplicate settled rows do not hide later fresh matches from the same source.

v0.1.6

24 May 05:22

Choose a tag to compare

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

23 May 23:59

Choose a tag to compare

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

23 May 07:02

Choose a tag to compare

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

23 May 06:58

Choose a tag to compare

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

23 May 05:48

Choose a tag to compare

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.