chore: remove the intelligence reference-query package - #39
Merged
Conversation
`@synapt-dev/intelligence` is removed from this repository. It was never published, and memory/intelligence operations are not part of what this repo provides: SynaptExtraction is the intermediate language, and querying over IL documents is maintained elsewhere. Pure deletion of 9 files. Nothing else in the repository referenced the package: - no root package.json and no workspaces field, so no manifest entries to update - no CHANGELOG references - no workflow references; the npm publish workflow is pinned to `packages/ts` and only ever published the IL package - the remaining occurrences of the word "intelligence" are the prose phrase "intelligence operations" in the READMEs and schema descriptions, describing what the IL is an exchange format FOR `packages/ts` and `packages/python` are untouched, verified by counting their entries in the diff rather than eyeballing it. Both remain at 0.6.1. Verified green after removal: TypeScript 268 tests, Python 388 tests, `tsc --noEmit` clean, ts build clean.
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.
Removes the
@synapt-dev/intelligencereference-query package from this repository.It was never published. Memory and intelligence operations are not part of what this repo provides: SynaptExtraction is the intermediate language, and querying over IL documents is maintained elsewhere.
Pure deletion
9 files, 1964 deletions, 0 insertions. Every entry in the diff is a deletion; nothing is modified anywhere.
Nothing else in the repository referenced the package:
package.jsonand no workspaces field, so there are no manifest entries to updatepackages/tsand only ever published the IL packagepackages/tsandpackages/pythonare untouchedVerified by counting their entries in the diff rather than reading it: zero each. The only directory appearing anywhere in the diff is
packages/intelligence. Both packages remain at 0.6.1, so downstream pins are unaffected.Verified green after removal
tsc --noEmitNothing depended on the removed package.