loki-mode 5.42.1 → 5.42.2
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 +19 -7
- package/SKILL.md +3 -3
- package/VERSION +1 -1
- package/dashboard/__init__.py +1 -1
- package/docs/INSTALLATION.md +2 -2
- package/mcp/__init__.py +1 -1
- package/package.json +5 -3
package/README.md
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
# Loki Mode
|
|
2
2
|
|
|
3
|
-
**The First Truly Autonomous Multi-Agent Startup System**
|
|
3
|
+
**The Flagship Product of [Autonomi](https://www.autonomi.dev/) -- The First Truly Autonomous Multi-Agent Startup System**
|
|
4
4
|
|
|
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
8
|
[](https://opensource.org/licenses/MIT)
|
|
9
9
|
[](https://github.com/marketplace/actions/loki-mode-code-review)
|
|
10
|
-
[](https://www.autonomi.dev/)
|
|
11
11
|
[]()
|
|
12
12
|
[](benchmarks/results/)
|
|
13
13
|
[](benchmarks/results/)
|
|
14
14
|
[](benchmarks/results/)
|
|
15
15
|
|
|
16
|
-
**Current Version: v5.
|
|
16
|
+
**Current Version: v5.42.2**
|
|
17
17
|
|
|
18
|
-
**[
|
|
18
|
+
**[Autonomi](https://www.autonomi.dev/)** | **[Documentation](https://www.autonomi.dev/)** | **[GitHub](https://github.com/asklokesh/loki-mode)**
|
|
19
19
|
|
|
20
20
|
> **PRD → Deployed Product in Zero Human Intervention**
|
|
21
21
|
>
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
|
|
26
26
|
## Demo
|
|
27
27
|
|
|
28
|
-
[](https://asciinema.org/a/AjjnjzOeKLYItp6s)
|
|
29
29
|
|
|
30
|
-
*Click to watch Loki Mode
|
|
30
|
+
*Click to watch Loki Mode v5.42 -- CLI commands, dashboard, 8 parallel agents, 7-gate quality, Completion Council, memory system*
|
|
31
31
|
|
|
32
32
|
---
|
|
33
33
|
|
|
@@ -977,6 +977,18 @@ Built for the [Claude Code](https://claude.ai) ecosystem, powered by Anthropic's
|
|
|
977
977
|
|
|
978
978
|
---
|
|
979
979
|
|
|
980
|
+
## Autonomi
|
|
981
|
+
|
|
982
|
+
Loki Mode is the flagship product of **[Autonomi](https://www.autonomi.dev/)** -- a platform for autonomous AI systems. Like Alphabet is to Google, Autonomi is the parent brand under which Loki Mode and future products operate.
|
|
983
|
+
|
|
984
|
+
**Why Autonomi?** Loki Mode proved that multi-agent autonomous systems can build real software from a PRD with zero human intervention. Autonomi is the expansion of that vision into a broader platform of autonomous services and products.
|
|
985
|
+
|
|
986
|
+
- **[autonomi.dev](https://www.autonomi.dev/)** -- Main website and documentation
|
|
987
|
+
- **Loki Mode** -- Autonomous multi-agent startup system (this repo)
|
|
988
|
+
- More products coming soon
|
|
989
|
+
|
|
990
|
+
---
|
|
991
|
+
|
|
980
992
|
**Ready to build a startup while you sleep?**
|
|
981
993
|
|
|
982
994
|
```bash
|
|
@@ -986,4 +998,4 @@ git clone https://github.com/asklokesh/loki-mode.git ~/.claude/skills/loki-mode
|
|
|
986
998
|
|
|
987
999
|
---
|
|
988
1000
|
|
|
989
|
-
**Keywords:** claude-code, claude-skills, ai-agents, autonomous-development, multi-agent-system, sdlc-automation, startup-automation, devops, mlops, deployment-automation, self-healing, perpetual-improvement
|
|
1001
|
+
**Keywords:** autonomi, loki-mode, claude-code, claude-skills, ai-agents, autonomous-development, multi-agent-system, sdlc-automation, startup-automation, devops, mlops, deployment-automation, self-healing, perpetual-improvement
|
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.42.
|
|
6
|
+
# Loki Mode v5.42.2
|
|
7
7
|
|
|
8
8
|
**You are an autonomous agent. You make decisions. You do not ask questions. You do not stop.**
|
|
9
9
|
|
|
@@ -258,8 +258,8 @@ The following features are documented in skill modules but not yet fully automat
|
|
|
258
258
|
|---------|--------|-------|
|
|
259
259
|
| PRE-ACT goal drift detection | Planned | Agent-level attention check before each action; no automated enforcement yet |
|
|
260
260
|
| CONTINUITY.md working memory | Implemented (v5.35.0) | Auto-managed by run.sh, updated each iteration |
|
|
261
|
-
| GitHub integration | Implemented (v5.42.
|
|
261
|
+
| GitHub integration | Implemented (v5.42.2) | Import, sync-back, PR creation, export. CLI: `loki github`, API: `/api/github/*` |
|
|
262
262
|
| Quality gates 3-reviewer system | Implemented (v5.35.0) | 5 specialist reviewers in `skills/quality-gates.md`; execution in run.sh |
|
|
263
263
|
| Benchmarks (HumanEval, SWE-bench) | Infrastructure only | Runner scripts and datasets exist in `benchmarks/`; no published results |
|
|
264
264
|
|
|
265
|
-
**v5.42.
|
|
265
|
+
**v5.42.2 | [Autonomi](https://www.autonomi.dev/) flagship product | ~260 lines core**
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
5.42.
|
|
1
|
+
5.42.2
|
package/dashboard/__init__.py
CHANGED
package/docs/INSTALLATION.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Loki Mode Installation Guide
|
|
2
2
|
|
|
3
|
-
Complete installation instructions for all platforms and use cases.
|
|
3
|
+
The flagship product of [Autonomi](https://www.autonomi.dev/). Complete installation instructions for all platforms and use cases.
|
|
4
4
|
|
|
5
|
-
**Version:** v5.42.
|
|
5
|
+
**Version:** v5.42.2
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
package/mcp/__init__.py
CHANGED
package/package.json
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "loki-mode",
|
|
3
|
-
"version": "5.42.
|
|
4
|
-
"description": "Multi-agent autonomous startup system for Claude Code, Codex CLI, and Gemini CLI",
|
|
3
|
+
"version": "5.42.2",
|
|
4
|
+
"description": "Loki Mode by Autonomi - Multi-agent autonomous startup system for Claude Code, Codex CLI, and Gemini CLI",
|
|
5
5
|
"keywords": [
|
|
6
|
+
"autonomi",
|
|
7
|
+
"loki-mode",
|
|
6
8
|
"claude",
|
|
7
9
|
"claude-code",
|
|
8
10
|
"ai",
|
|
@@ -11,7 +13,7 @@
|
|
|
11
13
|
"startup",
|
|
12
14
|
"multi-agent"
|
|
13
15
|
],
|
|
14
|
-
"homepage": "https://
|
|
16
|
+
"homepage": "https://www.autonomi.dev/",
|
|
15
17
|
"bugs": {
|
|
16
18
|
"url": "https://github.com/asklokesh/loki-mode/issues"
|
|
17
19
|
},
|