Commit Graph

3 Commits

Author SHA1 Message Date
3f0bb4be73 feat: update Docker configuration and CI/CD workflows for local image builds
Some checks failed
CI / Backend Tests (pull_request) Failing after 11m8s
CI / Frontend Tests (pull_request) Has been cancelled
2026-03-27 16:01:34 -03:00
cf073be6b0 refactor: migrate CI/CD workflows from GitHub Actions to Gitea Actions and remove legacy workflows 2026-03-27 15:23:22 -03:00
b6ff8ee16e chore(config): add specialist agent definitions for orchestrated delivery
Add five custom agent files to .github/agents/:
- orchestrator.agent.md  — end-to-end delivery pipeline (classify, branch, plan, implement, commit, version bump, PR)
- planner.agent.md       — read-only technical lead; produces ordered TDD implementation plans
- backend.agent.md       — Kotlin/Spring Boot specialist (services, controllers, JPA, scheduler)
- frontend.agent.md      — React/TypeScript specialist (components, pages, hooks, shadcn/ui)
- infra.agent.md         — DevOps/architecture owner (Docker, Compose, Nginx, CI/CD, env vars)
2026-03-27 00:33:09 -03:00