chore: align repo scaffolding with the package standard - #64
Merged
Conversation
TheGreatAxios
added this pull request to stack #61
September 26, 2026 03:19
TheGreatAxios
force-pushed
the
cl-9401-memory-align-repo-scaffolding-with-the-package-standard
branch
from
September 26, 2026 04:12
1d3f529 to
4ac32f7
Compare
TheGreatAxios
force-pushed
the
cl-9401-memory-align-repo-scaffolding-with-the-package-standard
branch
from
September 27, 2026 00:32
4ac32f7 to
bb83175
Compare
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.
Closes CL-9401
Summary
cla.yml, signatures on acla-signaturesbranch) added;CLA.mdalready matched the shared text, and CONTRIBUTING links it.package.json: droppedmain/types(exportscovers Node and Bun),corbitsadded tokeywords, enginesbun >=1.2.0andnode >=24,buildclearsdistfirst,testrunsbun test src --pass-with-no-tests,test:e2erunsbun test e2e, added acheckscript;db:setupandtest:coveragestay. Key order is oxfmt'ssortPackageJsonorder.tsconfig.jsonandtsconfig.build.jsonuse the shared templates. DroppingallowImportingTsExtensionsmeant thee2e/imports of../src/*.tsnow use.js.scripts/db-setup.tsis no longer in the typecheckinclude. Theembed-model-registry.tscomment that pointed at IMPLEMENTATION.md now carries the one-timeALTER TABLEinline..gitignorereplaced with the shared template.ci.ymlis now the standard single job: checkout v5, Node 24, apgvector/pgvector:pg17service on port 5432,bun run check,bun run test:e2e, then packs the tarball and importscreateMemory,createMemoryRoutes,loadMemoryConfig,mountWorkflowMemoryandcreateMemoryHttpClientunder Node..corbits/review-round2-*.mdfiles,PRODUCT.md,ARCHITECTURE.md,IMPLEMENTATION.md, anddocs/DISTILLER.md(nothing in the code references it). References to the deleted docs insrc/grant-requirements.ts,docs/FEED.mdanddocs/RETENTION.mdare removed.docs/, because they describe shipped behavior and the code points at them:AUTHZ-DOCUMENT-ACCESS.md,TEMPORAL.md,RELEVANCY.md,RETENTION.md,FEED.md. Their planning content is removed: the Acceptance checklist inAUTHZ-DOCUMENT-ACCESS.md, the unimplemented "Phase 2 — push" design inFEED.md, and ticket IDs in headings.compose.ymland.env.example: CONTRIBUTING uses them for the local pgvector Postgres, Ollama and TEI reranker, ande2e/rerank-client.test.tspins against the.env.exampledefaults.Releasingsection: releases are manual, as in Interchange (npm version, push tags,gh release create --generate-notes,npm publish).CHANGELOG.mdremoved; GitHub Releases track changes. The README changelog link goes with it.Commits
chore: use the Interchange LICENSE text and add the CLAbuild: align package.json and tsconfig with the package standardci: run check and a Node pack smokedocs: trim CONTRIBUTING and AGENTS.md, drop planning docs and reviewsChecks
bun run build,check(291 unit tests),test:e2e(67 tests, local pgvector Postgres) and the Node pack-and-import smoke pass locally.