issues Search Results · language:Dune language:Python language:JavaScript linked:pr language:CSS language:Java
Filter by
6M results
Bug
lib/format.ts — formatSize is missing a GB tier. Files whose size is 1 GB or larger fall through to the MB branch and
display as 1024.0 MB, 2048.0 MB, etc. instead of 1.0 GB.
Reproduction
formatSize(1_073_741_824) ...
A doc review against the working system found the operational sections (auth, Dispatch/WatchPaths, delivery,
troubleshooting) accurate, but older sections have drifted:
1. Project Structure tree stale ...
📊 AI R D Action Plan Weekly Report
- レポート日時: 2026-06-12 02:05
- 調査期間: 2026-06-05 ~ 2026-06-11
- 使用モデル: gemini-3-flash-preview
💡 質疑応答について このレポート内容について質問したい場合は、コメントで @claude または @gemini-cli ...
gemini-3-flash-preview
weekly-report
背景
v0.3 候補。法人番号(国税庁が公開している 13 桁の法人識別番号)の認識器を追加する。マイナンバーと違い公開情報だが、B2B 契約やベンダー管理のログで第三者向けマスクが必要なケースが多い。設計が MY_NUMBER
と並行するため低リスクで実装できる。
仕様
国税庁の「法人番号公表サイト」の番号構成:
- 13 桁の数字
- 1 桁目(最上位)= チェックディジット
...
enhancement
recognizer
Pre-flight Checks
- [x] I have searched existing issues and this is not a duplicate
- [x] I understand this issue needs status:approved before a PR can be opened
Bug Description
The frontend has ...
bug
status:approved
Repro
pip install .
qualityscaler --help
Observed
The bootstrap shim (qualityscaler.cli) builds the isolated runtime via iso_env with RUNTIME_PYTHON_VERSION = ==3.10.*
and fails during dependency resolution: ...
Parent
#373
What to build
Add GameState.get_or_none(key: str, expected_class: type[T]) - T | None to engine/state.py, alongside the existing get,
pop, has, etc.
Behavior:
- If key is not present ...
ready-for-agent
Problem
status.py appends work_orders to its line only when the count is truthy (non-zero):
line = (f [status] disposition={disposition} work_items={work_items} )
if work_orders:
line += f work_orders={work_orders} ...
目的
brake 1 (skills/parallel-subagent-eval) の eval subagent に最低モデル床 (opus 級) を構造として保証する。現状の spawn
手順にはモデル指定が無く、親セッションのモデルを暗黙継承するため、親が sub-opus (sonnet / haiku)
で動いている場合に評価品質の床が静かに下がる。
前提
- Claude Code ...
done
ready
spec
Symptom
The v3 autonomous loop merges impl PRs into the spec branch instead of main, orphaning the impl content. The daemon then
marks the issue `foreman:done` because the PR s `is_merged` flag is True ...

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.