issues Search Results · language:Dune language:Python language:JavaScript language:JavaScript linked:pr language:JavaScript
Filter by
4.5M results
Problem
Several robustness gaps in global_index.py:
- _registry_lock (55-65) uses blocking fcntl.lockf(LOCK_EX) with no timeout — a stuck peer hangs the process forever.
- _load_registry path.read_text() ...
area: registry
bug
severity: high
Problem
lint._check_broken_links (commands/lint.py:99-113) resolves [[concepts/foo#heading]] to concepts/foo#heading.md (does
not exist) → false broken link. _count_inbound_links (lint.py:304-315) only ...
area: compile
bug
severity: medium
Problem
query._slugify (commands/query.py:172-178) strips all punctuation; a question containing only punctuation yields .
_file_back then writes to knowledge/qa/.md — a hidden, broken file.
Fix
When ...
area: compile
bug
severity: medium
Problem
ProjectConfig (models.py:35-44) only validates that timezone is a non-empty string. An invalid value like Mars/Phobos
raises ZoneInfoNotFoundError inside query._file_back (commands/query.py:196) ...
area: cli
bug
severity: high
Problem
The Background Jobs table (/system/jobs → AdminPage JobsTable) renders raw last_status (STATUS_TONE: failure→red), so a
transient/retrying/restart-reaped/stale-manual job paints the same red as ...
Problem
A user-configured daily_dir/reports_dir of ~/.claude/daily is stored as Path( ~/.claude/daily ) and never expanded.
Callers then anchor it under repo_root, creating a literal ~ directory inside ...
area: config
bug
severity: high
Problem
compile, migrate, rename-catalog, init all accept --path PATH to target a repo without cd-ing into it. query and lint do
not — inconsistent DX, forces users to change directory.
Fix
Add --path ...
area: cli
enhancement
severity: medium
verdict/発議の事後結果を data/verdict-outcomes.json に記録し、Value ヘッダ『的中率』を hits-misses
で表示(resolved 0時)。早6月の検証済み売り3件をhit、直近はpendingでseed。判断の質を測る学習ループ。
Problem
claude-wiki is published to PyPI but has no --version flag and no __version__ attribute (src/claude_wiki/__init__.py
only re-exports main/hook_main). Users cannot verify the installed version; ...
area: cli
enhancement
severity: medium
Problem
Several tests write to real global state instead of isolated tmp dirs, corrupting the developer s environment when the
suite runs.
Confirmed locations:
- tests/test_compile.py lines 76, 115, ...
area: tests
bug
severity: high

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.