Update project documentation to reflect the Test-Driven Development approach, Playwright E2E testing setup, and Spring Boot 4. AGENTS.md: - Add TDD policy section requiring tests alongside every feature PR - Add Playwright E2E docs with local and Docker CI run commands - Update Lombok policy: @Getter, @Setter, @NoArgsConstructor are fine - Fix Spring Boot 3 → 4 references CODING_GUIDELINES.md: - Add TDD policy section mirroring AGENTS.md - Add Playwright E2E docs in testing section - Update Lombok policy to allow @Getter, @Setter, @NoArgsConstructor - Fix Spring Boot 3 → 4 references REQUIREMENTS.md: - Fix Spring Boot 3 → 4 in tech stack, architecture diagram, and tech summary sections opencode.json: - Enable websearch and codesearch tools
12 lines
238 B
JSON
12 lines
238 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"instructions": ["CODING_GUIDELINES.md", "REQUIREMENTS.md"],
|
|
"permission": {
|
|
"edit": "ask",
|
|
"bash": "ask"
|
|
},
|
|
"tools": {
|
|
"websearch": true,
|
|
"codesearch": true
|
|
}
|
|
}
|