@atlashub/smartstack-cli 4.58.0 → 4.59.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlashub/smartstack-cli",
3
- "version": "4.58.0",
3
+ "version": "4.59.0",
4
4
  "description": "SmartStack Claude Code automation toolkit - GitFlow, EF Core migrations, prompts and more",
5
5
  "author": {
6
6
  "name": "SmartStack",
@@ -0,0 +1,21 @@
1
+ # Ralph Weegund - Ignored files
2
+ # These files are generated during Ralph execution
3
+
4
+ # Logs
5
+ logs/
6
+ *.log
7
+
8
+ # Reports (optionally track these)
9
+ # Uncomment to ignore reports:
10
+ # reports/
11
+
12
+ # Temporary files
13
+ *.tmp
14
+ *.temp
15
+ .ralph-session
16
+
17
+ # Lock files
18
+ *.lock
19
+
20
+ # Cache
21
+ cache/