Learn
How thumbs, comments, and the miner become suggested rules.
Learn is not part of the review path. A review can write an architecture draft. It does not invent rules from findings.
gegenlesen harvest is a separate first-run pass over a packed tree. It scans lint configs as suppressions, Flash drafts cited conventions, Terra drops most of them, and Ledger gets disabled drafts tagged source: harvest. Nothing auto-enables.
When it runs
- Button on the job page (
POST /api/jobs/:id/learn) gegenlesenhas no separate learn CLI yet. Use the API or the button.LearnSweepJobonlimits.learn_interval_minutes(default 15,0turns the sweep off)
What becomes a candidate
From the job, only findings you 👍 or marked should_be_rule. Judge-dropped findings never become suggestions.
Pipeline
- Host filter (endorsement only)
- Miner uses reviewer A (DeepSeek Flash). Cheap pass.
- Suggestion judge (Terra) defaults to drop. A keep may include
rewrite.titleandrewrite.body. - Kept rules upsert as disabled. Context notes land in the learnings inbox.
Nothing auto-enables.
The original miner title and body stay in the learning payload as original_title / original_body when Terra rewrites.
gegenlesen