From ceae6bbcb179746bab42f91b7a79d0606a9d902d Mon Sep 17 00:00:00 2001 From: Yuma Endo Date: Fri, 14 Aug 2026 16:53:28 +0900 Subject: [PATCH] docs: drop changelog entries for tooling this repository does not have The Development Tools list in the v0.1.0 notes names three things that are not in the tree: a project documentation file, a set of git hooks, and a VS Code configuration. None of the three appears anywhere in the history, and nothing in the documentation explains how one would install the hooks. The coding style guide is the only entry that names something real. The list is published as part of the documentation site, so it sends readers looking for files that are not there. --- docs/sphinx/source/changelog.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/sphinx/source/changelog.rst b/docs/sphinx/source/changelog.rst index 7cdcb9e..86aac53 100644 --- a/docs/sphinx/source/changelog.rst +++ b/docs/sphinx/source/changelog.rst @@ -85,9 +85,6 @@ Development Tools ^^^^^^^^^^^^^^^^^ - Coding style guide (``CODINGSTYLE.md``) -- Project documentation (``CLAUDE.md``) -- Git hooks for code quality -- VS Code configuration for development Known Issues ~~~~~~~~~~~~