Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Add summary replacement for excluded lockfiles/generated files

オープン
#189 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

メンテナーはふだん 1 日以内に返信

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
55/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
活発
技術スタック
git, go
領域
cli

調査の方向性

Start by tracing how files exceeding MAX_TOKENS are excluded from the diff, then inspect the user-prompt construction and the --compact-summary git output. Decide how well-known generated files should be recognized and summarized, with the completed behavior replacing eligible excluded files with summary lines while leaving other exclusions unchanged.

索引モデルが issue の本文から書いたものです。

説明

Currently, files that exceed the MAX_TOKENS limit are simply excluded from the diff sent to the LLM. For well-known generated files (lockfiles, minified assets), we should replace them with a summary line instead of excluding them entirely.

For example:
... (lockfile updated: X dependencies added, Y removed)

This could use the --compact-summary git output in the user prompt, or implement a lightweight summary generator for excluded files.

Originally identified in #183 - Smart Token Budgeting & Large Diff Truncation.

主要言語
Go
スター
0
フォーク
0
平均マージ
14時間 31分
マージ済み PR(30日)
10

環境構築

このプロジェクトの環境構築ファイルはまだ確認していません。まず README を読み、一般的な手順ははじめてのコントリビューションガイドを参照してください。

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

rm-hull/git-commit-summary のほかの issue

rm-hull/git-commit-summary の issue をすべて見る

似ている issue

Go の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。