Skip to content

issues Search Results · language:Dune language:JavaScript language:JavaScript language:HTML language:Java language:Python

Filter by

62.5M results  (1 s)

62.5M results

Leaks token-usage, timings, thread/session counts. Fix: expose health only, or bind actuator to a management port / behind auth.
bug

Context The declared Python floor is =3.13 (pyproject.toml), and the tests job matrixes 3.13 and 3.14 (.github/workflows/ci.yml:40-44). But the code-quality job installs only 3.14 (ci.yml:18), so ruff ...
tech-debt

Context The CLI has no way to print its installed version. Every mature CLI supports --version, and it s the first thing users check when filing a bug ( what version are you on? ). What to do Add a ...
good first issue

Context linear_render._SEVERITY_COLORS is locked to the Severity literal by a dedicated test (tests/test_linear_render.py, which imports _SEVERITY_COLORS), so adding a severity without a color fails CI. ...
testing

Context reconcile s crash-safety logic (compute every rewrite from fresh reads before any write, so a malformed concurrent edit aborts the whole command with no cross-file half-reconcile) lives inline ...
refactoring

Context The pattern try: ... except ProjectError as exc: _print_project_error(exc); raise typer.Exit(2) from exc is copy-pasted in all seven commands (src/game_lattice/cli.py:88-93, 123-128, 166-171, ...
refactoring

Context The rendering layer is only half-extracted. linear delegates JSON to findings_json and human output to render_findings (src/game_lattice/linear_render.py), and graph delegates to render.py. But ...
refactoring

Summary /arckit:diagramas eraser Problem / use case ARC-000-DIAG-010-v1.0_progress.md ARC-000-DIAG-006-v1.2_progress.md Proposed solution ARC-000-DIAG-010-v1.0_progress.md ARC-000-DIAG-006-v1.2_progress.md ...
enhancement

Context Every command rebuilds the entire lattice from scratch: load_lattice (src/game_lattice/orchestrate.py:10-27) re-walks the filesystem (discovery.py:29 rglob per root), re-reads every doc, re-parses ...
enhancement

Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.