issues Search Results · language:Edge language:TypeScript language:HTML language:Ruby language:HTML
Filter by
25.3M results
CI web-checks takes ~10 min because the type-aware eslint runs COLD every run. #570 switched to --cache-strategy content
(warm = ~4-6s) but the cache lives in node_modules/.cache/eslint/, which npm ci ...
area:infra
priority:p1
type:chore
親 Issue
#3262
背景
Master #3262 の調査で、AdSense 審査では 内部リンク切れがゼロ であることが信頼性の基礎要件。Portal は A5(架空記事の整理)で 10 本の記事を削除する予定があり、削除後に内部リンク切れが発生する可能性が高い。
本 Issue では、削除に伴う内部リンク切れの修正に加えて、今後のためにリンクチェックスクリプトを常設 し、再発を防ぐ。 ...
背景
ツールバーにボタンが10個横一列に並んでおり、横幅が長すぎる。機能の性質ごとにグループ分けし、コア操作だけを常時表示にしたい。
現状のボタン一覧(10個)
| # | ボタン | 使用頻度 |
| --- | --- | --- |
| 1 | 🎤 マイク + デバイス選択 | 高 |
| 2 | 📷 カメラ + デバイス選択 | 高 |
| 3 | 🪄 バーチャル背景 | 低 |
| ...
概要
/api/chat-search の parseClaudeCriteriaResponse は Claude の返答 JSON をそのまま SearchCriteria 型として扱い、in-memory の
filterProperties() に流す。 現状は実害なし(GROQ を介さないため)だが、ロードマップ(v0.2.0)で chat-search → query-build → ...
hardening
refactor
security
概要
ChatPanel の useEffect で末尾までスクロールする処理が、依存配列 [] のためマウント時のみ実行される:
// apps/web/src/components/chat/ChatPanel.tsx:45-50
useEffect(() = {
scrollRef.current?.scrollTo({
top: scrollRef.current.scrollHeight, ...
fix
Parent PRD
#202
What to build
The thinnest end-to-end path: when a user logs in and check_in() returns xp_awarded 0, show a dedicated full-screen
daily-bonus screen instead of the transient toast. The ...
enhancement
Deferred from PR #24
These items were identified during the PR convergence loop but deferred because they are nits or suggestions after
round 1. They do not block the merge but should be addressed.
...
agent-work
概要
/api/chat-search の SSE は Anthropic SDK 等の内部エラーメッセージをそのまま type: error イベントで返している:
// apps/web/src/app/api/chat-search/route.ts:146-147
const errMessage = error instanceof Error ? error.message : String(error); ...
fix
hardening
security
Deferred from PR #23
These items were identified during the PR convergence loop but deferred because they are nits or suggestions after
round 1. They do not block the merge but should be addressed.
...
agent-work

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.