Skip to content

chore: align tooling to agentage conventions (CI, dependabot, eslint, tsconfig)#4

Merged
vreshch merged 2 commits into
masterfrom
chore/align-tooling
Jun 20, 2026
Merged

chore: align tooling to agentage conventions (CI, dependabot, eslint, tsconfig)#4
vreshch merged 2 commits into
masterfrom
chore/align-tooling

Conversation

@vreshch

@vreshch vreshch commented Jun 20, 2026

Copy link
Copy Markdown
Member

Aligns mcp-memory to the conventions used across the agentage repos - the same set just applied to memory-core.

PR review workflow (CI): .github/workflows/pr-validation.yml - on every PR to master: install -> type-check -> lint -> format:check -> test (coverage) -> build, Node 22 + npm cache, concurrency-cancel.

  • Because @agentage/memory-core is a local file: dependency until it publishes to npm, the job checks out memory-core as a sibling and builds it first, then npm ci resolves the link. (Relies on the public agentage/memory-core repo; swaps to a plain npm dep once published.)

Dependabot / ESLint / TypeScript / Prettier / scripts: identical to the memory-core alignment - org eslint.config.mjs rule set, stricter tsconfig.json + tsconfig.build.json, .prettierrc+.prettierignore, lint:fix/format/test:coverage/clean/prepublishOnly/verify, node>=22 / npm>=10. Lockfile committed for npm ci.

Tests: added edit-and-render.test.ts (edit input-guard branches, delete, empty-render paths) to bring branch coverage over the 70% gate.

Verified locally: npm run verify passes (type-check, lint, format, 16 tests @ 94% lines / 77% branches, build).

@vreshch vreshch merged commit 1d65b23 into master Jun 20, 2026
1 check failed
@vreshch vreshch deleted the chore/align-tooling branch June 20, 2026 12:17
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