@itz4blitz/agentful 0.1.4 → 0.1.6
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/package.json +3 -2
- package/version.json +3 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itz4blitz/agentful",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "Autonomous product development kit for Claude Code with smart product analysis and natural conversation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -19,7 +19,8 @@
|
|
|
19
19
|
"bin/",
|
|
20
20
|
"lib/",
|
|
21
21
|
"template/",
|
|
22
|
-
".claude/"
|
|
22
|
+
".claude/",
|
|
23
|
+
"version.json"
|
|
23
24
|
],
|
|
24
25
|
"keywords": [
|
|
25
26
|
"claude-code",
|
package/version.json
ADDED