| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| loki-mode-7.5.13.skill | 2026-04-30 | 135.7 kB | |
| loki-mode-7.5.13.zip | 2026-04-30 | 135.7 kB | |
| loki-mode-api-7.5.13.zip | 2026-04-30 | 136.3 kB | |
| loki-mode-claude-code-7.5.13.tar.gz | 2026-04-30 | 1.8 MB | |
| loki-mode-claude-code-7.5.13.zip | 2026-04-30 | 2.1 MB | |
| Loki Mode v7.5.13 source code.tar.gz | 2026-04-30 | 25.5 MB | |
| Loki Mode v7.5.13 source code.zip | 2026-04-30 | 27.2 MB | |
| README.md | 2026-04-30 | 949 Bytes | |
| Totals: 8 Items | 57.0 MB | 0 | |
PATCH release. Test-suite fix-up. v7.5.12 published successfully to npm/Docker/brew, but the post-publish ShellCheck workflow failed on the two new test files Dev6/Dev7 added in v7.5.12. No code/runtime behavior changes.
Fixed
- tests/test-static-analysis-tsconfig.sh:20: a comment containing
the literal word
shellcheckat the start of a line was misparsed by ShellCheck as a# shellcheckdirective (SC1073/1072). Reworded to "ShellCheck" (capital S). - tests/cli/test_stale_pid_cleanup.sh:49,80,109: 3
cd "$dir"invocations without an|| exitguard (SC2164). Added explicit|| exit Nper cd.
Tests
- Both files re-checked with
shellcheck-> CLEAN. - Both test scripts still pass: 4/4 stale-pid + 6/6 static-analysis- tsconfig.
- local-ci 20/20 PASS.
NOT tested in this release
- Real-user UAT against v7.5.13 npm/Docker/brew tarballs.
- Phase 6 bash sunset still gated on the 30-day clean soak.