docs: 세션 종료 — AGENT.md 검증 규칙 + known-issues 3건 + devlog

AGENT.md:
- NEVER #8-9: 실제 E2E 테스트 없이 '구현 완료' 금지
- ALWAYS #7-8: 실행 검증 필수, '구현'과 '검증' 구분 보고

known-issues 3건:
- Collector 동기→aiohttp 전환 기록
- Extension fs.watch response 감지 누락 (미해결)
- rejectAgentStep 미등록 (미해결)
This commit is contained in:
Variet Worker
2026-03-12 00:00:30 +09:00
parent d7ed454332
commit 3fcf4f7037
6 changed files with 31 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ description: 모든 작업에 자동 적용되는 에이전트 행동 규칙.
5. NEVER skip the pre-task checklist defined in `.agents/workflows/pre-task.md`
6. NEVER attempt the same failed approach more than 2 times
7. NEVER truncate error messages — always show the full error output
8. NEVER say "구현 완료" or "동작 확인" without ACTUAL end-to-end test — import/문법 통과는 검증이 아님
9. NEVER confuse "코드가 논리적으로 맞음" with "실제로 동작함" — 실행 로그가 없으면 미검증
## ALWAYS (필수)
@@ -26,6 +28,8 @@ description: 모든 작업에 자동 적용되는 에이전트 행동 규칙.
4. ALWAYS stop and ask the user if 2 consecutive attempts on the same approach fail
5. ALWAYS use existing helper scripts instead of raw API calls
6. ALWAYS read related existing code (minimum 3 files) before writing new code
7. ALWAYS verify with real execution after implementation — trigger the actual flow, check logs (e.g. extension.log), confirm the expected result appeared
8. ALWAYS distinguish "구현했다" vs "검증했다" when reporting to user — 테스트 안 했으면 명시
## Failure Protocol