このリポジトリにおける Issue の管理および同期に関する運用ルールです。 These are the operational rules for managing and synchronizing issues in this repository.
本プロジェクトでは、上流の Issue トラッカー (GitHub 互換 API) とローカルの Markdown ファイルを同期させて開発を進めます。 In this project, development proceeds by synchronizing the upstream issue tracker (GitHub-compatible API) with local Markdown files.
node tools/scripts/sync_issues.mjs を実行して、リモートの最新状態を docs/issues/ に反映、またはローカルの新規 Issue をリモートに作成します。 Run node tools/scripts/sync_issues.mjs to reflect the latest remote state in docs/issues/ or create new local issues on the remote.docs/issues/ は .gitignore により Git 追跡から除外されています。 docs/issues/ is excluded from Git tracking via .gitignore.state を closed にして同期スクリプトを実行すると、手動クローズ用のURLが表示されます。 After completing work, set the state of the local Markdown to closed and run the sync script to display the URL for manual closing.closed になった Issue は、同期スクリプト実行時にローカルの Markdown ファイルが自動的に削除されます。 Issues that are closed on the upstream tracker side will have their local Markdown files automatically deleted when the sync script is run.