issues Search Results · language:Dune language:Python language:JavaScript language:JavaScript language:JavaScript linked:pr
Filter by
4.5M results
Severity: Medium (inconsistent output) · Module: synthesize.py / operate.py
Problem
The two onboard/synthesize code paths order post-init decisions differently:
- Answers-JSON path reverses to newest-first: ...
bug
Severity: Medium (cosmetic, user-facing) · Module: operate.py / support.py
Problem
format_status pads columns with f-string width specifiers applied to strings that already contain ANSI color escape ...
bug
Severity: Medium (wrong dashboard output) · Module: operate.py
Problem
The AGENTS.md tagline fallback in _project_tagline is unanchored:
m = re.search(r \*\*[^*]+\*\*\s+—\s+(.+) , agents.read_text(...)) ...
bug
Severity: Medium (wrong dashboard output) · Module: operate.py
Problem
_extract_active_sprint picks the active sprint by lexicographic max of folder names with no NNN- filter:
candidates = sorted(p.name ...
bug
Severity: Medium (wrong history order) · Module: operate.py
Problem
Sprint events in timeline derive their date from directory mtime, while every other event kind uses an ISO stamp from
content:
mtime ...
bug
Severity: Medium (hang/error in automation) · Module: cli.py / operate.py
Problem
_cmd_journal (cli.py:639) has no is_interactive() TTY guard, unlike the other two interactive commands:
- _cmd_init ...
bug
Severity: Medium (required field silently empty) · Module: support.py
Problem
After its retry cap, _ask_multiline_editor returns for a required field:
if not body and q.required:
if _attempt ...
bug
Severity: Medium (crash + lost answer) · Module: support.py / cli.py / patterns.py
Problem
The --editor path runs:
subprocess.run([*editor, str(tmp_path)], check=True) # support.py:327
check=True ...
bug
Severity: High (wrong dashboard output) · Module: operate.py
Problem
_latest_journal_age_days takes the lexicographic max over file stems filtered only by != README.md , then parses it as a
date:
entries ...
bug
Severity: High (correctness — defeats the command s purpose) · Module: operate.py
Problem
ship s _extract_check decides a pattern was extracted with a loose whole-file substring:
if f `{project.name}` ...
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.