Files
curator-reports/README.md
T

21 lines
692 B
Markdown

# RA-H OS Knowledge Curator Agent — Reports
This repository receives daily automated scan reports from the Mumuni 🦅 Curator Agent.
## How It Works
The agent runs a **read-only daily cron scan** of the RA-H OS knowledge graph and pushes JSON patch reports here for human review. No auto-fixes — everything requires human approval.
## Report Format
Each daily report is saved as:
```
reports/YYYY-MM-DD/curator-report.json
```
The JSON contains:
- `stale_nodes`: Nodes with metadata older than threshold
- `orphan_edges`: Edges pointing to non-existent nodes
- `contradictions`: Conflicting metadata on same node
- `patches`: Proposed metadata corrections (require human approval)