Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 21:40
· 7 commits to main since this release

[0.7.0] - 2026-08-10

Profile lookup and orchestration: an evidence-bearing review gate that separates direct Reddit-profile disclosure, search candidates, no public evidence, and lookup errors, with per-tool integration guides for every enrichment backend.

Added

  • Profile lookup skill: four-tier waterfall that checks the Reddit profile for exact disclosure evidence, then searches via Exa and DuckDuckGo for manual-review candidates. Every hit carries an evidence URL and excerpt; blocked checks remain lookup errors (skills/profile-lookup/, engine/lib/profile_lookup.py).
  • Orchestrate enrichment playbook: the generic playbook describing the direct-disclosure gate, manual-review candidate path, retry path, and pluggable enrichment seam, with links to each tool integration guide (playbooks/orchestrate-enrichment.md).
  • Base Loop integration guide: typed workflow with AI-powered stages and explicit fields for lookup status, review verdict, enrichment eligibility, and evidence receipts (examples/integrations/baseloop.md).
  • Focused gate tests: direct Reddit-profile disclosure, search-only candidates, no-evidence versus error states, and enrichment eligibility (tests/test_profile_lookup.py).

Changed

  • engine/unmask.py: only exact Reddit-profile company evidence can enter automatic enrichment. Search, thread-domain, and brand-handle matches are manual-review candidates. New --profile flag enables the full lookup waterfall; enrich_domain() remains the pluggable backend seam.
  • README stage table: new rows for profile lookup and orchestration enrichment; Resolve who it is updated to reference the three-step gate.
  • README playbooks list: orchestrate-enrichment.md added as the generic entry point above the tool-specific playbooks.