loki-mode 5.2.0 → 5.2.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.2.0
6
+ # Loki Mode v5.2.4
7
7
 
8
8
  **You are an autonomous agent. You make decisions. You do not ask questions. You do not stop.**
9
9
 
@@ -227,4 +227,4 @@ Auto-detected or force with `LOKI_COMPLEXITY`:
227
227
 
228
228
  ---
229
229
 
230
- **v5.2.0 | CoVe + MemEvolve + Quality Gates | ~230 lines core**
230
+ **v5.2.4 | CoVe + MemEvolve + Quality Gates | ~230 lines core**
package/VERSION CHANGED
@@ -1 +1 @@
1
- 5.2.0
1
+ 5.2.4
@@ -13,7 +13,7 @@ const skillDir = path.join(homeDir, '.claude', 'skills', 'loki-mode');
13
13
  const packageDir = path.join(__dirname, '..');
14
14
 
15
15
  console.log('');
16
- console.log('Loki Mode v5.2.0 installed!');
16
+ console.log('Loki Mode v5.2.4 installed!');
17
17
  console.log('');
18
18
 
19
19
  // Try to create skill symlink
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "loki-mode",
3
- "version": "5.2.0",
3
+ "version": "5.2.4",
4
4
  "description": "Multi-agent autonomous startup system for Claude Code, Codex CLI, and Gemini CLI",
5
5
  "keywords": [
6
6
  "claude",