Skip to content

v0.3: anchored-only combinators (pet+year, partner+anniversary, name+jersey) #2

Description

@StreamDemon

Idea

Add combinators that glue two within-profile data points together, e.g.
pet + known-year, partner + anniversary, name + jersey.

Keep the thesis intact

Combine only known / anchored values (a pet name with a known year, not with 80
candidate years). Naive combinators reintroduce the keyspace explosion the anchor
design exists to avoid. The output belongs in a bounded stream, fed to the lite rule.

Acceptance criteria

  • Combinator stream produced from known within-profile pairs only
  • Bounded keyspace (no full year sweep, no token x token blowup)
  • selftest coverage
  • CHANGELOG updated

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions