STEP 1403 — rei-scout v0.3 承認 → 制作 flow template 標準化

workflow discipline backward compat 100% Date: 2026-08-24 / rei-scout local (Downloads/) + rei-aios docs

1. Gap 1 fix

STEP 1400 で 91 review 候補 + weekly cron setup 完了、 但し 「承認 → 制作」 flow が 未定義 で 各承認が 個別 arc に stance judgment 依存 = 91 件 一つずつ 対応する 負担 (Gap 1)。 藤本さん directive で 5 category 分類 + spike step template 標準化。

2. 5 category

category意味spike step実装 scope
import-as-mcp外部 MCP として そのまま使用5 step (~30-60 分).mcp.json 設定 + smoke test
port-to-reiRei stack に 移植10 step (~数時間-数日)別 STEP + test + site 反映
cite-only参照のみ3 step (~15 分)memory link + bibliography
defer保留1 step (~5 分)review_after 日付 note
reject適合しない1 step (~5 分)reject_reason note

3. 実装 (rei-scout v0.3)

rei-scout local (Downloads/rei-scout/)

rei-aios (git 管理)

4. CLI 動作 verify

$ python -m scout progress
総判断数: 18
decision 別: {'approved': 11, 'deferred': 6, 'rejected': 1}

category × integration_status:
  uncategorized (18): not-started=18       ← v0.2 既 entries backward compat

$ python -m scout approve TECTOS-JP/lab-visa-mcp \
    --category import-as-mcp --integration-status not-started "..."
[approved] TECTOS-JP/lab-visa-mcp  (2026-08-23T22:41:41+00:00)
  category: import-as-mcp
  integration: not-started
-- 設定ひな形(貼り付ける前に必ずコードを読んでください)--
{ "mcpServers": {...} }
-- 次手 spike template: docs/CATEGORIES.md § import-as-mcp --

$ python -m scout progress
category × integration_status:
  import-as-mcp (1): not-started=1        ← retroactive classify 反映
  uncategorized (17): not-started=17

5. Backward compat 100%

既 18 decisions.json entries (STEP 1400 以降 藤本さん or 別 session 記録) は 全 category 欠如 = v0.3 で uncategorized 扱い、 rewrite しない。 藤本さんが 順次 approve --category X で retroactive classify 可能。

6. Rei stack traceability

7. Success pattern (既 arc から)

category備考
import-as-mcpTECTOS-JP/lab-visa-mcp2026-08-24 retroactive classify (実装 未着手)
port-to-reiSTEP 1399 Kernighan bit-clear hardwarerei-scout 経由ではない が pattern 同型 (1970s 既知 idea の Rei stack 内 再表現)
deferdaqifi/daqifi-coreNyquist hardware 保有時のみ approve
cite-onlySTEP 1364 CHECKER_SPEC_v0chat-Claude 出力を asset として 参照

8. 週次 review batch workflow (推奨)

# 1. pending 確認
python -m scout pending --min-score 60 --limit 25

# 2. batch 5-10 件 review (藤本さん judgment)
for each top repo:
  python -m scout show <repo>
  # GitHub URL で README 目視 (60K 上限 補完)
  python -m scout approve/reject/defer <repo> --category X

# 3. 進捗
python -m scout progress

# 4. port-to-rei の場合 = 別 session で 実装 → 完了後
python -m scout approve <repo> --category port-to-rei --step N --integration-status done

9. Honest scope (7 条)

  1. template は 目安、 例外 OK、 「不要 step で 時間浪費しない」 principle
  2. novelty ゼロ = OSS integration workflow は 標準 pattern、 novelty は Rei stack 内 discipline 化のみ
  3. backward compat 完全 = v0.2 既 18 entries は uncategorized、 rewrite しない
  4. 90 日 defer review は 手動 (auto reminder は v0.4+ candidate)
  5. AGPL port は 別 workflow (Rei stack 全体 copyleft 汚染回避、 case-by-case audit)
  6. README 60K 検査 gap は port-to-rei step 2 source review で 補完、 全 code 通読は 現実的でない
  7. integration-status=done は 実装完了 marker のみ = 品質保証 or 保守 commitment ではない

10. 次 candidate (別 STEP)

11. 関連


STEP 1403 — Rei stack / rei-scout v0.3 / 2026-08-24