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 +2 -2
- package/VERSION +1 -1
- package/autonomy/loki +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
256
|
+
**v5.20.4 | Dashboard Consolidation, Unified Web Components | ~250 lines core**
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
5.20.
|
|
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:"
|