Skip to content

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

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

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

Conversation

@vreshch

@vreshch vreshch commented Jun 20, 2026

Copy link
Copy Markdown
Member

Aligns memory-core to the conventions used across the agentage repos (cli/web/e2e).

PR review workflow (CI): .github/workflows/pr-validation.yml - on every PR to master, runs install -> type-check -> lint -> format:check -> test (with coverage) -> build, on Node 22 with npm cache (actions/checkout@v6, setup-node@v6), concurrency-cancel per PR. (Dropped the cli-specific release-guard + PR-comment bot; can add later with release tooling.)

Dependabot: .github/dependabot.yml - weekly Fri 18:00 Europe/Prague, grouped, assignee vreshch, npm majors ignored + github-actions, exactly the cli config.

ESLint: flat eslint.config.mjs matching the org rule set (eslint-plugin-prettier, no-explicit-any, inline consistent-type-imports, naming-convention, prefer-const/arrow-body-style/no-var).

TypeScript: stricter tsconfig.json (noUnusedLocals/Parameters, noImplicitReturns, noFallthroughCasesInSwitch, resolveJsonModule) + a tsconfig.build.json (emit src only) - build now uses it.

Prettier: .prettierrc + .prettierignore (org format). Scripts/engines: lint:fix, format, test:coverage, clean, prepublishOnly, verify; node>=22 / npm>=10. Lockfile committed so CI npm ci works.

Verified locally: npm run verify passes (type-check, lint, format, 44 tests @ 92% lines / 74% branches, build).

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