Skip to content

docs: update CLAUDE.md with current project context#5

Merged
RMCampos merged 2 commits intomainfrom
claude/issue-4-20260205-1719
Feb 5, 2026
Merged

docs: update CLAUDE.md with current project context#5
RMCampos merged 2 commits intomainfrom
claude/issue-4-20260205-1719

Conversation

@RMCampos
Copy link
Owner

@RMCampos RMCampos commented Feb 5, 2026

Updates CLAUDE.md to reflect the current state of the project based on analysis of the codebase.

Changes

  • Remove non-existent angular/ directory reference
  • Update Java version from 17 to 21
  • Update Spring Boot version to 3.5.9
  • Remove outdated OpenAPI/Swagger documentation reference
  • Update docker-compose file references (dev vs prod)
  • Add React 19 and React Router v7 information
  • Add Taskfile.yml to development workflow section
  • Reorganize development workflow with manual and Taskfile options

Fixes #4

Generated with Claude Code

- Remove non-existent angular/ directory reference
- Update Java version from 17 to 21
- Update Spring Boot version to 3.5.9
- Remove outdated OpenAPI/Swagger documentation reference
- Update docker-compose file references (dev vs prod)
- Add React 19 and React Router v7 information
- Add Taskfile.yml to development workflow section
- Reorganize development workflow with manual and Taskfile options

Fixes #4

Co-authored-by: Ricardo Campos <RMCampos@users.noreply.github.com>
@RMCampos
Copy link
Owner Author

RMCampos commented Feb 5, 2026

@claude please update the CLAUDE.md file:

  • Fix the section about Taskfile to use the right commands, listed below
task dev-run          # Start development environment (docker-compose.dev.yml)
task prod-up          # Start production environment (docker-compose.prod.yml)
task docker-build-api # Build server Docker image
task docker-build-web # Build app Docker image
task -l               # List all available tasks

@claude
Copy link

claude bot commented Feb 5, 2026

Claude finished @RMCampos's task in 43s —— View job


✅ CLAUDE.md updated successfully

  • Read current CLAUDE.md file
  • Update Taskfile commands section with correct commands
  • Commit and push changes to PR branch

Changes Made

Updated the Taskfile section in CLAUDE.md with the correct commands:

  • task devtask dev-run (Start development environment)
  • task prodtask prod-up (Start production environment)
  • task docker-build → Split into task docker-build-api and task docker-build-web
  • Added task -l (List all available tasks)

The changes have been committed and pushed to the PR branch claude/issue-4-20260205-1719.


|

- Change task dev to task dev-run
- Change task prod to task prod-up
- Split task docker-build into task docker-build-api and task docker-build-web
- Add task -l command to list all available tasks

Co-authored-by: Ricardo Campos <RMCampos@users.noreply.github.com>
@RMCampos RMCampos merged commit ee38fa2 into main Feb 5, 2026
1 check failed
@RMCampos RMCampos deleted the claude/issue-4-20260205-1719 branch February 5, 2026 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update CLAUDE.md with current project context

1 participant