issues Search Results · language:Edge language:Python language:JavaScript language:JavaScript language:HTML language:Python
Filter by
47.3M results
Goal
Rewrite checks/frameworks/dojo.py so that:
- Structure checks are generated from structure.yml fetched from zeroth at runtime
- File key checks use globs/templates from structure.yml
- Cross-reference ...
Summary
The codecov/codecov-action references in .github/workflows/test.yml (lines 73 and 81) use a mutable tag (@v5) instead of
a pinned, immutable commit SHA. This leaves the workflow open to supply-chain ...
Description
ADR-0027 claims apscheduler was moved to an optional [scheduler] extra. In reality, pyproject.toml lists it as a main
dependency with no [scheduler] extra defined.
Fix: Either move apscheduler ...
documentation
domain/ops
priority/p1
size/xs
Goal
Continue post-v0.1.0 Tiantai stabilization by improving source references and bibliography fields for one core Tiantai
work and selected core Tiantai terms.
Scope
This issue focuses on a small, ...
Description
Event-type strings are hardcoded 22 times across dashboard.py (8 unique types). If an event type string changes in
events.py (e.g., candidate_blocked → candidate_gate_blocked), the dashboard ...
domain/frontend
priority/p1
size/s
tech-debt
Description
Hypothesis is listed as a dev dependency but has zero imports in any source or test file. No from hypothesis import ...,
no @given, no settings(profile=...) anywhere in the codebase.
Remove ...
domain/ops
priority/p1
size/xs
task
Description
llm_adapter.py imports LLMConfig from alpha_quant.app.config at runtime. This directly violates the hexagonal
architecture rule that adapters must not depend on the application layer.
The ...
domain/backend
priority/p1
size/s
tech-debt
Description
The composite score for a candidate is computed with three different weighting formulas at different pipeline stages.
ranking.py:_compute_composite() uses 0.60 technical + 0.25 momentum + ...
bug
domain/quant
priority/p0
size/m
Part of #129.
Objective
Ensure document ingestion cannot block or destabilize the API request process.
Scope
- Return quickly from upload with an uploaded status.
- Process extraction, chunking, ...

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.