backfill-auto

An automatic adapter that extracts stable, reusable conclusions from completed development records and prepares them as proposed wiki pages.

In plain words
What is it for?
It reads review, implementation-check, and lessons files, records evidence and confidence for each conclusion, and writes candidates to the wiki intake folder without publishing them directly.
Why use it?
It separates evidence-backed knowledge from one-off details or unconfirmed guesses, reducing the chance that unreliable advice enters the shared knowledge base.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/alisunstar/opensunstar/backfill-auto
Clone the repo
git clone --depth 1 https://github.com/alisunstar/OpenSunstar
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 568 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00568
Opus 5 $0.00000 $0.00284
Sonnet 5 $0.00000 $0.00114
Haiku 4.5 $0.00000 $0.00057

Measured yesterday against content hash e4a72c47d9ca, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

backfill-auto scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

rd-protocol/commands/backfill-auto.md · 39 lines

What it actually says

/rd:backfill-auto — 回补生成器适配器(外置)

知识×RD 连接适配器:读取本 change 的过程资产(REVIEW.md / IMPLEMENTATION-CHECK.md / .specs/LESSONS.md),自动产出回补候选写入 wiki 候选管道。核心只承接候选(发现/导入/lint/验收),生成智能在外侧(K1/K2)。

先读规则

  1. .specs/<change-id>/REVIEW.mdIMPLEMENTATION-CHECK.md.specs/LESSONS.md
  2. 读 knowledge/KNOWLEDGE-RULES.md 与 wiki SCHEMA(候选页格式)
  3. 只提取“稳定结论”:被证据支撑、与单次需求解耦、可复用的业务/技术事实

执行

  1. 从对账 changed/blocked 的裁决记录、REVIEW 的 4R 发现、LESSONS 的失败记录中抽取稳定结论;
  2. 每条结论标:证据(产物路径+条目)、目标页类型(runbook/decision/flow)、confidence;
  3. 一次性需求特例、未裁决推断一律剔除;
  4. 写候选目录(generator-adapter 协议):
    .opensunstar/wiki/candidates/rd-backfill-auto-<YYYYMMDD>/
    ├── candidate.json   # engine: "rd-backfill-auto", source_commit, created_at
    └── wiki/
        ├── index.md
        └── runbooks/<page>.md   # wiki schema frontmatter
    
  5. 不直写正式 wiki/,不宣称已同步(控制面专属权力)。

何时停止

  • 三类过程资产均缺失 → 停止,提示先跑 /rd:validate 与 /rd:backfill(人工版)。
  • 无可复用稳定结论 → 产出空索引候选并说明理由,不凑数。

人工确认

— 候选经 GUI 验收导入后才建基线;comparable=false 时不下优劣结论。

与 /rd:backfill 的关系

  • /rd:backfill = 人工版(人主导列清单);本命令 = 自动版(Agent 起草);
  • 两者产物同管道同门禁,可并存对照(同 commit 质量对照机制既有)。
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 39 lines · 0 tokens per session scan A e4a72c47d9ca

Subscribe to this mod's changes

backfill-auto is a command published in the GitHub repository alisunstar/OpenSunstar (40 stars, last pushed 18d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 568 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.