Files
The-Ouroboros/docs
agentson 4200575c8e
All checks were successful
Gitea CI / test (push) Successful in 38s
Gitea CI / test (pull_request) Successful in 38s
fix: #412/#413/#414 runtime stability and PR governance preflight
## #413 — runtime_verify_monitor.sh pipefail fix
- find_live_pids() now captures pgrep output via local variable with || true
  so pipefail never triggers on no-match (pgrep exit 1)
- Regression test added: monitor survives MAX_LOOPS=1 without crash

## #412 — startup crash logging improvement
- Add asyncio.CancelledError catch in sync_positions_from_broker call
  so BaseException-level cancellations are logged before propagating
- Provides evidence in run log if CancelledError causes future startup aborts

## #414 — PR governance preflight
- validate_pr_body.py: add REQ-ID/TASK-ID/TEST-ID pattern checks (--no-governance flag to skip)
- docs/workflow.md: new "PR Governance Preflight (Mandatory)" section
- docs/commands.md: "PR Body Governance Preflight" section before tea pulls create
- Tests: 4 new governance traceability tests in test_validate_pr_body.py

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-04 23:27:12 +09:00
..

Documentation Hub

이 문서는 저장소 전체 문서의 상위 라우팅 허브입니다. 세부 문서로 바로 들어가기 전에 아래 우선순위와 읽기 순서를 기준으로 이동하세요.

Priority (SSOT)

  1. 실행/협업 규칙 SSOT: workflow.md
  2. 명령/장애 대응 SSOT: commands.md
  3. 테스트/검증 SSOT: testing.md
  4. 에이전트 제약 SSOT: agents.md
  5. 요구사항 추적 SSOT: requirements-log.md
  6. Ouroboros 실행 문서 허브: ouroboros/README.md
  1. workflow.md
  2. commands.md
  3. testing.md
  4. agents.md
  5. architecture.md
  6. context-tree.md
  7. disaster_recovery.md
  8. live-trading-checklist.md
  9. ouroboros/README.md

Document Map

Change Rule

  • 문서 신규/이동/대규모 개편 시 이 파일의 링크와 분류를 함께 갱신합니다.
  • 링크는 상대경로만 사용합니다.