mirror of
https://github.com/thedotmack/claude-mem
synced 2026-04-25 17:15:04 +02:00
Removes installer/ directory (16 files) — fully replaced by src/npx-cli/. Updates install.sh and installer.js to redirect to npx claude-mem. Adds npx claude-mem as primary install method in docs and README. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
49 lines
570 B
Plaintext
49 lines
570 B
Plaintext
# Source code (dist/ and plugin/ are the shipped artifacts)
|
|
src/
|
|
scripts/
|
|
tests/
|
|
docs/
|
|
datasets/
|
|
private/
|
|
antipattern-czar/
|
|
|
|
# Heavy binaries installed at runtime via smart-install.js
|
|
plugin/node_modules/
|
|
plugin/scripts/claude-mem
|
|
plugin/bun.lock
|
|
plugin/data/
|
|
plugin/data.backup/
|
|
|
|
# Development files
|
|
*.ts
|
|
!*.d.ts
|
|
tsconfig*.json
|
|
.eslintrc*
|
|
.prettierrc*
|
|
.editorconfig
|
|
jest.config*
|
|
vitest.config*
|
|
|
|
# Git and CI
|
|
.git/
|
|
.github/
|
|
.gitignore
|
|
.claude/
|
|
.cursor/
|
|
.mcp.json
|
|
.plan/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
*.log
|
|
*.tmp
|
|
*.temp
|
|
Thumbs.db
|
|
|
|
# Misc
|
|
Auto Run Docs/
|
|
~*/
|
|
http*/
|
|
https*/
|
|
.idea/
|