Bound agent skill catalogs and add deterministic discovery filters
まだ誰も着手していません。
評価
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 初心者へのやさしさ
- 45/100
- issue の種類
- 機能追加
- 明瞭さ
- おおむね明確
- 活発さ
- 活発
- 技術スタック
- node.js, typescript
- 領域
- cli, testing-qa, tooling
調査の方向性
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
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
TanStack/intent のほかの issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
難易度 5/5 1週間以上 初心者へのやさしさ 45/100
-
難易度 4/5 3〜5日 初心者へのやさしさ 48/100
-
難易度 5/5 1週間以上 初心者へのやさしさ 35/100
-
enhancement
難易度 5/5 1週間以上 初心者へのやさしさ 35/100
TanStack/intent の issue をすべて見る
似ている issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
mksglu/context-mode#1200 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
jaegertracing/jaeger-ui#4506 ·
-
area:desktop area:ui bug platform:macos
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
anthropics/claude-code#96687 ·
-
good first issue
難易度 1/5 1時間未満 初心者へのやさしさ 95/100
AOSSIE-Org/DebateAI#582 · コメント 2 件 ·