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

Bound agent skill catalogs and add deterministic discovery filters

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

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

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
45/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
活発
技術スタック
node.js, typescript

調査の方向性

packages/intent/src/commands/list.ts と packages/intent/src/hooks/install.ts から始め、次に evals/intent-discovery/README.md に記載されている既存の eval harness を実行します。決定論的な検索および予算のインターフェースを定義する前に、現在のカタログ、フィルタリング、読み込みの動作を追跡します。記載された受け入れテストと eval の測定で、順序、上限超過、編集、完全な本文、該当なしの結果がカバーされれば完了です。

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

説明

Problem

Skill bodies load on demand, but discovery context grows with every permitted skill. Hooks emit all identifiers and descriptions, and list output offers no result budget or package/path filtering.

Evidence

With one short skill per synthetic package, compact identifier/description catalogs measured 1,009 bytes for 10 skills, 10,279 for 100, and 52,279 for 500. The hook maps over all skills; its session-start matcher includes startup, resume, clear, and compact. Live agent reinjection behavior and actual token counts were not measured.

Sources: list output, hook catalog, existing eval harness.

Verified against main at 206e987 (@tanstack/intent 0.3.8), Node v24.12.0 on macOS arm64. Tests used installed dependencies and synthetic local fixtures.

Acceptance criteria

  • Define a deterministic package/path filtering or search surface using existing identifiers and metadata.
  • Agent catalog output has an explicit byte/character budget, visible omitted-result count, and a way to retrieve remaining results.
  • Policy filtering and hidden-source redaction apply before results are exposed.
  • Loaded instruction bodies remain complete; catalog limits do not silently truncate instructions.
  • Tests cover 10, 100, and 500-skill catalogs, deterministic ordering, overflow, and no-match cases.
  • Extend the existing eval harness to record context bytes, correct selection, and unnecessary loads without equating smaller output with better task quality.

Scope and priority

Priority: High. Type: feature.

Follow-up release; not a v0.4.0 blocker. Coordinate diagnostics with #222. No embeddings, vector database, daemon, or new evaluator.

主要言語
TypeScript
スター
331
フォーク
22
平均マージ
12時間 17分
マージ済み PR(30日)
51

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

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

TanStack/intent のほかの issue

TanStack/intent の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

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

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