Skip to content

Commit 830d734

Browse files
committed
wolf
1 parent 7eda3e9 commit 830d734

6 files changed

Lines changed: 2848 additions & 16 deletions

File tree

.wolf/anatomy.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# anatomy.md
22

3-
> Auto-maintained by OpenWolf. Last scanned: 2026-04-05T03:39:06.910Z
4-
> Files: 509 tracked | Anatomy hits: 0 | Misses: 0
3+
> Auto-maintained by OpenWolf. Last scanned: 2026-04-05T06:20:51.280Z
4+
> Files: 516 tracked | Anatomy hits: 0 | Misses: 0
55
66
## ./
77

@@ -835,3 +835,13 @@
835835
- `deployment.yaml` — K8s Deployment: cyberchef (~211 tok)
836836
- `httproute.yaml` — K8s HTTPRoute: cyberchef (~183 tok)
837837
- `service.yaml` — K8s Service: cyberchef (~75 tok)
838+
839+
## my-apps/home/project-zomboid/
840+
841+
- `deployment.yaml` — K8s Deployment (~640 tok)
842+
- `externalsecret.yaml` — K8s ExternalSecret (~209 tok)
843+
- `kustomization.yaml` — K8s Kustomization (~57 tok)
844+
- `namespace.yaml` — K8s Namespace (~19 tok)
845+
- `pvc.yaml` — K8s PersistentVolumeClaim (~79 tok)
846+
- `README.md` — Project documentation (~377 tok)
847+
- `service.yaml` — K8s Service (~125 tok)

.wolf/buglog.json

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,37 @@
11
{
22
"version": 1,
3-
"bugs": []
4-
}
3+
"bugs": [
4+
{
5+
"id": "bug-001",
6+
"timestamp": "2026-04-05T05:50:12.283Z",
7+
"error_message": "Wrong reference: SERVERPRESET should be MIN_MEMORY",
8+
"file": "my-apps/home/project-zomboid/deployment.yaml",
9+
"root_cause": "Used \"SERVERPRESET\" instead of \"MIN_MEMORY\"",
10+
"fix": "Changed SERVERPRESET → MIN_MEMORY",
11+
"tags": [
12+
"auto-detected",
13+
"wrong-reference",
14+
"yaml"
15+
],
16+
"related_bugs": [],
17+
"occurrences": 3,
18+
"last_seen": "2026-04-05T05:51:55.220Z"
19+
},
20+
{
21+
"id": "bug-002",
22+
"timestamp": "2026-04-05T05:51:41.723Z",
23+
"error_message": "Incorrect value in code",
24+
"file": "my-apps/home/project-zomboid/deployment.yaml",
25+
"root_cause": "Had \"4096m\"",
26+
"fix": "Changed to \"6144m\"",
27+
"tags": [
28+
"auto-detected",
29+
"wrong-value",
30+
"yaml"
31+
],
32+
"related_bugs": [],
33+
"occurrences": 2,
34+
"last_seen": "2026-04-05T05:51:51.658Z"
35+
}
36+
]
37+
}

.wolf/cron-state.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
{
2-
"last_heartbeat": null,
3-
"engine_status": "initialized",
4-
"execution_log": [],
2+
"last_heartbeat": "2026-04-05T06:00:05.213Z",
3+
"engine_status": "running",
4+
"execution_log": [
5+
{
6+
"task_id": "memory-consolidation",
7+
"status": "success",
8+
"timestamp": "2026-04-05T06:00:00.103Z",
9+
"duration_ms": 1
10+
}
11+
],
512
"dead_letter_queue": [],
613
"upcoming": []
7-
}
14+
}

.wolf/hooks/_session.json

Lines changed: 150 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,150 @@
1+
{
2+
"session_id": "session-2026-04-05-0131",
3+
"started": "2026-04-05T05:31:15.690Z",
4+
"files_read": {
5+
"/home/vanillax/programming/talos-argocd-proxmox/my-apps/home": {
6+
"count": 1,
7+
"tokens": 0,
8+
"first_read": "2026-04-05T05:33:13.281Z"
9+
},
10+
"/home/vanillax/programming/talos-argocd-proxmox/my-apps/development/nginx/kustomization.yaml": {
11+
"count": 1,
12+
"tokens": 64,
13+
"first_read": "2026-04-05T05:33:16.396Z"
14+
},
15+
"/home/vanillax/programming/talos-argocd-proxmox/firewalla-dns-config.txt": {
16+
"count": 1,
17+
"tokens": 424,
18+
"first_read": "2026-04-05T05:33:28.252Z"
19+
},
20+
"/home/vanillax/programming/talos-argocd-proxmox/infrastructure/networking/cilium/ip-pool.yaml": {
21+
"count": 1,
22+
"tokens": 208,
23+
"first_read": "2026-04-05T05:38:04.563Z"
24+
}
25+
},
26+
"files_written": [
27+
{
28+
"file": "/home/vanillax/programming/talos-argocd-proxmox/my-apps/home/project-zomboid/namespace.yaml",
29+
"action": "create",
30+
"tokens": 19,
31+
"at": "2026-04-05T05:34:03.506Z"
32+
},
33+
{
34+
"file": "/home/vanillax/programming/talos-argocd-proxmox/my-apps/home/project-zomboid/pvc.yaml",
35+
"action": "create",
36+
"tokens": 79,
37+
"at": "2026-04-05T05:34:04.670Z"
38+
},
39+
{
40+
"file": "/home/vanillax/programming/talos-argocd-proxmox/my-apps/home/project-zomboid/deployment.yaml",
41+
"action": "create",
42+
"tokens": 656,
43+
"at": "2026-04-05T05:34:05.500Z"
44+
},
45+
{
46+
"file": "/home/vanillax/programming/talos-argocd-proxmox/my-apps/home/project-zomboid/service.yaml",
47+
"action": "create",
48+
"tokens": 133,
49+
"at": "2026-04-05T05:34:05.565Z"
50+
},
51+
{
52+
"file": "/home/vanillax/programming/talos-argocd-proxmox/my-apps/home/project-zomboid/externalsecret.yaml",
53+
"action": "create",
54+
"tokens": 209,
55+
"at": "2026-04-05T05:34:05.629Z"
56+
},
57+
{
58+
"file": "/home/vanillax/programming/talos-argocd-proxmox/my-apps/home/project-zomboid/kustomization.yaml",
59+
"action": "create",
60+
"tokens": 57,
61+
"at": "2026-04-05T05:34:05.693Z"
62+
},
63+
{
64+
"file": "/home/vanillax/programming/talos-argocd-proxmox/my-apps/home/project-zomboid/service.yaml",
65+
"action": "create",
66+
"tokens": 115,
67+
"at": "2026-04-05T05:38:11.402Z"
68+
},
69+
{
70+
"file": "/home/vanillax/programming/talos-argocd-proxmox/my-apps/home/project-zomboid/service.yaml",
71+
"action": "edit",
72+
"tokens": 20,
73+
"at": "2026-04-05T05:45:28.004Z"
74+
},
75+
{
76+
"file": "/home/vanillax/programming/talos-argocd-proxmox/my-apps/home/project-zomboid/deployment.yaml",
77+
"action": "edit",
78+
"tokens": 16,
79+
"at": "2026-04-05T05:47:32.327Z"
80+
},
81+
{
82+
"file": "/home/vanillax/programming/talos-argocd-proxmox/my-apps/home/project-zomboid/deployment.yaml",
83+
"action": "edit",
84+
"tokens": 9,
85+
"at": "2026-04-05T05:50:12.282Z"
86+
},
87+
{
88+
"file": "/home/vanillax/programming/talos-argocd-proxmox/my-apps/home/project-zomboid/deployment.yaml",
89+
"action": "edit",
90+
"tokens": 17,
91+
"at": "2026-04-05T05:51:41.723Z"
92+
},
93+
{
94+
"file": "/home/vanillax/programming/talos-argocd-proxmox/my-apps/home/project-zomboid/deployment.yaml",
95+
"action": "edit",
96+
"tokens": 8,
97+
"at": "2026-04-05T05:51:45.694Z"
98+
},
99+
{
100+
"file": "/home/vanillax/programming/talos-argocd-proxmox/my-apps/home/project-zomboid/deployment.yaml",
101+
"action": "edit",
102+
"tokens": 18,
103+
"at": "2026-04-05T05:51:51.657Z"
104+
},
105+
{
106+
"file": "/home/vanillax/programming/talos-argocd-proxmox/my-apps/home/project-zomboid/deployment.yaml",
107+
"action": "edit",
108+
"tokens": 8,
109+
"at": "2026-04-05T05:51:55.219Z"
110+
},
111+
{
112+
"file": "/home/vanillax/programming/talos-argocd-proxmox/my-apps/home/project-zomboid/deployment.yaml",
113+
"action": "edit",
114+
"tokens": 22,
115+
"at": "2026-04-05T06:04:46.274Z"
116+
},
117+
{
118+
"file": "/home/vanillax/programming/talos-argocd-proxmox/my-apps/home/project-zomboid/service.yaml",
119+
"action": "create",
120+
"tokens": 125,
121+
"at": "2026-04-05T06:04:51.254Z"
122+
},
123+
{
124+
"file": "/home/vanillax/programming/talos-argocd-proxmox/my-apps/home/project-zomboid/deployment.yaml",
125+
"action": "edit",
126+
"tokens": 51,
127+
"at": "2026-04-05T06:04:54.868Z"
128+
},
129+
{
130+
"file": "/home/vanillax/programming/talos-argocd-proxmox/my-apps/home/project-zomboid/README.md",
131+
"action": "create",
132+
"tokens": 430,
133+
"at": "2026-04-05T06:20:51.285Z"
134+
}
135+
],
136+
"edit_counts": {
137+
"my-apps/home/project-zomboid/namespace.yaml": 1,
138+
"my-apps/home/project-zomboid/pvc.yaml": 1,
139+
"my-apps/home/project-zomboid/deployment.yaml": 9,
140+
"my-apps/home/project-zomboid/service.yaml": 4,
141+
"my-apps/home/project-zomboid/externalsecret.yaml": 1,
142+
"my-apps/home/project-zomboid/kustomization.yaml": 1,
143+
"my-apps/home/project-zomboid/README.md": 1
144+
},
145+
"anatomy_hits": 3,
146+
"anatomy_misses": 1,
147+
"repeated_reads_warned": 0,
148+
"cerebrum_warnings": 0,
149+
"stop_count": 27
150+
}

.wolf/memory.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,56 @@
22

33
> Chronological action log. Hooks and AI append to this file automatically.
44
> Old sessions are consolidated by the daemon weekly.
5+
6+
## Session: 2026-04-05 01:29
7+
8+
| Time | Action | File(s) | Outcome | ~Tokens |
9+
|------|--------|---------|---------|--------|
10+
11+
## Session: 2026-04-05 01:31
12+
13+
| Time | Action | File(s) | Outcome | ~Tokens |
14+
|------|--------|---------|---------|--------|
15+
| 01:34 | Created my-apps/home/project-zomboid/namespace.yaml || ~19 |
16+
| 01:34 | Created my-apps/home/project-zomboid/pvc.yaml || ~79 |
17+
| 01:34 | Created my-apps/home/project-zomboid/deployment.yaml || ~656 |
18+
| 01:34 | Created my-apps/home/project-zomboid/service.yaml || ~133 |
19+
| 01:34 | Created my-apps/home/project-zomboid/externalsecret.yaml || ~209 |
20+
| 01:34 | Created my-apps/home/project-zomboid/kustomization.yaml || ~57 |
21+
| 01:34 | Session end: 6 writes across 6 files (namespace.yaml, pvc.yaml, deployment.yaml, service.yaml, externalsecret.yaml) | 3 reads | ~1641 tok |
22+
| 01:36 | Session end: 6 writes across 6 files (namespace.yaml, pvc.yaml, deployment.yaml, service.yaml, externalsecret.yaml) | 3 reads | ~1641 tok |
23+
| 01:38 | Created my-apps/home/project-zomboid/service.yaml || ~115 |
24+
| 01:38 | Session end: 7 writes across 6 files (namespace.yaml, pvc.yaml, deployment.yaml, service.yaml, externalsecret.yaml) | 4 reads | ~1964 tok |
25+
| 01:39 | Session end: 7 writes across 6 files (namespace.yaml, pvc.yaml, deployment.yaml, service.yaml, externalsecret.yaml) | 4 reads | ~1964 tok |
26+
| 01:45 | Session end: 7 writes across 6 files (namespace.yaml, pvc.yaml, deployment.yaml, service.yaml, externalsecret.yaml) | 4 reads | ~1964 tok |
27+
| 01:45 | Edited my-apps/home/project-zomboid/service.yaml | 3→4 lines | ~20 |
28+
| 01:45 | Session end: 8 writes across 6 files (namespace.yaml, pvc.yaml, deployment.yaml, service.yaml, externalsecret.yaml) | 4 reads | ~1984 tok |
29+
| 01:47 | Edited my-apps/home/project-zomboid/deployment.yaml | 2→2 lines | ~16 |
30+
| 01:47 | Session end: 9 writes across 6 files (namespace.yaml, pvc.yaml, deployment.yaml, service.yaml, externalsecret.yaml) | 4 reads | ~2000 tok |
31+
| 01:47 | Session end: 9 writes across 6 files (namespace.yaml, pvc.yaml, deployment.yaml, service.yaml, externalsecret.yaml) | 4 reads | ~2000 tok |
32+
| 01:50 | Edited my-apps/home/project-zomboid/deployment.yaml | 3→1 lines | ~9 |
33+
| 01:50 | Session end: 10 writes across 6 files (namespace.yaml, pvc.yaml, deployment.yaml, service.yaml, externalsecret.yaml) | 4 reads | ~2009 tok |
34+
| 01:51 | Edited my-apps/home/project-zomboid/deployment.yaml | 2→2 lines | ~17 |
35+
| 01:51 | Edited my-apps/home/project-zomboid/deployment.yaml | inline fix | ~8 |
36+
| 01:51 | Session end: 12 writes across 6 files (namespace.yaml, pvc.yaml, deployment.yaml, service.yaml, externalsecret.yaml) | 4 reads | ~2034 tok |
37+
| 01:51 | Edited my-apps/home/project-zomboid/deployment.yaml | 2→2 lines | ~18 |
38+
| 01:51 | Edited my-apps/home/project-zomboid/deployment.yaml | inline fix | ~8 |
39+
| 01:51 | Session end: 14 writes across 6 files (namespace.yaml, pvc.yaml, deployment.yaml, service.yaml, externalsecret.yaml) | 4 reads | ~2060 tok |
40+
| 01:52 | Session end: 14 writes across 6 files (namespace.yaml, pvc.yaml, deployment.yaml, service.yaml, externalsecret.yaml) | 4 reads | ~2060 tok |
41+
| 01:53 | Session end: 14 writes across 6 files (namespace.yaml, pvc.yaml, deployment.yaml, service.yaml, externalsecret.yaml) | 4 reads | ~2060 tok |
42+
| 01:53 | Session end: 14 writes across 6 files (namespace.yaml, pvc.yaml, deployment.yaml, service.yaml, externalsecret.yaml) | 4 reads | ~2060 tok |
43+
| 01:53 | Session end: 14 writes across 6 files (namespace.yaml, pvc.yaml, deployment.yaml, service.yaml, externalsecret.yaml) | 4 reads | ~2060 tok |
44+
| 01:55 | Session end: 14 writes across 6 files (namespace.yaml, pvc.yaml, deployment.yaml, service.yaml, externalsecret.yaml) | 4 reads | ~2060 tok |
45+
| 01:57 | Session end: 14 writes across 6 files (namespace.yaml, pvc.yaml, deployment.yaml, service.yaml, externalsecret.yaml) | 4 reads | ~2060 tok |
46+
| 02:02 | Session end: 14 writes across 6 files (namespace.yaml, pvc.yaml, deployment.yaml, service.yaml, externalsecret.yaml) | 4 reads | ~2060 tok |
47+
| 02:04 | Edited my-apps/home/project-zomboid/deployment.yaml | inline fix | ~22 |
48+
| 02:04 | Created my-apps/home/project-zomboid/service.yaml || ~125 |
49+
| 02:04 | Edited my-apps/home/project-zomboid/deployment.yaml | 6→6 lines | ~51 |
50+
| 02:05 | Session end: 17 writes across 6 files (namespace.yaml, pvc.yaml, deployment.yaml, service.yaml, externalsecret.yaml) | 4 reads | ~2258 tok |
51+
| 02:11 | Session end: 17 writes across 6 files (namespace.yaml, pvc.yaml, deployment.yaml, service.yaml, externalsecret.yaml) | 4 reads | ~2258 tok |
52+
| 02:14 | Session end: 17 writes across 6 files (namespace.yaml, pvc.yaml, deployment.yaml, service.yaml, externalsecret.yaml) | 4 reads | ~2258 tok |
53+
| 02:15 | Session end: 17 writes across 6 files (namespace.yaml, pvc.yaml, deployment.yaml, service.yaml, externalsecret.yaml) | 4 reads | ~2258 tok |
54+
| 02:16 | Session end: 17 writes across 6 files (namespace.yaml, pvc.yaml, deployment.yaml, service.yaml, externalsecret.yaml) | 4 reads | ~2258 tok |
55+
| 02:17 | Session end: 17 writes across 6 files (namespace.yaml, pvc.yaml, deployment.yaml, service.yaml, externalsecret.yaml) | 4 reads | ~2258 tok |
56+
| 02:20 | Created my-apps/home/project-zomboid/README.md || ~402 |
57+
| 02:20 | Session end: 18 writes across 7 files (namespace.yaml, pvc.yaml, deployment.yaml, service.yaml, externalsecret.yaml) | 4 reads | ~2688 tok |

0 commit comments

Comments
 (0)