https://github.com/hummbl-dev/autoresearch-reports
Collected outputs and handoff reports from HUMMBL autoresearch pipeline runs
https://github.com/hummbl-dev/autoresearch-reports
Last synced: 30 days ago
JSON representation
Collected outputs and handoff reports from HUMMBL autoresearch pipeline runs
- Host: GitHub
- URL: https://github.com/hummbl-dev/autoresearch-reports
- Owner: hummbl-dev
- License: other
- Created: 2026-04-21T23:52:59.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-26T14:47:10.000Z (about 1 month ago)
- Last Synced: 2026-05-26T16:34:52.608Z (about 1 month ago)
- Language: Shell
- Size: 978 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Autoresearch Reports
Shared depot for the Autoresearch → distillation → proposal pipeline.
## Pipeline
```
Windows Desktop (Autoresearch) → reports/
nodezero (qwen3.5:9b distill) → findings/
nodezero (synthesis + draft) → proposals/
MBP (human review + merge) → applied/
```
## Directory Structure
- `reports/` — Raw Autoresearch markdown output (pushed from Windows Desktop)
- `findings/` — Distilled structured JSON (generated on nodezero)
- `proposals/` — Draft improvement proposals (generated on nodezero)
- `applied/` — Archive of accepted changes (moved after merge)
- `research_queue.json` — Topic queue with recurrence schedules
- `QUEUE_HEARTBEAT.md` — Generated queue freshness snapshot for overnight runs
## Automation Posture
This repository carries generated research artifacts plus a small amount of
operational configuration. CI should stay narrow and mechanical:
- Parse `research_queue.json`.
- Syntax-check the root shell helper.
- Syntax-check the root PowerShell helpers.
The validation workflow intentionally does not judge report quality, synthesis
quality, or whether generated findings should be adopted. Those remain review
decisions outside CI.
## Naming Convention
- Reports: `reports/YYYY-MM-DD-domain-query-slug.md`
- Findings: `findings/YYYY-MM-DD-domain.json`
- Proposals: `proposals/YYYY-MM-DD-target-description.md`
## Queue Heartbeat
Refresh the queue heartbeat before starting or handing off an overnight batch:
```bash
python tools/update_queue_heartbeat.py
```