Skip to content

chore: remove the intelligence reference-query package - #39

Merged
laynepenney merged 1 commit into
mainfrom
chore/remove-intelligence-package
Jul 31, 2026
Merged

chore: remove the intelligence reference-query package#39
laynepenney merged 1 commit into
mainfrom
chore/remove-intelligence-package

Conversation

@laynepenney

Copy link
Copy Markdown
Member

Removes the @synapt-dev/intelligence reference-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:

  • no root package.json and no workspaces field, so there are 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 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

check result
TypeScript tests 268 passed
Python tests 388 passed
tsc --noEmit clean
ts build clean

Nothing depended on the removed package.

`@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.
@laynepenney
laynepenney merged commit b178263 into main Jul 31, 2026
11 checks passed
@laynepenney
laynepenney deleted the chore/remove-intelligence-package branch July 31, 2026 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant