-
-
Notifications
You must be signed in to change notification settings - Fork 0
decision structure state form edge binding
判断構造エントリの state 形は全 entry に要求するのか。既存の event 形エントリはどう扱うのか。
エッジ(特に supersede / conflict)を宣言する entry は state 形必須。エッジを持たない確定 entry は event 形のまま可。 一括移行はしない。
変換は convert-on-touch: update 分岐と supersede 分岐で当該 entry に触れるとき、その編集の瞬間に state 形化とエッジ描画を済ませる。後日の移行パスに回さない。
- depends on: 判断記録 artifact を「履歴」から「構造」へ rename + 意味 shift — state 形 / edge taxonomy を導入した判断。本 entry はその要求の適用範囲を条件付ける
- relates to: Hook-driven gate trigger — 「後で思い出して実行する」手順を構造に置き換える同型の判断(#1413)
wiki 監査(31 entry)で 26/31 が event 形だった(state 形は最新 5 件のみ)。当初「強制書き込みが量を生んだが構造を生まなかった」と診断したが、再検証で訂正した:
- live ノード間に supersede / conflict エッジがゼロなのは、大半が「まだ supersession が起きていないだけ」であり、書き手の描き忘れとは限らない。当初診断は over-claim だった
- 実在するズレは state 形 / event 形の不一致のみ
state 形が event 形に勝つのは判断が更新されるときだけである。エッジを持たない確定 entry を state 形に変換しても情報量は不変で churn しか生まない。逆にエッジを宣言する entry では、最新の判断状態が主語でなければ supersede 経路が現在 state に収束しない。
convert-on-touch は、既に load-bearing な書き込みが発生している瞬間に変換をピギーバックする。一括移行や「後で思い出して移行」は recall 依存であり、recall が落ちる側であることは #1413 で観測済み。
- 既存 26 件の event 形 entry を一括で state 形へ移行しない
- 既存 entry を遡及書き換えしない(forward guidance)
- supersede / conflict エッジ語彙そのものの温存 / 削除判断は別軸(実 supersession が複数回起きてもエッジが描かれない場合に subtractive 判断する)
- L2 Evolution のみ。L1 不触
採用 = エッジ有無への条件結合 + convert-on-touch。Master go-sign「a」。
却下 = 全 entry へ state 形を一律要求(エッジ無し確定 entry では churn のみ)。却下 = 既存 26 件の mass-migration(同上、かつ遡及書き換えの禁止と衝突)。却下 = 変換を後日の移行パスに回す(recall 依存で実行されない)。
この Wiki は、Li+ に基づく開発・運用を支えるための情報整理空間です。
数字で始まるページは、 Li+プログラムの各レイヤーの仕様を定義するページです。
- 要求(何を満たすか)と仕様(どう振る舞うか)を一体として記述する
- 実装前に作成または更新する
- issue群から採用された要件を集約する
これらのページは 安定性と一貫性を重視して管理されます。
アルファベットで始まるページは、 Li+の構想・設定・導入手順などの参照用ページです。
- 設計思想・背景
- 設定リファレンス・インストール手順
これらのページは 必要に応じて更新・拡張されます。
リポジトリ内の rules/**/*.md(L1–L4 の常時ロード分、subdir 含む)、skills/**/SKILL.md(トリガー起動分)、adapter/claude/CLAUDE.md、adapter/claude/hooks-settings.md、adapter/claude/hooks/*.sh、adapter/codex/AGENTS.md、およびルート直下の Li+config.md、Li+update.md は、
AIやランタイムが直接読む実行用プログラム / 定義ファイルです。
-
docs/は人間向けの仕様書・要求仕様・手順書 -
rules/,skills/および adapter / update は実行時に読み込まれる本体
両者は対応しているが、役割は同じではない。
Home | 1. Model | 2. Evolution | 3. Task | 4. Operations | A. Concept
要求仕様書 (1-6)
参考文書 (A-K)
- A. Concept
- B. Configuration
- C. Update
- D. Installation
- DiDD(対話駆動開発)
- E. Li+ language
- F. Behavior-First
- G. Sheepdog Engineering
- H. Roles and Evaluation
- K. Source File Format
判断構造
- Decision Structure
- layer reorg rationale
- github app user-to-server token expiration
- sheepdog engineering concept
- prerelease tag recovery procedure
- release flip drift patterns
- Li+ long-term vision (feedback only)
- Master role as client-architect
- current architecture as concession
- Li+ license Apache-2.0 rationale
- Character_Instance evolution history
- prompt as emotion vector controller
- agentic-search five-phase refactor
- Character_Instance output-styles migration
- Li+ lightening L1 gate override
- subagent state-machine label mechanism
- LSP integration out of scope
- Character_Instance opt-in and surface scope
- parallel-subagent-eval three-axis decomposition
- parallel-subagent-eval cost acceptance
- parallel-subagent-eval model floor
- release version rule always-on relocation
- bootstrap walkthrough skip and gh install relocation
- wiki sync sidebar integrity check
- decision structure rename rationale
- decision structure industry positioning
- subtractive structural beauty framing
- Li+ authorship is collaborative
- Li+ design intent vs current limit
- Li+ history is empirical
- Master verification at runtime not spec
- rules cache fetch address table
- dialogue-evaluator scoring redesign
- Li+ always-on footprint is load-bearing
- DiDD umbrella naming
- milestone subsystem removal
- L1 brake 2 root-criteria evaluator
- Hook-driven gate trigger
- dynamic-workflows non-adoption
- ACE context-engineering non-adoption
- memory GraphRAG SQLite exploration
- Li+ context-rot tension
- Li+ structure as retrieval surface
- 常時ロード分の重複を削る向き
- Li+ evaluation criterion
- Li+ self-evolution lineage
- Li+ judgment-learning telos
- Sheepdog Engineering publish intent
- Implementation always delegated
- brake evaluator baseline integrity
- brake1 single-round cap
- skill の発火条件は description 内に置く
- subagent parallel-width cap
- brake1 operational-copy target-conditional
- wiki sync code-notation strip
- wiki sync drift-targeted mirror
- decision structure writer surface activation
- decision structure state-form edge binding
- Neuron Graph RAG integrated prototype
- issue 完了条件フィールドの射程