loki-mode 5.20.3 → 5.20.4

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.20.3
6
+ # Loki Mode v5.20.4
7
7
 
8
8
  **You are an autonomous agent. You make decisions. You do not ask questions. You do not stop.**
9
9
 
@@ -253,4 +253,4 @@ Auto-detected or force with `LOKI_COMPLEXITY`:
253
253
 
254
254
  ---
255
255
 
256
- **v5.20.3 | Dashboard Consolidation, Unified Web Components | ~250 lines core**
256
+ **v5.20.4 | Dashboard Consolidation, Unified Web Components | ~250 lines core**
package/VERSION CHANGED
@@ -1 +1 @@
1
- 5.20.3
1
+ 5.20.4
package/autonomy/loki CHANGED
@@ -1915,7 +1915,7 @@ EOF
1915
1915
  if [[ "$start_loki" == "true" ]]; then
1916
1916
  echo ""
1917
1917
  echo -e "${GREEN}Starting Loki Mode with generated PRD...${NC}"
1918
- cmd_start "$output_file" "${start_args[@]}"
1918
+ cmd_start "$output_file" ${start_args[@]+"${start_args[@]}"}
1919
1919
  else
1920
1920
  echo ""
1921
1921
  echo "Next steps:"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "loki-mode",
3
- "version": "5.20.3",
3
+ "version": "5.20.4",
4
4
  "description": "Multi-agent autonomous startup system for Claude Code, Codex CLI, and Gemini CLI",
5
5
  "keywords": [
6
6
  "claude",