Skip to content

Conversation

@smoreinis
Copy link
Collaborator

@smoreinis smoreinis commented Dec 24, 2025

Summary

  • Clarify in CLAUDE.md that make migration must be run inside the Docker container
  • Add explicit command: docker exec agentex make migration NAME="description"
  • Add note explaining why local execution doesn't work (Alembic not in local PATH)

Context

This was discovered while creating database migrations for performance indexes - running make migration locally fails because Alembic is only available inside the Docker container.

Test plan

  • Verify CLAUDE.md renders correctly

Running `make migration` locally fails because Alembic is only available
inside the Docker container. Updated CLAUDE.md to show the correct
command using `docker exec agentex`.
@smoreinis smoreinis requested a review from a team as a code owner December 24, 2025 21:00
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.

2 participants