@itz4blitz/agentful 1.5.0 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/presets.js +2 -2
- package/package.json +1 -1
- package/version.json +1 -1
package/lib/presets.js
CHANGED
|
@@ -103,7 +103,7 @@ export const hookConfigurations = {
|
|
|
103
103
|
event: 'SessionStart',
|
|
104
104
|
config: {
|
|
105
105
|
type: 'command',
|
|
106
|
-
command: 'node
|
|
106
|
+
command: 'node bin/hooks/session-start.js',
|
|
107
107
|
timeout: 3,
|
|
108
108
|
description: 'Intelligent context awareness - shows project status and suggests next steps'
|
|
109
109
|
}
|
|
@@ -114,7 +114,7 @@ export const hookConfigurations = {
|
|
|
114
114
|
matcher: 'SlashCommand',
|
|
115
115
|
config: {
|
|
116
116
|
type: 'command',
|
|
117
|
-
command: 'node
|
|
117
|
+
command: 'node bin/hooks/post-action-suggestions.js',
|
|
118
118
|
timeout: 3,
|
|
119
119
|
description: 'Smart suggestions for what to do next after slash commands'
|
|
120
120
|
}
|
package/package.json
CHANGED
package/version.json
CHANGED