rdev/internal/adapter/kubernetes
jordan 3dbde72966
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: add claude_id tracking and session improvements for interactive dev
- Add claude_id field to sessions (migration 026) for tracking Claude
  process IDs across pod restarts
- Extend session repository with UpdateClaudeID and session lookup methods
- Improve kubernetes executor with better error handling and exec streaming
- Add claudebox client/server improvements for session lifecycle
- Expand sessions handler with exec streaming endpoint
- Add comprehensive tests for sessions and kubernetes executor

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-24 00:20:32 -07:00
..
client.go feat: Implement hexagonal architecture with services, webhooks, queue, and telemetry 2026-01-25 19:57:46 -07:00
executor_test.go feat: add claude_id tracking and session improvements for interactive dev 2026-02-24 00:20:32 -07:00
executor.go feat: add claude_id tracking and session improvements for interactive dev 2026-02-24 00:20:32 -07:00
preview.go feat(sessions): add command execution endpoint and activity tracking 2026-02-13 08:41:05 -07:00
project_repository.go feat: add diagnostics endpoint and external health monitoring 2026-02-03 19:10:56 -07:00
sdlc_executor_test.go feat: add SDLC orchestration - library, CLI, and API integration 2026-02-02 09:57:05 -07:00
sdlc_executor.go feat: add artifact pass/fail/needs-fix lifecycle for SDLC execution phases 2026-02-02 22:14:53 -07:00