refactor: remove deprecated hook templates and related utilities
- Deleted hook-prompt-renderer.js and hook-prompts.config.js as they are no longer needed. - Removed path-resolver.js, stop.js, and user-prompt-submit.js for streamlining the codebase. - Updated package.json scripts to point to new build and publish scripts. - Adjusted test imports to reflect new directory structure after removing unnecessary files.
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
*/
|
||||
|
||||
import { describe, it, expect, beforeAll, afterAll } from 'bun:test';
|
||||
import { HooksDatabase } from './src/services/sqlite/HooksDatabase.js';
|
||||
import { DatabaseManager } from './src/services/sqlite/Database.js';
|
||||
import { migrations } from './src/services/sqlite/migrations.js';
|
||||
import { HooksDatabase } from '../src/services/sqlite/HooksDatabase.js';
|
||||
import { DatabaseManager } from '../src/services/sqlite/Database.js';
|
||||
import { migrations } from '../src/services/sqlite/migrations.js';
|
||||
import fs from 'fs';
|
||||
import path from 'path';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user