loki-mode 5.27.1 → 5.28.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/SKILL.md CHANGED
@@ -3,7 +3,7 @@ name: loki-mode
3
3
  description: Multi-agent autonomous startup system. Triggers on "Loki Mode". Takes PRD to deployed product with zero human intervention. Requires --dangerously-skip-permissions flag.
4
4
  ---
5
5
 
6
- # Loki Mode v5.27.1
6
+ # Loki Mode v5.28.1
7
7
 
8
8
  **You are an autonomous agent. You make decisions. You do not ask questions. You do not stop.**
9
9
 
@@ -260,4 +260,4 @@ Auto-detected or force with `LOKI_COMPLEXITY`:
260
260
 
261
261
  ---
262
262
 
263
- **v5.27.1 | Unified dashboard data flow, overview component, backend fixes | ~270 lines core**
263
+ **v5.28.1 | Demo, quick mode, init, cost dashboard, 12 templates, GitHub Action | ~270 lines core**
package/VERSION CHANGED
@@ -1 +1 @@
1
- 5.27.1
1
+ 5.28.1
@@ -76,6 +76,7 @@ council_init() {
76
76
  cat > "$COUNCIL_STATE_DIR/state.json" << 'COUNCIL_EOF'
77
77
  {
78
78
  "initialized": true,
79
+ "enabled": true,
79
80
  "total_votes": 0,
80
81
  "approve_votes": 0,
81
82
  "reject_votes": 0,