Skip to content

Commit 5114ecc

Browse files
author
StackMemory Bot (CLI)
committed
chore: 1.0 cleanup — remove stubs, dead scripts, stale docs, reduce tarball
- Remove ngrok suggestions from CLI and setup commands - Delete scripts/stop-notify-webhook.sh (dead SMS webhook script) - Delete docs/NOTIFICATIONS_SPEC.md (removed feature) - Remove SMS/WhatsApp reference from PROMPT_PLAN.md roadmap - Replace stubbed Linear MCP handlers with honest errors - Remove dead LLM context retrieval stub from context handlers - Tighten package.json files field: 856 files/2.4MB → 676 files/2.1MB - Only ship runtime scripts (gepa, git-hooks, install, wrappers) - Exclude dist/scripts/ (compiled dev/test scripts)
1 parent 546a747 commit 5114ecc

10 files changed

Lines changed: 132 additions & 486 deletions

File tree

.npmignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ tests/
2424
*.spec.*
2525
coverage/
2626

27-
# Scripts (keep essential ones)
28-
scripts/fix-*.js
29-
scripts/update-*.js
30-
scripts/reorganize-*.sh
27+
# dist/scripts excluded via package.json files field (only dist/src ships)
3128
attention-scoring/
3229
p2p-sync/
3330
mcp-server/

docs/NOTIFICATIONS_SPEC.md

Lines changed: 0 additions & 319 deletions
This file was deleted.

docs/specs/PROMPT_PLAN.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,3 @@
121121
- [ ] PostgreSQL production adapter (pgvector, LISTEN/NOTIFY)
122122
- [ ] Specish API — OpenAPI-based tool bridge
123123
- [ ] Linear Chrome extension (ticket → subagent pipeline)
124-
- [ ] SMS/WhatsApp notification system

package.json

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,32 @@
1919
"types": "dist/src/index.d.ts",
2020
"files": [
2121
"bin",
22-
"dist",
23-
"scripts",
22+
"dist/src",
23+
"scripts/gepa",
24+
"scripts/git-hooks",
25+
"scripts/hooks",
26+
"scripts/setup",
27+
"scripts/setup.sh",
28+
"scripts/install.sh",
29+
"scripts/install-global.sh",
30+
"scripts/install-claude-hooks.sh",
31+
"scripts/install-auto-background-hook.sh",
32+
"scripts/install-sweep-hook.sh",
33+
"scripts/install-code-execution-hooks.sh",
34+
"scripts/install-claude-hooks-auto.js",
35+
"scripts/claude-worktree-manager.sh",
36+
"scripts/claude-worktree-setup.sh",
37+
"scripts/claude-worktree-monitor.sh",
38+
"scripts/claude-code-wrapper.sh",
39+
"scripts/claude-sm-setup.sh",
40+
"scripts/codex-wrapper.sh",
41+
"scripts/opencode-wrapper.sh",
42+
"scripts/stackmemory-daemon.sh",
43+
"scripts/ralph-loop-implementation.js",
44+
"scripts/setup-claude-integration.sh",
45+
"scripts/setup-claude-integration.js",
46+
"scripts/verify-dist.cjs",
47+
"scripts/smoke-init-db.sh",
2448
"templates",
2549
"README.md",
2650
"LICENSE"

scripts/stop-notify-webhook.sh

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)