docs: CLAUDE.md proposals for 5 active repos (June 2026)#4
Open
shrivastavakapil2000 wants to merge 2 commits into
Open
docs: CLAUDE.md proposals for 5 active repos (June 2026)#4shrivastavakapil2000 wants to merge 2 commits into
shrivastavakapil2000 wants to merge 2 commits into
Conversation
Generated from review of recent merged PRs (SayaliPat, shrivastavakapil2000, JoeVsVolcano, mike-brant, nathan-resonate) on: - step-function-workflow-orchestrator (EMR 7 migration, integration tests, pipeline removal) - identity-graph (11 person identity graph Scala jobs, ExperianDataProcessor) - dos-data-pipeline (IP-inferred district fallback, district_source provenance, ToBitmap gating) - batch-expression-modeling (updated: batch-stitch throttle fix, formatter path layout) - batch-audience-delivery-syndication (OpenX extension fix, PagerDuty alerting) https://claude.ai/code/session_01DC8F2D1FYKS5qiBsKCRMmk
There was a problem hiding this comment.
Pull request overview
This PR adds proposed CLAUDE.md guidance files (stored under claude-md-proposals/) intended to be copied into the root of five active repositories to standardize Claude Code context, workflows, and operational conventions.
Changes:
- Added a new
CLAUDE.mdproposal forstep-function-workflow-orchestratorcovering pipeline structure, deployment, and integration-test workflow. - Added new
CLAUDE.mdproposals foridentity-graph,dos-data-pipeline, andbatch-audience-delivery-syndication. - Added a comprehensive
CLAUDE.mdproposal forbatch-expression-modeling, including Step Functions JSONata guidance and operational gotchas.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| claude-md-proposals/step-function-workflow-orchestrator/CLAUDE.md | Orchestrator repo guidance: structure, deploy via GHA/CLI, integration test pattern, EMR migration notes |
| claude-md-proposals/identity-graph/CLAUDE.md | Scala/Spark identity-graph repo overview, job catalog, build/test/deploy notes, invariants |
| claude-md-proposals/dos-data-pipeline/CLAUDE.md | DOS pipeline overview with geo-location concepts, district resolution, testing/config notes |
| claude-md-proposals/batch-expression-modeling/CLAUDE.md | BEM system architecture + detailed operational docs (deploy, integration tests, JSONata patterns) |
| claude-md-proposals/batch-audience-delivery-syndication/CLAUDE.md | Syndication workflows overview, Lambda testing, formatter-path/extension handling, alerting notes |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
pytest --timeout requires the pytest-timeout plugin; add it to the pip install step so the command works in a fresh environment. https://claude.ai/code/session_01DC8F2D1FYKS5qiBsKCRMmk
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
This PR contains proposed
CLAUDE.mdfiles for 5 repositories with recent merged activity from the team. These files should be applied to each respective repository by copying the content fromclaude-md-proposals/<repo-name>/CLAUDE.mdinto the rootCLAUDE.mdof that repo.Repos Covered
step-function-workflow-orchestratoridentity-graphdos-data-pipelinebatch-expression-modelingbatch-audience-delivery-syndicationPR Authors Reviewed
How to Apply
For each repo, copy the corresponding file:
# Example for step-function-workflow-orchestrator cp claude-md-proposals/step-function-workflow-orchestrator/CLAUDE.md \ /path/to/step-function-workflow-orchestrator/CLAUDE.mdThen create a PR in each repository with the new
CLAUDE.md.https://claude.ai/code/session_01DC8F2D1FYKS5qiBsKCRMmk
Generated by Claude Code