docs: add RuntimeHost README and shared appsettings guide#20
Open
ssaattww wants to merge 10 commits into
Open
Conversation
## 背景 - Markdown 用語検査で、ホワイトリスト定義自体も単体確認できる状態が必要だった - alias に別概念が混ざっており、許可語の意味範囲が広がっていた ## 変更内容 - tools/lint/markdown-whitelist.yaml の alias を表記揺れに寄せ、別概念は個別 term に分離した - スナップショットを一般表記として追加し、render snapshot などの複合語は英語複合語として維持した - 既存の一時許可語一覧を削除し、承認済みの複合語登録へ置き換えた ## 検証 - node .agents/skills/review-enforcer/scripts/check-markdown-whitelist.js --stdin tools/lint/markdown-whitelist.yaml --list-unknown < tools/lint/markdown-whitelist.yaml - node .agents/skills/review-enforcer/scripts/run-cspell-markdown.js tools/lint/markdown-whitelist.yaml - git diff --check -- tools/lint/markdown-whitelist.yaml
## 背景 - report 以外の Markdown lint 対象文書について、英単語混在とホワイトリスト候補の整理を進めていた - gpt-5.5 high の分担作業結果と提案 report が未 commit のまま残っていたため、作業ツリーを clean にする必要があった ## 変更内容 - Tracker/Design 配下の設計文書で、日本語化できる語を整理した - Tracker/Design/tasks-status.md に Markdown lint 作業の進捗を反映した - doc-lint 関連の調査、分担作業、ホワイトリスト提案 report を reports/ に追加した ## 検証 - git diff --cached --check - node .agents/skills/review-enforcer/scripts/list-markdown-targets.js --changed --print0 | xargs -0 -r ./node_modules/.bin/textlint --config .textlintrc.json --rulesdir .agents/skills/review-enforcer/scripts/textlint-rules - node .agents/skills/review-enforcer/scripts/list-markdown-targets.js --changed --print0 | xargs -0 -r node .agents/skills/review-enforcer/scripts/run-cspell-markdown.js は未整理語が残って失敗 - npm run lint:md:whitelist -- --changed --list-unknown は未整理語が残って失敗
## 背景 - 無理に日本語化した設計書と README はいったん立ち戻り、先に lint の仕組み側を作り込む方針になった - ホワイトリストや lint 仕組みは再利用するため、この commit では本文資料だけを対象にする ## 変更内容 - Tracker/Design 配下の本文設計書を f5482ab 時点へ戻した - README.md、Tracker.CaptureReplay、Tracker.DebugHost の README を同じ時点へ戻した - f5482ab 時点に存在しなかった Tracker/README.appsettings.md と Tracker.RuntimeHost README を削除した ## 検証 - git diff --cached --exit-code f5482ab -- README.md Tracker/README.appsettings.md Tracker/Tracker.CaptureReplay/README.md Tracker/Tracker.DebugHost/README.md Tracker/Tracker.RuntimeHost/README.md Tracker/Design/Core/tracker-architecture-plan.md Tracker/Design/Core/tracker-core-engine-detail-design.md Tracker/Design/Core/tracker-history-000-038.md Tracker/Design/Core/tracker-test-maintainability-detail-design.md Tracker/Design/DebugHost/debug-host-cli-ui-detail-design.md Tracker/Design/DebugHost/debug-host-maintainability-design.md Tracker/Design/DebugHost/raw-vision-viewer-plan.md Tracker/Design/RuntimeHost/runtime-host-plan.md - git diff --cached --check
Member
Author
|
ChikkarPy 対応を追加しました。
検証:
共有スクリプト側の PR: ssaattww/CodexSkill#39 |
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.
Summary
Validation
npm run lint:md:textnode .agents/skills/review-enforcer/scripts/list-markdown-targets.js --files tools/lint/README.md --print0 | xargs -0 -r node .agents/skills/review-enforcer/scripts/run-cspell-markdown.jsPATH="$PWD/.codex-doc-lint-venv/bin:$PATH" npm run lint:md:vocab -- --files tools/lint/README.mdPATH="$PWD/.codex-doc-lint-venv/bin:$PATH" printf 'SudachiPy\n' | PATH="$PWD/.codex-doc-lint-venv/bin:$PATH" npm run lint:md:whitelist -- --stdin tools/lint/README.md --list-unknowngit diff --checkreports/doc-lint-002-review-r2-20260517104319.md, no findingsNotes
npm run lint:md:whitelistand fullnpm run lint:mdintentionally fail until the whitelist is rebuilt from the new vocabulary inventory, because SudachiPy now detects Japanese noun tokens in prose and whitelist descriptions.tools/lint/markdown-whitelist.yamlchanges in this PR are limited to user-reviewed minimal terms:Markdown,リンク,SudachiPy,Python, andJavaScript.