Commit Graph

5 Commits

Author SHA1 Message Date
6305a8e95e refactor: update build process to create a single all-in-one Docker image and adjust related configurations
Some checks failed
CI / Frontend Tests (pull_request) Has been cancelled
CI / Backend Tests (pull_request) Has been cancelled
2026-03-27 16:10:14 -03:00
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
11f80b9dd7 docs(policy): enforce server-side data ownership and backend LLM mediation
- clarify frontend may only rely on backend-issued session token cookie for auth

- forbid frontend browser storage for domain/business data

- require backend-mediated LLM calls across agent workflows
2026-03-27 02:49:16 -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