[codex] Add external reference audit playbook#49
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Appendix B/C の運用・トラブルシューティングに「外部リンクの到達性」だけでなく「公式情報の鮮度(plan/preview/quota/課金/権限/API 名など)」も監査対象に含めるためのプレイブックを追加し、公開用 docs/ を再生成して GitHub Pages と整合させる PR です。
Changes:
- 付録Bに「外部リンク棚卸し / 公式情報鮮度確認」の推奨手順・停止条件・evidence を追加
- 付録Cの「ドキュメントのリンク切れ / ビルド失敗」に、到達するが情報が古いケースと最小対処を追加
src/の更新内容に合わせてdocs/を再生成
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/appendices/appendix-b/index.md | 外部リンク棚卸しと公式情報鮮度確認のプレイブックを追加 |
| src/appendices/appendix-c/index.md | 外部リンクの「到達性」以外(情報の陳腐化)も含む対処・再発防止を追記 |
| docs/appendices/appendix-b/index.md | 上記 Appendix B 変更の生成物反映 |
| docs/appendices/appendix-c/index.md | 上記 Appendix C 変更の生成物反映 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Collaborator
Author
|
Copilot review の本文とインラインコメントを確認しました。
そのため追加修正は不要と判断します。 |
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
docs/fromsrc/so GitHub Pages content stays aligned.Refs itdojp/it-engineer-knowledge-architecture#152
Validation
git diff --checknpm testnpm run check-external-links(65 unique external links)node /home/devuser/work/CodeX/booksB/.codex-local/tmp/book-formatter/scripts/check-unicode.js docs --allowlist .book-formatter/unicode-allowlist.json --fail-on warnnode /home/devuser/work/CodeX/booksB/.codex-local/tmp/book-formatter/scripts/check-textlint.js docs --fail-on errornode /home/devuser/work/CodeX/booksB/.codex-local/tmp/book-formatter/scripts/check-links.js docsnode /home/devuser/work/CodeX/booksB/.codex-local/tmp/book-formatter/scripts/check-layout-risk.js docs --fail-on error --output /home/devuser/work/CodeX/booksB/.codex-local/tmp/github-agentops-layout-risk.jsonnode /home/devuser/work/CodeX/booksB/.codex-local/tmp/book-formatter/scripts/check-markdown-structure.js docs --fail-on error --output /home/devuser/work/CodeX/booksB/.codex-local/tmp/github-agentops-markdown-structure.jsonBUNDLE_PATH=/home/devuser/work/CodeX/booksB/.codex-local/tmp/bundle-github-agentops bundle exec jekyll build --source docs --destination /home/devuser/work/CodeX/booksB/.codex-local/tmp/github-agentops-site --baseurl /GitHub-AgentOps-bookNotes