chore: migrate intelligence library to premium (v0.2.1)#17
Closed
laynepenney wants to merge 1 commit into
Closed
Conversation
Intelligence queries (entity timeline, goal tracking, cross-extraction matching, theme trends) are differentiated workflow behavior and belong in the premium layer per CLAUDE.md boundary policy. Bumps extract to v0.2.1 with CHANGELOG noting the migration. Schema, validators, prompts, and dogfood example remain OSS. Closes #16 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
laynepenney
commented
Apr 28, 2026
Member
Author
laynepenney
left a comment
There was a problem hiding this comment.
Looks good per boundary policy. I verified this is a clean OSS-side removal: no schema or validator code is touched, packages/intelligence/ is the only functional surface removed, and the remaining changes are the expected 0.2.1 version bumps plus a sensible CHANGELOG note documenting the boundary correction.
7 tasks
laynepenney
added a commit
that referenced
this pull request
May 4, 2026
All 8 CI checks green. Reproducibility verified (npm pack + Python wheel). Closes #17.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
packages/intelligence/from extract (OSS) per the Premium Boundary PolicyCloses #16
What stays in extract (OSS)
What moves to synapt-private (premium)
Corresponding addition PR in synapt-private.
Premium boundary
Premium boundary: intelligence queries are premium (differentiated workflow behavior). Schema + validators stay OSS for adoption.
Test results