Refactor: Remove hook-templates and related functionality

- Updated the published package contents to exclude `hook-templates`.
- Removed references to the hooks directory and related scripts in the installation and uninstallation processes.
- Simplified the status command by eliminating checks for runtime hook scripts.
- Adjusted the path discovery service to remove methods related to hook templates.
- Updated the installation logic to directly configure hooks using CLI commands.
- Cleaned up the uninstall process to remove claude-mem hooks from settings.
This commit is contained in:
Alex Newman
2025-10-15 20:38:11 -04:00
parent edeed2ee2c
commit 2608fb180e
7 changed files with 105 additions and 206 deletions
+1 -1
View File
@@ -125,4 +125,4 @@ claude-mem/
- The build process embeds the version from `package.json` at build time
- `prepublishOnly` script ensures build runs before npm publish
- Dependencies are bundled except for external packages
- The published package includes: `dist/`, `hook-templates/`, `commands/`, `src/`, `docs/`
- The published package includes: `dist/`, `commands/`, `src/`, `docs/`