rdev/internal/port
jordan 425ef0f806 feat: add SDLC orchestration - library, CLI, and API integration
Implements deterministic feature lifecycle management for agent-driven
development. Agents use the CLI in pods; operators control via REST API.

Library (internal/sdlc/):
- Feature lifecycle with 10 phases (draft → released)
- Classifier engine with priority-ordered rules
- Artifact tracking with approval workflow
- Task management within features
- YAML-based state persistence

CLI (cmd/sdlc/):
- init, state, next, feature, artifact, task, query commands
- --json flag for machine-readable output
- Runs inside project pods

API (21 endpoints under /projects/{id}/sdlc/):
- State: GET /state, GET /next
- Features: CRUD + transition/block/unblock
- Artifacts: approve/reject per type
- Tasks: add/start/complete/block
- Queries: blocked/ready/needs-approval

Architecture:
- Port: SDLCExecutor interface (internal/port/)
- Adapter: kubectl exec into pods (internal/adapter/kubernetes/)
- Service: pod resolution + logging (internal/service/)
- Handlers: 5 files under 500-line limit (internal/handlers/)

Also includes template upgrades (chassis framework, UI components,
OpenAPI helpers, backend/frontend guides) and component improvements.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 09:57:05 -07:00
..
apikey_repository.go feat: Add claude-config API, security hardening, and testing infrastructure 2026-01-25 01:29:13 -07:00
audit_logger.go feat: Implement hexagonal architecture with services, webhooks, queue, and telemetry 2026-01-25 19:57:46 -07:00
build_audit.go fix: Persist build audit status when worker claims task 2026-01-29 21:25:04 -07:00
build_event_store.go chore: prepare for composable monorepo template implementation 2026-01-31 11:39:28 -07:00
cache_provisioner.go chore: prepare for composable monorepo template implementation 2026-01-31 11:39:28 -07:00
ci_provider.go release: v0.10.27 - fix: woodpecker step YAML multi-line command syntax 2026-02-01 12:42:18 -07:00
code_agent.go feat: Add CI pipeline proxy, DNS alias management, and worker executor system 2026-01-27 21:05:28 -07:00
command_executor.go feat: Add claude-config API, security hardening, and testing infrastructure 2026-01-25 01:29:13 -07:00
command_queue.go feat: Implement hexagonal architecture with services, webhooks, queue, and telemetry 2026-01-25 19:57:46 -07:00
component.go feat: implement composable monorepo template system with component architecture 2026-01-31 19:11:42 -07:00
credential_store.go feat: Add CI pipeline proxy, DNS alias management, and worker executor system 2026-01-27 21:05:28 -07:00
database_provisioner.go chore: prepare for composable monorepo template implementation 2026-01-31 11:39:28 -07:00
deployer.go feat: implement composable monorepo template system with component architecture 2026-01-31 19:11:42 -07:00
dns_provider.go feat: Complete automation gaps for repeatable project deployments 2026-01-29 15:18:31 -07:00
git_repository.go feat: Add infrastructure adapters for threesix.ai 2026-01-25 22:49:58 -07:00
health.go feat: Add CI pipeline proxy, DNS alias management, and worker executor system 2026-01-27 21:05:28 -07:00
operation.go feat: add operations audit system and template improvements 2026-02-01 19:08:57 -07:00
port_test.go feat: Implement hexagonal architecture with services, webhooks, queue, and telemetry 2026-01-25 19:57:46 -07:00
project_domain_repository.go feat: Add multi-domain support with auto-generated slugs for landing page cookbook 2026-01-28 12:55:59 -07:00
project_repository.go feat: Add claude-config API, security hardening, and testing infrastructure 2026-01-25 01:29:13 -07:00
rate_limiter.go feat: Implement hexagonal architecture with services, webhooks, queue, and telemetry 2026-01-25 19:57:46 -07:00
sdlc_executor.go feat: add SDLC orchestration - library, CLI, and API integration 2026-02-02 09:57:05 -07:00
stream_publisher.go chore: prepare for composable monorepo template implementation 2026-01-31 11:39:28 -07:00
template_provider.go feat: implement composable monorepo template system with component architecture 2026-01-31 19:11:42 -07:00
webhook.go feat: Implement hexagonal architecture with services, webhooks, queue, and telemetry 2026-01-25 19:57:46 -07:00
work_queue.go fix: Sync build audit with work queue when stale tasks are requeued 2026-01-31 02:07:52 -07:00
worker_registry.go feat: Add CI pipeline proxy, DNS alias management, and worker executor system 2026-01-27 21:05:28 -07:00