chore(li+): regenerate .claude adapter to build-2026-05-03.3 (#219)#220
Merged
liplus-lin-lay merged 1 commit intoMay 6, 2026
Conversation
Replace legacy CLAUDE.md adapter (Always_Character / Li+core.md / Li+github.md format) with the current sentinel-bracketed adapter for Li+ tag build-2026-05-03.3. Mirror rules/, skills/, hooks/ from the liplus-language source tree and render the Li+-owned settings.json template. Preserve .claude/settings.local.json and Li+config.md. legacy 形式の .claude/CLAUDE.md を sentinel 付き現行 adapter に再生成 し、rules/ skills/ hooks/ settings.json を current Li+ tag に整合さ せた。ユーザー所有の settings.local.json と Li+config.md は touch せ ず、Character_Instance は default テンプレートを新規作成している。 Refs #219
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
github-webhook-mcp | 136dc28 | May 06 2026, 02:44 PM |
liplus-lin-lay
commented
May 6, 2026
Member
Author
liplus-lin-lay
left a comment
There was a problem hiding this comment.
Self-review (auto mode)
issue body の constraints をすべて満たしていることを確認。
- sentinel
# --- Li+ BEGIN (build-2026-05-03.3) ---付与確認 (.claude/CLAUDE.md L1) - rules/skills mirror 完全一致 (liplus-language@build-2026-05-03.3 から 34 rules + 28 skills)
- character_Instance.md は Create-only パスで default template が新規作成された (target 不在のため)
- settings.local.json / Li+config.md は未変更 (target 不在 / 保全)
- adapter 入れ替えのみで docs/ 影響なし
- CI 全 green (test / CI / Workers Builds)
- mergeable=CLEAN
approve, merge する。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #219
概要
.claude/CLAUDE.mdを legacy 形式 (sentinel 不在 /Always_Character/Li+core.md+Li+github.md方式) から現行 adapter (# --- Li+ BEGIN (build-2026-05-03.3) ---sentinel 付き /Character_Instance/rules/+skills/構造) に再生成した。同時に target に存在しなかった.claude/rules/,.claude/skills/,.claude/hooks/,.claude/settings.jsonを Li+ tagbuild-2026-05-03.3の source ツリーから整合的に生成している。変更点
.claude/CLAUDE.md—liplus-language/adapter/claude/CLAUDE.mdから再生成 (sentinel ペア + Character_Instance + workspace language contract + webhook delivery 節)。.claude/rules/—model/,evolution/,task/,operations/を recursive mirror。character_Instance.mdは Create-only 規則に従い、target 不在のため default テンプレートで新規作成。.claude/skills/<name>/SKILL.md— flat mirror (28 skills)。.claude/hooks/{on-session-start,on-user-prompt,post-tool-use}.sh—{LI_PLUS_TAG}をbuild-2026-05-03.3に substitute、LF 改行で書き出し、executable bit を付与。.claude/settings.json—liplus-language/adapter/claude/hooks-settings.mdの JSON code block を render。UserPromptSubmitには bash hook +mcp_tool(get_pending_status) entry の両方を含む現行テンプレート。保全したもの
.claude/settings.local.json(touch せず)。Li+config.md(touch せず)。.claude/rules/model/character_Instance.mdは今回不在のため新規作成のみで、上書きは発生していない。release classification
milestone
v0.11.5(patch — adapter 同期、user 観測影響なし)。