issues Search Results · language:Dune language:JavaScript language:JavaScript linked:pr language:JavaScript
Filter by
1.8M results
배경
현재 Context Vault 문서와 ProjectSnapshot, ContextPack은 존재하지만, 특정 프로젝트의 second brain 상태를 한눈에 보여주는 영속 manifest는 없습니다. 프로젝트별 운영
상태, 문서 루트, 마지막 검증, 주요 진입점, 스킬 매핑, 보장점/갭을 기록하면 Codex가 다음 작업을 시작할 때 더 안정적으로 판단할 ...
배경
Context-LSP의 핵심 가치는 작업 전에 적절한 문서, ADR, 코드 경로, 제약을 검색하고 작업 후 drift를 warning-first로 드러내는 것입니다. 현재 기능 테스트는 존재하지만 검색 품질과
drift 결과의 임계 케이스를 별도 평가 세트로 고정하지는 않습니다.
근거
- docs/planning/06-validation/retrieval-quality-checklist.md에 ...
배경
reverse-engineer-project는 기존 프로젝트를 second brain으로 부트스트랩하는 핵심 경로입니다. 현재 테스트는 좋은 시작점이지만 test/fixtures/brownfield 단일 형태에 크게
의존합니다. 실제 프로젝트는 manifest-only, src-only, monorepo-like, 테스트 없는 구조, 다중 언어 흔적 ...
배경
현재 CLI 테스트는 JSON.parse 후 일부 핵심 필드만 확인합니다. ContextPack, VerificationFinding, diagnostics, doc-update recommendation 같은
출력은 외부 스킬과 다른 프로젝트에서 소비하는 계약이므로 전체 구조 회귀를 더 강하게 잡아야 합니다.
근거
- test/context-lsp.test.js의 ...
배경
현재 npm run verify는 긴 셸 체인으로 CLI 명령을 실행하고 /tmp/context-lsp-*.json에 결과를 덤프합니다. JSON을 파싱해 필수 계약을 단언하지 않고, 고정 /tmp 파일명과 유닉스
셸 의존성 때문에 병렬 실행과 cross-platform 재현성이 약합니다.
근거
- package.json의 verify 스크립트가 ...
배경
현재 package.json에는 npm test와 npm run verify가 있지만 저장소에 .github/workflows가 없어 PR/푸시 시 자동 검증이 수행되지 않습니다. 프로젝트별 second brain
도구로 쓰려면 로컬에서 통과한 하네스가 원격에서도 반복 실행되어야 합니다.
근거
- package.json의 test, verify ...
Description
In backend/api/src/services/escrowRefundReconciliation.js (lines 37-40), if Redis is unavailable, the acquireLock()
attempt fails and the code falls through to process without any distributed ...
메뉴 목록에서 들어온 해당 메뉴의 디테일을 보여주는 html,css,js를 구현한다.
good first issue
Description
In backend/api/src/sockets/tracker.js (lines 466-471), when the telemetry write buffer reaches capacity (5000 records),
the code drops the oldest 10% using splice(0, dropCount). This creates ...

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.