@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 CHANGED
@@ -103,7 +103,7 @@ export const hookConfigurations = {
103
103
  event: 'SessionStart',
104
104
  config: {
105
105
  type: 'command',
106
- command: 'node .claude/hooks/session-start.js',
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 .claude/hooks/post-action-suggestions.js',
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itz4blitz/agentful",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Pre-configured AI toolkit with self-hosted execution - works with any LLM, any tech stack, any platform.",
5
5
  "type": "module",
6
6
  "bin": {
package/version.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "2.0.0-beta.1"
2
+ "version": "1.5.0"
3
3
  }