issues Search Results · language:Edge language:Python linked:pr linked:pr language:JavaScript language:HTML language:Java
Filter by
6.3M results
✨ Feature - 회원가입 IdP 연동 Cognito 구현체 추가 (운영 전환)
📝 Description
운영/스테이징 IdP가 Authentik → Cognito로 바뀐다. 가입 시 IdP에 사용자를 만드는 IdpUserClient의 Cognito 구현체(CognitoIdpUserClient)를 추가한다. 인터페이스는
그대로라 Service 코드는 ...
feature
📝 간단한 설명
같은 회사 내 사번 재사용을 방지하기 위해 사원 등록 중복 검증 기준을 변경하고 DB에 company_id + member_no 유니크 제약조건을 추가했습니다. 또한 휴직 상태도 로그인 가능하게 수정했습니다. /br
♻️ refactor
배경
#144/#146으로 피드백 → 프롬프트 초안 → 승인 → 적용 루프가 완성됐지만, 피드백은 Slack에서 보내는데 초안 생성·검토·승인·적용은 AX Dashboard에서만 가능하다. 비개발자 직원이 채널을 떠나지
않고 전체 루프를 끝낼 수 있어야 한다.
v1 스펙 (텍스트 답글 방식)
직원: 한 줄 요약은 빼줘 ...
🌉 area:gateway
🧠 area:self-improvement
🟠 priority:high
✅ status:ready
✨ type:feature
背景
origin/test 分支中包含后端单元测试和接口测试,但该分支同时改动了当前 feature 的部分业务代码。为了避免直接 merge 导致能力系统、控制器或玩家逻辑被回退,需要只迁移可用测试代码和必要测试依赖。
任务范围
- [ ] 从 origin/test 迁移后端测试源码
- [ ] 增加后端测试依赖 spring-boot-starter-test
- [ ] ...
Problem
All battle runners generate a post-battle narrative except seasons:
- run_battles → generate_and_store_narrative (orchestration.py:164)
- run_tournament → yes (orchestration.py:378)
- run_bracket_tournament ...
bug
severity: low
Problem
Every LLM turn serializes the battle twice with full heuristics:
1. StreamingLLMPlayer.choose_move calls serialize_battle(battle) to emit the state_update/turn events
(streaming_player.py:280), ...
enhancement
severity: low
Problem
The lessons and narrative generators are launched as fire-and-forget tasks whose only reference is a throwaway local:
_: asyncio.Task[None] = asyncio.create_task(generate_and_store_lessons(...)) ...
bug
severity: medium
Problem
run_battles runs all battles of a multi-battle request (n_battles up to 50) sequentially inside one asyncio task, and
registers that same task in active_tasks for each battle id in turn. POST ...
bug
severity: medium
Problem or Use Case
Plugin authors who need to transform the complete outgoing API request — all messages, parameters, and metadata together
— currently have no hook point.
Existing hooks operate at ...
comp/plugins
P3
type/feature
Problem
The battle pipeline is Gen 9 National Dex (src/nidozo/battle/tiers.py: gen9nationaldex* formats; team_builder loads
data/natdex_movesets.json; heuristics.py documents Gen 9 mechanics), but the ...
bug
severity: medium

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.