@the-bearded-bear/claude-craft 3.3.2 → 3.3.3
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.
|
@@ -15,7 +15,7 @@ SPRINT_MAX_BACKUPS="${SPRINT_MAX_BACKUPS:-3}"
|
|
|
15
15
|
|
|
16
16
|
# Strategic compact configuration
|
|
17
17
|
SPRINT_COMPACT_ON_START="${SPRINT_COMPACT_ON_START:-true}"
|
|
18
|
-
SPRINT_COMPACT_ON_TASK_COMPLETE="${SPRINT_COMPACT_ON_TASK_COMPLETE:-
|
|
18
|
+
SPRINT_COMPACT_ON_TASK_COMPLETE="${SPRINT_COMPACT_ON_TASK_COMPLETE:-false}"
|
|
19
19
|
SPRINT_COMPACT_ON_US_COMPLETE="${SPRINT_COMPACT_ON_US_COMPLETE:-false}" # Optional, checkpoint is usually enough
|
|
20
20
|
|
|
21
21
|
# Track previous phase for transition detection
|
|
@@ -127,8 +127,9 @@ sprint:
|
|
|
127
127
|
compact_on_start: true
|
|
128
128
|
|
|
129
129
|
# Compact after each task completes (REFACTOR → IDLE/RED transition)
|
|
130
|
-
#
|
|
131
|
-
|
|
130
|
+
# Disabled by default: causes too many compacts in typical sprints
|
|
131
|
+
# Enable only for very large tasks that consume significant context
|
|
132
|
+
compact_on_task_complete: false
|
|
132
133
|
|
|
133
134
|
# Compact after US completes (optional - checkpoint is usually enough)
|
|
134
135
|
# Enable for very long US with many tasks
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@the-bearded-bear/claude-craft",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.3",
|
|
4
4
|
"description": "A comprehensive framework for AI-assisted development with Claude Code. Install standardized rules, agents, and commands for your projects.",
|
|
5
5
|
"main": "cli/index.js",
|
|
6
6
|
"bin": {
|