issues Search Results · language:Dune language:JavaScript language:JavaScript language:TypeScript language:Java linked:pr
Filter by
6.7M results
課題
作者個人の AI 開発自動化が repo に同梱されている。OSS 利用者には不要で、CLAUDE_CODE_OAUTH_TOKEN secret も要求する。
- .claude/skills/refactor-analyst-backend, refactor-analyst-frontend, refactor-builder
- .claude/agents/reviewer.md ...
ci
github-actions
課題
backup/restore が専用 S3 バケット + 専用クレデンシャル(BACKUP_S3_* 4 変数)+ docker 内 pg_dump + 日次 workflow で構成されている。個人運用前提で重く、OSS
利用者の初期セットアップ負荷になる。
対応案
- 既定構成から backup/restore を外し、DB / ストレージ各プロバイダのバックアップ機能(例: Neon ...
operations
課題
同じ環境変数リストが複数箇所に重複している。
- deploy.yml: migrate 用 env: と heredoc の .env 組み立てで二重定義
- backup.yml: 同じリストを再掲
- ci.yml: 全変数を dummy で列挙
変数を 1 つ追加・改名するだけで複数ファイルの修正が要る。登録すべき GitHub Secrets も environment ...
ci
operations
課題
src/app/config.ts の loadConfig() が全変数を requireEnv で無条件に必須化している。local 開発でも CLOUDFLARE_ACCOUNT_ID / CLOUDFLARE_API_TOKEN /
BACKUP_S3_* が必須になり、.env.example が dummy 埋めを強制している。
対応案
- loadConfig() を ...
backend
operations
Child of #1027 (ADR 0104 step 7 — run-scoped shared integration stage).
First real shared-stage migration. Adds the deterministic, file-derived nsToken(metaUrl) namespacing helper to
_stage-name.ts (collision-free ...
status:triaged
type:chore
DESCRIPCIÓN: Se detectaron dos problemas de UI en home, Icono de favorito en las product cards no visible: En las cards
de producto, el icono de favorito (corazón) no se muestra correctamente; aparece ...
FRONTEND
Summary · bug · @real-router/search-params
Under numberFormat: auto , the string -0 (and -0.0, …) decodes to the number -0, which does not round-trip: String(-0)
=== 0 and build(-0) emits 0, so the leading ...
bug
priority: low
目的
カバレッジゲート(floor line92/func88)に対し手薄な critical path のテストを埋め、巨大ファイル src/mcp/server.ts(1507 行)を分割して保守性・feature velocity
を上げる。
現状(検証済み)
- 未テスト/薄い critical path:
- src/cli/commands/init.ts(config ...
refactor
test
目的
0.1.13 で有効化した外部 embedding バックエンド(OpenAI / Voyage)の egress 経路を本番運用に耐える堅牢性にする。現状は retry/backoff なし・batch/token
上限なし・次元不一致の無言劣化という実在のギャップがある(slackFetch は ADR-0019 で retry 済みなのに embedding は未対応)。
現状(検証済み) ...
feat
Is there an existing issue for this?
- [x] I have searched the existing issues
What happened?
For Vercel preview/app domains, www. project .vercel.app usually only works if explicitly configured. ...
type:bug

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.