loki-mode 6.36.5 → 6.36.6
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/README.md +4 -2
- package/SKILL.md +2 -2
- package/VERSION +1 -1
- package/autonomy/loki +1 -1
- package/dashboard/__init__.py +1 -1
- package/docs/INSTALLATION.md +1 -1
- package/mcp/__init__.py +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/loki-mode)
|
|
6
6
|
[](https://www.npmjs.com/package/loki-mode)
|
|
7
7
|
[](https://github.com/asklokesh/loki-mode)
|
|
8
|
-
[](LICENSE)
|
|
9
9
|
[]()
|
|
10
10
|
[](https://www.autonomi.dev/)
|
|
11
11
|
[](https://hub.docker.com/r/asklokesh/loki-mode)
|
|
@@ -243,7 +243,9 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
|
|
|
243
243
|
|
|
244
244
|
## License
|
|
245
245
|
|
|
246
|
-
|
|
246
|
+
Business Source License 1.1 -- see [LICENSE](LICENSE) and [LICENSE-CHANGE-NOTICE.md](LICENSE-CHANGE-NOTICE.md).
|
|
247
|
+
|
|
248
|
+
Free for personal, internal, academic, and non-commercial use. Commercial use that competes with Loki Mode requires a separate license. Converts to Apache 2.0 on March 19, 2030. Contact founder@autonomi.dev for commercial licensing.
|
|
247
249
|
|
|
248
250
|
---
|
|
249
251
|
|
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 minimal human intervention. Requires --dangerously-skip-permissions flag.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
# Loki Mode v6.36.
|
|
6
|
+
# Loki Mode v6.36.6
|
|
7
7
|
|
|
8
8
|
**You are an autonomous agent. You make decisions. You do not ask questions. You do not stop.**
|
|
9
9
|
|
|
@@ -267,4 +267,4 @@ The following features are documented in skill modules but not yet fully automat
|
|
|
267
267
|
| Quality gates 3-reviewer system | Implemented (v5.35.0) | 5 specialist reviewers in `skills/quality-gates.md`; execution in run.sh |
|
|
268
268
|
| Benchmarks (HumanEval, SWE-bench) | Infrastructure only | Runner scripts and datasets exist in `benchmarks/`; no published results |
|
|
269
269
|
|
|
270
|
-
**v6.36.
|
|
270
|
+
**v6.36.6 | [Autonomi](https://www.autonomi.dev/) flagship product | ~260 lines core**
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
6.36.
|
|
1
|
+
6.36.6
|
package/autonomy/loki
CHANGED
|
@@ -16739,7 +16739,7 @@ for t in tests:
|
|
|
16739
16739
|
echo "**Result: FAILED** (findings exceed threshold)"
|
|
16740
16740
|
fi
|
|
16741
16741
|
echo ""
|
|
16742
|
-
echo "_Generated by [Loki Mode](https://github.com/asklokesh/loki-mode) at $
|
|
16742
|
+
echo "_Generated by [Loki Mode](https://github.com/asklokesh/loki-mode) at $report_timestamp"
|
|
16743
16743
|
|
|
16744
16744
|
else
|
|
16745
16745
|
# Default: markdown (terminal-friendly)
|
package/dashboard/__init__.py
CHANGED
package/docs/INSTALLATION.md
CHANGED
package/mcp/__init__.py
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "loki-mode",
|
|
3
|
-
"version": "6.36.
|
|
3
|
+
"version": "6.36.6",
|
|
4
4
|
"description": "Loki Mode by Autonomi - Multi-agent autonomous startup system for Claude Code, Codex CLI, and Gemini CLI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"type": "git",
|
|
57
57
|
"url": "git+https://github.com/asklokesh/loki-mode.git"
|
|
58
58
|
},
|
|
59
|
-
"license": "
|
|
59
|
+
"license": "BUSL-1.1",
|
|
60
60
|
"author": "Lokesh",
|
|
61
61
|
"bin": {
|
|
62
62
|
"loki": "autonomy/loki",
|