Skip to content

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

Filter by

61.6M results  (826 ms)

61.6M results

Monitoring detected one or more drift alerts. Workflow run: https://github.com/jaideep-aher/opsai_A4/actions/runs/27568214061 Review the uploaded metrics and drift JSON artifacts for evidence and recommended ...

Context The Agent Harness session-entry workflow is intentionally short and read-on-demand: .agents/workflows/agent-harness.md sends fresh sessions through ADR 0020, Project board 13, and the target work ...
ai
architecture
bug
documentation
model-experience

_parser_cache in token_scoring.py is a module-global dict mutated without a lock. Under Flask s threaded server this can race. Tasks - [ ] Guard cache population with a lock (or use functools.lru_cache) ...
refactor

Several modules import names they do not use (e.g. timezone in main.py, prod/types in scorer.py, Tuple/Union where unused). A lint pass will surface them. Tasks - [ ] Run ruff F401 and clean up
refactor

PIONEER_DIVIDEND_*, PIONEER_DIVIDEND_MAX_RATIO, MAX_CONTRIBUTION_BONUS, and DEFAULT_MAX_CONTRIBUTION_SCORE_FOR_FULL_BONUS appear unused or contradict the tier config. Tasks - [ ] Remove dead constants ...
refactor

app.py mixes serialization, resolution, and five routes in one module. Split into blueprints (branch, pr, issues, pulls, meta). Tasks - [ ] Create blueprints - [ ] Move serializers into a dedicated ...
refactor

This issue is created automatically to track contribution activity.
updation

Scoring knobs live as loose module-level constants in constants.py. Group them into a typed config object to clarify provenance and ease testing/overrides. Tasks - [ ] Define a ScoringConfig dataclass ...
refactor

Each GitHub call constructs headers and uses a fresh connection. A shared Session with an HTTPAdapter(max_retries=...) improves performance and resilience. Tasks - [ ] Add a module-level session factory ...
refactor
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.