-
Notifications
You must be signed in to change notification settings - Fork 0
READMEをリファクタリング: セットアップ情報を分離し記事一覧を表示 #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
Co-authored-by: goataka <36522098+goataka@users.noreply.github.com>
Co-authored-by: goataka <36522098+goataka@users.noreply.github.com>
Co-authored-by: goataka <36522098+goataka@users.noreply.github.com>
Co-authored-by: goataka <36522098+goataka@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Move setup information to separate markdown file
READMEをリファクタリング: セットアップ情報を分離し記事一覧を自動生成
Dec 13, 2025
goataka
requested changes
Dec 13, 2025
README.md
Outdated
|
|
||
| 記事一覧の更新方法: `python3 generate_article_list.py` を実行して出力をREADMEに反映してください。 | ||
|
|
||
| - [アップロードテスト用サンプル記事 ver.3](./public/sample-upload-test.md) (更新: 2025-12-13) |
Owner
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot アップロードテストの記事はここから消し、元のmdも削除してください。
なお、pythonファイルは使わないので、アップしなくてよいです。
Contributor
Author
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
対応しました(コミット a2f22e8)。以下の変更を実施しました:
- アップロードテスト記事を削除:
public/sample-upload-test.mdpublic/アップロードテスト用サンプル記事_ver.3.md
generate_article_list.pyを削除- READMEから該当記事を削除し、記事数を18件に更新
- Pythonスクリプトの使用方法の記載も削除
Co-authored-by: goataka <36522098+goataka@users.noreply.github.com>
Copilot
AI
changed the title
READMEをリファクタリング: セットアップ情報を分離し記事一覧を自動生成
READMEをリファクタリング: セットアップ情報を分離し記事一覧を表示
Dec 13, 2025
goataka
approved these changes
Dec 13, 2025
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.
READMEが長くなっていたセットアップ情報を別ファイルに分離し、記事一覧を表示するように変更。
変更内容
記事一覧は手動で管理され、更新日の新しい順に並べられています。
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.