Skip to content

Commit 3a207f0

Browse files
refactor(config): configuration management system
stats: lines: "+6178/-44 (net +6134)" files: 13 complexity: "Stable complexity" Co-authored-by: Koru Agent <agent@coru.dev>
1 parent 7392d16 commit 3a207f0

15 files changed

Lines changed: 6178 additions & 44 deletions

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,3 +207,6 @@ credentials/
207207
# Separate projects
208208
webops/
209209
.redsl/
210+
211+
# koru runtime artefacts (generated)
212+
.koru/

.koru/event-store.jsonl

Lines changed: 354 additions & 0 deletions
Large diffs are not rendered by default.

.koru/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"project": "/home/tom/github/semcod/code2llm",
44
"runtime_dir": ".planfile/.koru",
55
"schema": "koru.project/v1",
6-
"source": "auto",
7-
"updated_at": "2026-05-25T19:14:12.302770+00:00"
6+
"source": "init",
7+
"updated_at": "2026-07-05T23:19:11.602652+00:00"
88
}

0 commit comments

Comments
 (0)