claude-mem — система сборки и публикации npm-пакета
engineering
claude-mem-build-system is a Claude Code skill that documents the internal build system of the claude-mem project, covering TypeScript compilation, npm package bundling, release artifact generation, and semantic versioning logic. It serves as a reference when preparing a new release, modifying the build pipeline, or troubleshooting CI failures. Key operations include transpiling TS sources and publishing the resulting package to npm. Aimed at maintainers and contributors who need a clear understanding of how the claude-mem build and release process works end to end.
- #devops
- #engineering
- #deployment
- #documentation