wiki-update(concepts): add script source reference and current status
This commit is contained in:
parent
7e99ca9af0
commit
77f979ccde
1 changed files with 31 additions and 4 deletions
|
|
@ -1,13 +1,16 @@
|
|||
# Subconscious Agent v2.1
|
||||
|
||||
> Migriert aus ByteRover context-tree (April 2026)
|
||||
> Quellcode: `raw/other/2026-06-07_subconscious-runner-script.md`
|
||||
|
||||
Der Subconscious Agent ist ein autonomer Hintergrund-Prozess, der täglich Verbesserungsideen generiert, debattiert und akzeptiert.
|
||||
|
||||
## Architektur
|
||||
|
||||
- **Cron:** Täglich 20:00 CEST
|
||||
- **Evidence Sources:** 11 Quellen via `scripts/subconscious-runner.sh`
|
||||
- **Evidence Runner:** `scripts/subconscious-runner.sh` (11 Quellen)
|
||||
- Skript lebt auf bot-hector: `/home/node/workspace/scripts/subconscious-runner.sh`
|
||||
- Siehe Rohdaten in `raw/other/2026-06-07_subconscious-runner-script.md`
|
||||
- **Governance:** `.subconscious/state/governance.json`
|
||||
- **Outcome-Log:** `.subconscious/state/outcomes.jsonl`
|
||||
|
||||
|
|
@ -30,13 +33,37 @@ Der Subconscious Agent ist ein autonomer Hintergrund-Prozess, der täglich Verbe
|
|||
|
||||
Akzeptierte Ideen haben **keinen automatisierten Ausführungspfad** in das laufende System. 3 von 4 akzeptierten Backlog-Items waren (Stand April 2026) nicht implementiert. Der Subconscious Agent ist damit ein reiner Ideengenerator ohne Output-Channel.
|
||||
|
||||
### Bug: todayRuns Counter stuck
|
||||
### Bug: todayRuns Counter (historisch)
|
||||
|
||||
Seit ~13.04.2026: todayRuns-Zähler bleibt stehen. Stand April 2026 noch nicht gefixt.
|
||||
Seit ~13.04.2026: todayRuns-Zähler blieb stehen. **Stand 2026-06-06 scheint wieder zu funktionieren** (todayRuns=1, letzter Run akzeptiert).
|
||||
|
||||
## Aktuelle Runs (Stand 2026-06-06)
|
||||
|
||||
| Metrik | Wert |
|
||||
|--------|------|
|
||||
| Total Runs | 25 |
|
||||
| Letzter Run | 2026-06-06T20:00 |
|
||||
| Letztes Outcome | accepted |
|
||||
| Consecutive Rejections | 0 |
|
||||
| Erster Run | 2026-04-08 |
|
||||
|
||||
## Historische Outcomes
|
||||
|
||||
| Run | Idee | Konvergenz | Umgesetzt? |
|
||||
|-----|------|------------|------------|
|
||||
| 20260408 | Git Auto-Commit + Push automatisieren | 0.85 | ✅ Ja |
|
||||
| 20260413 | Implementation Tracking Pipeline | 0.65 | ❌ 3/4 Backlog-Gap
|
||||
| 20260413 | Implementation Tracking Pipeline | 0.65 | ❌ 3/4 Backlog-Gap |
|
||||
|
||||
## Script Location
|
||||
|
||||
Das Evidence-Runner-Skript `scripts/subconscious-runner.sh` ist **nicht Teil dieses Repos**. Es liegt auf dem bot-hector Container unter:
|
||||
|
||||
```
|
||||
/home/node/workspace/scripts/subconscious-runner.sh
|
||||
```
|
||||
|
||||
Die Rohdaten dazu sind in `raw/other/2026-06-07_subconscious-runner-script.md` dokumentiert.
|
||||
|
||||
## ByteRover Context-Tree
|
||||
|
||||
Die ursprüngliche Dokumentation des Subconscious Agents lag im ByteRover-Context-Tree (`.brv/context-tree/`). ByteRover wurde im April 2026 deaktiviert (OAuth-Token weg, nicht auf persistentem Volume). Der Inhalt wurde manuell in dieses Wiki migriert.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue