Date: 2026-09-02 · Repo: fc0web/rei-aios · Scope: connector-graph + open-end-tags + ghost-wire-detector + time-connector-runtime
藤本さん directive: 「CF Pages 反映確認後、次の layer に進めて下さい」
STEP 1662 (sougou-external-connectors 3 本 v2) の CF 反映 verify 完了後、コネクタ系統 6 系統 第 3 layer = コンビナート 4 modules に着手。
4 module 全てが 共通 pattern の moduleInfo() を export。 学習者 or 開発者 が 各 module に 「何を 提供するか」 「どの STEP で 生まれたか」 「他 module と どう繋がるか」 「honest scope」 を 問い合わせ可能。
export const MODULE_VERSION = '2.0.0';
export const MODULE_INFO = {
name: ,
version: MODULE_VERSION,
step: ,
purpose: <1-sentence 目的>,
publicApi: [],
keyConcepts: [],
relatedModules: [<他 module への reference>],
honestScope: [<制約 / 対象外 の 明示>],
} as const;
export function moduleInfo(): typeof MODULE_INFO {
return MODULE_INFO;
}
| module | STEP | purpose | relatedModules |
|---|---|---|---|
connector-graph | 1448 | 端子基盤 の 中間表現 schema (4 NodeState + 8 OwnerKind + validateGraph)、コンビナート 全 module の 型 level 前提 | open-end-tags / ghost-wire-detector / time-connector-runtime (全 module 継承) |
open-end-tags | 1450 | 開放端 の 構造化 (生 string[] → 機械可読 OpenEndTag[])、次段 ghost-wire-detector の 原料 | connector-graph / ghost-wire-detector |
ghost-wire-detector | 1457 | ゴースト配線検出 (真だが不当 な 接続)、5 rules pure-function | connector-graph / open-end-tags |
time-connector-runtime | 1460 | 時間コネクタ maturation processor + persistence、副ライン discipline | connector-graph |
| test | 結果 |
|---|---|
test/step1671-combinato-module-info-test.ts (新規、 6 section 50 assertions) | 50/50 PASS |
test/step1448-connector-graph-schema-test.ts regression | PASS |
test/step1450-open-end-tags-test.ts regression | PASS |
test/step1457-ghost-wire-detector-test.ts regression | PASS |
test/step1460-time-connector-runtime-test.ts regression | PASS |
data/tabs/rei-aios-96/drafts/test/step1671-*.ts に 先に 作成 → 動作 verify → cp で test/ に promote → atomic-commit。 shared tree での destructive git ops (checkout/reset/stash/clean) は 実行禁止。docs/notepad/2026-09-02T??-??_STEP-1671_*.md に 実装完了記録 を 1 file 追加、pre-commit hook Section 5 が auto-mirror + manifest 再生成。| # | 系統 | 数 | STEP | status |
|---|---|---|---|---|
| 1 | sougou-connectors | 446 | 1657 | ✅ v2.0.0 (learn_path 追加) |
| 2 | sougou-external-connectors | 3 | 1662 | ✅ v0.2.0 (source_metadata 追加) |
| 3 | コンビナート | 4 | 1671 | ✅ v2.0.0 (moduleInfo 統一) |
| 4 | ソフト connector catalog | 3 | — | ⏸ 次 candidate |
| 5 | ハード connector template | 2 | — | ⏸ |
| 6 | agent connector | 6 pin | — | ⏸ |
src/aios/connector-graph/index.ts — MODULE_VERSION / MODULE_INFO / moduleInfo()src/aios/open-end-tags/index.ts — 同 patternsrc/aios/ghost-wire-detector/index.ts — 同 patternsrc/aios/time-connector-runtime/index.ts — 同 patterntest/step1671-combinato-module-info-test.ts — 新規docs/notepad/2026-09-02T23-36_STEP-1671_*.md — Principle C entrypublic/tools/step-1671-combinato-4-modules-v2/index.html — 本 page