Document Makefile usage in AGENTS.md - #232
Open
jerryzhou196 wants to merge 1 commit into
Open
Conversation
Describe every make target grouped by workflow (setup, running services, logs, importer jobs, Hasura migrations, tests), along with the .env prerequisite and the caveats that `clean` destroys the Postgres volume and that the test targets need a running api container. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0128PtjYLJ5ohoJgbyuJeZrP
jerryzhou196
marked this pull request as ready for review
September 8, 2026 17:09
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a Using the Makefile section to
uwflow/AGENTS.md, below the existing@README.mdimport, so agents (and humans) have themaketargets documented in one place.Content is derived directly from the targets in
uwflow/Makefile:include .envprerequisite, and the dev-override vs. public-image compose configurationssetup,setup-contrib,import-profsstart,start-public,stop,ps,clean— with a callout thatcleandestroys the Postgres volumelogsand the per-service variantsimport-course/import-vacuum, noting the importer does not live-reload and each target rebuildsuwfirstmigrate/migrate-status, with thehasuraCLI andHASURA_GRAPHQL_ADMIN_SECRETrequirementstest,build-test,docker-build-test— noting the first twodocker execinto a runningapicontainerTest plan
Documentation only; no code changes.
🤖 Generated with Claude Code
https://claude.ai/code/session_0128PtjYLJ5ohoJgbyuJeZrP